Searched refs:bap_setup (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/net/wireless/cisco/ |
D | airo.c | 1119 static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap); 2057 if (bap_setup(ai, ai->fids[fid] & 0xffff, 4, BAP0) != SUCCESS) in get_tx_error() 3319 bap_setup (ai, fid, 4, BAP0); in airo_handle_rx() 3327 bap_setup(ai, fid, 0x36, BAP0); in airo_handle_rx() 3377 bap_setup(ai, fid, 0x44, BAP0); in airo_handle_rx() 3404 bap_setup(ai, fid, 8, BAP0); in airo_handle_rx() 4027 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap) in bap_setup() function 4197 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_readrid() 4282 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_writerid() 4342 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate() [all …]
|