Home
last modified time | relevance | path

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

/drivers/net/wireless/cisco/
Dairo.c1119 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()
3327 bap_setup (ai, fid, 4, BAP0); in airo_handle_rx()
3335 bap_setup(ai, fid, 0x36, BAP0); in airo_handle_rx()
3385 bap_setup(ai, fid, 0x44, BAP0); in airo_handle_rx()
3412 bap_setup(ai, fid, 8, BAP0); in airo_handle_rx()
4035 static int bap_setup(struct airo_info *ai, u16 rid, u16 offset, int whichbap) in bap_setup() function
4205 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_readrid()
4290 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_writerid()
4350 if (bap_setup(ai, txFid, 0x0008, BAP1) != SUCCESS) in transmit_allocate()
[all …]