Searched refs:hfa384x_from_bap (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_hw.c | 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() 1939 res = hfa384x_from_bap(dev, BAP0, &rxdesc, sizeof(rxdesc)); in prism2_rx() 1987 res = hfa384x_from_bap(dev, BAP0, skb_put(skb, len), len); in prism2_rx() 2215 res = hfa384x_from_bap(dev, BAP0, txdesc, sizeof(*txdesc)); in hostap_tx_compl_read() 2230 hfa384x_from_bap(dev, BAP0, *payload, len)) { in hostap_tx_compl_read() 2406 res = hfa384x_from_bap(dev, BAP0, &info, sizeof(info)); in prism2_info() 2439 if (left > 0 && hfa384x_from_bap(dev, BAP0, skb_put(skb, left), left)) in prism2_info()
|
D | hostap_pci.c | 183 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() function
|
D | hostap_plx.c | 224 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() function
|
D | hostap_cs.c | 156 static int hfa384x_from_bap(struct net_device *dev, u16 bap, void *buf, in hfa384x_from_bap() function
|