Home
last modified time | relevance | path

Searched refs:hfa384x_to_bap (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_pci.c201 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
Dhostap_cs.c175 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
Dhostap_plx.c243 static int hfa384x_to_bap(struct net_device *dev, u16 bap, void *buf, int len) in hfa384x_to_bap() function
Dhostap_hw.c895 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()
1853 res = hfa384x_to_bap(dev, BAP0, &txdesc, sizeof(txdesc)); in prism2_tx_80211()
1855 res = hfa384x_to_bap(dev, BAP0, skb->data + hdr_len, in prism2_tx_80211()