Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dhfa384x_usb.c2719 memset(&hw->txbuff.txfrm.desc, 0, sizeof(hw->txbuff.txfrm.desc)); in hfa384x_drvr_txframe()
2725 hw->txbuff.txfrm.desc.sw_support = 0x0123; in hfa384x_drvr_txframe()
2732 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2736 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2740 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2744 hw->txbuff.txfrm.desc.tx_control = in hfa384x_drvr_txframe()
2745 cpu_to_le16(hw->txbuff.txfrm.desc.tx_control); in hfa384x_drvr_txframe()
2748 memcpy(&(hw->txbuff.txfrm.desc.frame_control), p80211_hdr, in hfa384x_drvr_txframe()
2753 hw->txbuff.txfrm.desc.data_len = cpu_to_le16(skb->len + 8); in hfa384x_drvr_txframe()
2756 hw->txbuff.txfrm.desc.data_len = cpu_to_le16(skb->len); in hfa384x_drvr_txframe()
[all …]
Dhfa384x.h883 hfa384x_usb_txfrm_t txfrm; member
894 hfa384x_usb_txfrm_t txfrm; member