Home
last modified time | relevance | path

Searched refs:pu16Dst (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c1117 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1119 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1203 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,
1255 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument
1258 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read()
4038 static int aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, in aux_bap_read() argument
4060 pu16Dst+i,count ); in aux_bap_read()
4063 pu16Dst+i, count << 1 ); in aux_bap_read()
4075 static int fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, in fast_bap_read() argument
4080 insw( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1 ); in fast_bap_read()
[all …]