Home
last modified time | relevance | path

Searched refs:txfrm (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c2470 memset(&hw->txbuff.txfrm.desc, 0, sizeof(hw->txbuff.txfrm.desc)); in hfa384x_drvr_txframe()
2476 hw->txbuff.txfrm.desc.sw_support = 0x0123; in hfa384x_drvr_txframe()
2483 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2487 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2491 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2495 cpu_to_le16s(&hw->txbuff.txfrm.desc.tx_control); in hfa384x_drvr_txframe()
2498 hw->txbuff.txfrm.desc.hdr = *p80211_hdr; in hfa384x_drvr_txframe()
2502 hw->txbuff.txfrm.desc.data_len = cpu_to_le16(skb->len + 8); in hfa384x_drvr_txframe()
2505 hw->txbuff.txfrm.desc.data_len = cpu_to_le16(skb->len); in hfa384x_drvr_txframe()
2511 ptr = hw->txbuff.txfrm.data; in hfa384x_drvr_txframe()
[all …]
H A Dhfa384x.h858 struct hfa384x_usb_txfrm txfrm; member
869 struct hfa384x_usb_txfrm txfrm; member