Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dwifi.h172 #define SetEOSP(pbuf, eosp) \ argument
173 (*(__le16 *)(pbuf) |= cpu_to_le16((eosp & 1) << 4))
H A Drtw_xmit.h171 u8 eosp; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_xmit.c446 pattrib->eosp = 0; in update_attrib_phy_info()
950 SetEOSP(qc, pattrib->eosp); in rtw_make_wlanhdr()
2277 pxmitframe->attrib.eosp = 0; in wakeup_sta_to_xmit()
2280 pxmitframe->attrib.eosp = 1; in wakeup_sta_to_xmit()
2390 pxmitframe->attrib.eosp = 0; in xmit_delivery_enabled_frames()
2393 pxmitframe->attrib.eosp = 1; in xmit_delivery_enabled_frames()
H A Drtw_mlme_ext.c3157 pattrib->eosp = 1; in _issue_qos_nulldata()
3178 SetEOSP(qc, pattrib->eosp); in _issue_qos_nulldata()