Searched refs:pu16Dst (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/cisco/ |
D | airo.c | 1114 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, 1200 int (*bap_read)(struct airo_info*, __le16 *pu16Dst, int bytelen, 1252 static inline int bap_read(struct airo_info *ai, __le16 *pu16Dst, int bytelen, in bap_read() argument 1255 return ai->bap_read(ai, pu16Dst, bytelen, whichbap); in bap_read() 4041 static int aux_bap_read(struct airo_info *ai, __le16 *pu16Dst, in aux_bap_read() argument 4063 pu16Dst+i,count ); in aux_bap_read() 4066 pu16Dst+i, count << 1 ); in aux_bap_read() 4078 static int fast_bap_read(struct airo_info *ai, __le16 *pu16Dst, in fast_bap_read() argument 4083 insw( ai->dev->base_addr+DATA0+whichbap, pu16Dst, bytelen>>1 ); in fast_bap_read() [all …]
|