Searched refs:hfa384x_to_bap (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_pci.c | 201 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
|
D | hostap_cs.c | 175 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
|
D | hostap_plx.c | 243 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
|
D | hostap_hw.c | 907 res = hfa384x_to_bap(dev, BAP0, &rec, sizeof(rec)); in hfa384x_set_rid() 909 res = hfa384x_to_bap(dev, BAP0, buf, len); in hfa384x_set_rid() 1868 res = hfa384x_to_bap(dev, BAP0, &txdesc, sizeof(txdesc)); in prism2_tx_80211() 1870 res = hfa384x_to_bap(dev, BAP0, skb->data + hdr_len, in prism2_tx_80211()
|