/kernel/linux/linux-5.10/drivers/net/wireless/cisco/ |
H A D | airo.c | 409 #define BAP1 2 /* Used for xmiting packets and working with RIDS */ macro 4033 * be one of the BAP0 or BAP1 defines. Locks should be held before 4165 /* Note, that we are using BAP1 which is also used by transmit, so 4205 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_readrid() 4210 bap_read(ai, pBuf, 2, BAP1); in PC4500_readrid() 4222 rc = bap_read(ai, ((__le16*)pBuf)+1, len, BAP1); in PC4500_readrid() 4230 /* Note, that we are using BAP1 which is also used by transmit, so 4290 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_writerid() 4294 bap_write(ai, pBuf, len, BAP1); in PC4500_writerid() 4350 if (bap_setup(ai, txFid, 0x0008, BAP1) ! in transmit_allocate() 4394 bap_write(ai, (__le16*)pPacket, sizeof(etherHead), BAP1); transmit_802_3_packet() local 4437 bap_write(ai, (__le16 *)(pPacket + hdrlen), len - hdrlen, BAP1); transmit_802_11_packet() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/ |
H A D | airo.c | 408 #define BAP1 2 /* Used for xmiting packets and working with RIDS */ macro 4025 * be one of the BAP0 or BAP1 defines. Locks should be held before 4157 /* Note, that we are using BAP1 which is also used by transmit, so 4197 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_readrid() 4202 bap_read(ai, pBuf, 2, BAP1); in PC4500_readrid() 4214 rc = bap_read(ai, ((__le16*)pBuf)+1, len, BAP1); in PC4500_readrid() 4222 /* Note, that we are using BAP1 which is also used by transmit, so 4282 if (bap_setup(ai, rid, 0, BAP1) != SUCCESS) { in PC4500_writerid() 4286 bap_write(ai, pBuf, len, BAP1); in PC4500_writerid() 4342 if (bap_setup(ai, txFid, 0x0008, BAP1) ! in transmit_allocate() 4387 bap_write(ai, (__le16*)pPacket, sizeof(etherHead), BAP1); transmit_802_3_packet() local 4432 bap_write(ai, (__le16 *)(pPacket + hdrlen), len - hdrlen, BAP1); transmit_802_11_packet() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 963 enum { BAP0 = 0, BAP1 = 1 }; enumerator
|
H A D | hostap_hw.c | 20 * previously used BAP0 for sending data and BAP1 for receiving data. 22 * least one know hardware bug in using BAP0 and BAP1 concurrently with PCI 743 if (bap == BAP1) { in hfa384x_setup_bap()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_wlan.h | 965 enum { BAP0 = 0, BAP1 = 1 }; enumerator
|
H A D | hostap_hw.c | 20 * previously used BAP0 for sending data and BAP1 for receiving data. 22 * least one know hardware bug in using BAP0 and BAP1 concurrently with PCI 743 if (bap == BAP1) { in hfa384x_setup_bap()
|