Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c1120 static int aux_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1122 static int fast_bap_read(struct airo_info*, __le16 *pu16Dst, int bytelen,
1206 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen,
1258 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument
1261 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read()
4079 static int aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, in aux_bap_read() argument
4101 pu16Dst+i, count); in aux_bap_read()
4104 pu16Dst+i, count << 1); in aux_bap_read()
4116 static int fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, in fast_bap_read() argument
4121 insw(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1); in fast_bap_read()
[all …]