Searched refs:BAP0 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 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, &rec, sizeof(rec)); in hfa384x_set_rid() 897 res = hfa384x_to_bap(dev, BAP0, buf, len); in hfa384x_set_rid() 1855 res = hfa384x_to_bap(dev, BAP0, skb->data + hdr_len, in prism2_tx_80211() 1941 res = hfa384x_setup_bap(dev, BAP0, rxfid, 0); in prism2_rx() 2217 res = hfa384x_setup_bap(dev, BAP0, fid, 0); in hostap_tx_compl_read() 2234 hfa384x_from_bap(dev, BAP0, *payload, len)) { in hostap_tx_compl_read() [all …]
|
H A D | hostap_wlan.h | 965 enum { BAP0 = 0, BAP1 = 1 }; enumerator
|
/openbmc/linux/drivers/net/wireless/cisco/ |
H A D | airo.c | 2059 bap_read(ai, &status, 2, BAP0); 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() 3328 bap_read(ai, &hdr.len, 2, BAP0); in airo_handle_rx() 3340 bap_read(ai, &fc, sizeof (fc), BAP0); in airo_handle_rx() 3357 bap_read(ai, tmpbuf, 6, BAP0); in airo_handle_rx() 3359 bap_read(ai, &v, sizeof(v), BAP0); in airo_handle_rx() 3363 bap_read(ai, tmpbuf, gap, BAP0); in airo_handle_rx() 3373 bap_read(ai, buffer, ETH_ALEN * 2, BAP0); in airo_handle_rx() 3377 bap_setup(ai, fid, 0x44, BAP0); in airo_handle_rx() [all …]
|