Searched refs:hfa384x_to_bap (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/intersil/hostap/ |
D | hostap_pci.c | 202 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
|
D | hostap_cs.c | 176 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
|
D | hostap_plx.c | 244 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
|
D | hostap_hw.c | 901 res = hfa384x_to_bap(dev, BAP0, &rec, sizeof(rec)); in hfa384x_set_rid() 903 res = hfa384x_to_bap(dev, BAP0, buf, len); in hfa384x_set_rid() 1862 res = hfa384x_to_bap(dev, BAP0, &txdesc, sizeof(txdesc)); in prism2_tx_80211() 1864 res = hfa384x_to_bap(dev, BAP0, skb->data + hdr_len, in prism2_tx_80211()
|