Home
last modified time | relevance | path

Searched refs:BAP0 (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c20 * 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
23 * Prism2.5. Therefore, the driver now only uses BAP0 for moving data between
24 * host and card memories. BAP0 accesses are protected with local->baplock
92 /* Events that will be using BAP0 */
821 res = hfa384x_setup_bap(dev, BAP0, rid, 0); in hfa384x_get_rid()
825 res = hfa384x_from_bap(dev, BAP0, &rec, sizeof(rec)); in hfa384x_get_rid()
843 res = hfa384x_from_bap(dev, BAP0, buf, len); in hfa384x_get_rid()
893 res = hfa384x_setup_bap(dev, BAP0, rid, 0); in hfa384x_set_rid()
895 res = hfa384x_to_bap(dev, BAP0, in hfa384x_set_rid()
[all...]
H A Dhostap_wlan.h963 enum { BAP0 = 0, BAP1 = 1 }; enumerator
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c20 * 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
23 * Prism2.5. Therefore, the driver now only uses BAP0 for moving data between
24 * host and card memories. BAP0 accesses are protected with local->baplock
92 /* Events that will be using BAP0 */
821 res = hfa384x_setup_bap(dev, BAP0, rid, 0); in hfa384x_get_rid()
825 res = hfa384x_from_bap(dev, BAP0, &rec, sizeof(rec)); in hfa384x_get_rid()
843 res = hfa384x_from_bap(dev, BAP0, buf, len); in hfa384x_get_rid()
893 res = hfa384x_setup_bap(dev, BAP0, rid, 0); in hfa384x_set_rid()
895 res = hfa384x_to_bap(dev, BAP0, in hfa384x_set_rid()
[all...]
H A Dhostap_wlan.h965 enum { BAP0 = 0, BAP1 = 1 }; enumerator
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c408 #define BAP0 0 /* Used for receiving packets */ macro
2057 if (bap_setup(ai, ai->fids[fid] & 0xffff, 4, BAP0) != SUCCESS) in get_tx_error()
2059 bap_read(ai, &status, 2, BAP0); in get_tx_error()
2083 bap_read(ai, (__le16 *) junk, 0x18, BAP0); in get_tx_error()
3327 bap_setup (ai, fid, 4, BAP0); in airo_handle_rx()
3328 bap_read (ai, (__le16*)&hdr, sizeof(hdr), BAP0); in airo_handle_rx() local
3335 bap_setup(ai, fid, 0x36, BAP0); in airo_handle_rx()
3336 bap_read(ai, &hdr.len, 2, BAP0); in airo_handle_rx()
3348 bap_read(ai, &fc, sizeof (fc), BAP0); in airo_handle_rx()
3363 bap_read(ai, buffer + 1, hdrlen - 2, BAP0); in airo_handle_rx()
3383 bap_read(ai, (__le16 *) &micbuf, sizeof (micbuf), BAP0); airo_handle_rx() local
3413 bap_read(ai, (__le16 *) hdr.rssi, 2, BAP0); airo_handle_rx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c407 #define BAP0 0 /* Used for receiving packets */ macro
2057 if (bap_setup(ai, ai->fids[fid] & 0xffff, 4, BAP0) != SUCCESS) in get_tx_error()
2059 bap_read(ai, &status, 2, BAP0); in get_tx_error()
2083 bap_read(ai, (__le16 *) junk, 0x18, BAP0); in get_tx_error()
3319 bap_setup (ai, fid, 4, BAP0); in airo_handle_rx()
3320 bap_read (ai, (__le16*)&hdr, sizeof(hdr), BAP0); in airo_handle_rx() local
3327 bap_setup(ai, fid, 0x36, BAP0); in airo_handle_rx()
3328 bap_read(ai, &hdr.len, 2, BAP0); in airo_handle_rx()
3340 bap_read(ai, &fc, sizeof (fc), BAP0); in airo_handle_rx()
3355 bap_read(ai, buffer + 1, hdrlen - 2, BAP0); in airo_handle_rx()
3375 bap_read(ai, (__le16 *) &micbuf, sizeof (micbuf), BAP0); airo_handle_rx() local
3405 bap_read(ai, (__le16 *) hdr.rssi, 2, BAP0); airo_handle_rx() local
[all...]

Completed in 26 milliseconds