Searched refs:bap_setup (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/cisco/ |
D | airo.c | 1113 static int bap_setup(struct airo_info*, u16 rid, u16 offset, int whichbap); 2051 if (bap_setup(ai, ai->fids[fid] & 0xffff, 4, BAP0) != SUCCESS) in get_tx_error() 3300 bap_setup (ai, fid, 4, BAP0); in airo_handle_rx() 3308 bap_setup(ai, fid, 0x36, BAP0); in airo_handle_rx() 3358 bap_setup(ai, fid, 0x44, BAP0); in airo_handle_rx() 3385 bap_setup(ai, fid, 8, BAP0); in airo_handle_rx() 3989 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap ) in bap_setup() function 4159 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_readrid() 4244 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_writerid() 4304 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate() [all …]
|