Home
last modified time | relevance | path

Searched refs:sw_support (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_hw.c1833 txdesc.sw_support = cpu_to_le32(meta->tx_cb_idx); in prism2_tx_80211()
2158 u16 sw_support, hdrlen, len; in hostap_tx_callback() local
2169 sw_support = le32_to_cpu(txdesc->sw_support); in hostap_tx_callback()
2173 while (cb != NULL && cb->idx != sw_support) in hostap_tx_callback()
2179 local->dev->name, sw_support); in hostap_tx_callback()
2229 if (txdesc->sw_support) { in hostap_tx_compl_read()
2272 if (txdesc.sw_support) in prism2_tx_ev()
2351 if (txdesc.sw_support) in prism2_txexc()
H A Dhostap_wlan.h112 __le32 sw_support; member
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dhermes.h203 __le32 sw_support; member
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x.h451 u32 sw_support; member
H A Dhfa384x_usb.c2476 hw->txbuff.txfrm.desc.sw_support = 0x0123; in hfa384x_drvr_txframe()
2993 if (usbin->txfrm.desc.sw_support == 0x0123) { in hfa384x_usbin_callback()