Searched refs:pu16Dst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 1120 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() 4087 static int aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, in aux_bap_read() argument 4109 pu16Dst+i, count); in aux_bap_read() 4112 pu16Dst+i, count << 1); in aux_bap_read() 4124 static int fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, in fast_bap_read() argument 4129 insw(ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytele in fast_bap_read() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 1120 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, bytele in fast_bap_read() [all...] |
Completed in 17 milliseconds