Searched defs:bytelen (Results 1 - 1 of 1) sorted by relevance

/drivers/net/wireless/
H A Dairo.c1114 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1116 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1118 static int bap_write(struct airo_info*, const __le16 *pu16Src, int bytelen,
1200 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,
1251 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, argument
1254 return ai->bap_read(ai, pu16Dst, bytelen, whichbap);
4035 int bytelen, int whichbap)
4049 words = (bytelen+1)>>1;
4072 int bytelen, int whichbap)
4074 bytelen
4034 aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, int whichbap) argument
4071 fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, int whichbap) argument
4083 bap_write(struct airo_info *ai, const __le16 *pu16Src, int bytelen, int whichbap) argument
[all...]

Completed in 103 milliseconds