Home
last modified time | relevance | path

Searched refs:os_qid (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Dxmit_linux.c203 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
209 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
240 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
246 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
310 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
313 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
315 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
316 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
327 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
332 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dxmit_linux.c202 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
208 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
239 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
245 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
309 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
312 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
314 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
315 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
326 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
331 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Dxmit_linux.c203 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
209 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
240 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
246 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
310 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
313 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
315 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
316 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
327 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
332 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Dxmit_linux.c202 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
208 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
239 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
245 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
309 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
312 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
314 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
315 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
326 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
331 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dxmit_linux.c253 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
259 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
276 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
282 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
345 void rtw_os_check_wakup_queue(_adapter *padapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
348 if (rtw_os_need_wake_queue(padapter, os_qid)) { in rtw_os_check_wakup_queue()
350 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(padapter), os_qid); in rtw_os_check_wakup_queue()
351 netif_wake_subqueue(padapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
362 bool rtw_os_check_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_check_stop_queue() argument
367 if (rtw_os_need_stop_queue(padapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dxmit_linux.c253 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
259 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
276 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
282 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
345 void rtw_os_check_wakup_queue(_adapter *padapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
348 if (rtw_os_need_wake_queue(padapter, os_qid)) { in rtw_os_check_wakup_queue()
350 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(padapter), os_qid); in rtw_os_check_wakup_queue()
351 netif_wake_subqueue(padapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
362 bool rtw_os_check_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_check_stop_queue() argument
367 if (rtw_os_need_stop_queue(padapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Dxmit_linux.c202 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
208 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
239 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
245 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
309 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
312 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
314 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
315 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
326 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
331 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dxmit_linux.c220 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
226 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
257 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
263 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
327 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
330 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
332 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
333 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
344 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
349 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Dxmit_linux.c202 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
208 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
239 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
245 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
309 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
312 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
314 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
315 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
326 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
331 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dxmit_linux.c202 static inline bool rtw_os_need_wake_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_wake_queue() argument
208 if (pxmitpriv->hwxmits[os_qid].accnt < WMM_XMIT_THRESHOLD) in rtw_os_need_wake_queue()
239 static inline bool rtw_os_need_stop_queue(_adapter *padapter, u16 os_qid) in rtw_os_need_stop_queue() argument
245 if (pxmitpriv->hwxmits[os_qid].accnt > WMM_XMIT_THRESHOLD) in rtw_os_need_stop_queue()
309 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_wakup_queue() argument
312 if (rtw_os_need_wake_queue(adapter, os_qid)) { in rtw_os_check_wakup_queue()
314 RTW_INFO(FUNC_ADPT_FMT": netif_wake_subqueue[%d]\n", FUNC_ADPT_ARG(adapter), os_qid); in rtw_os_check_wakup_queue()
315 netif_wake_subqueue(adapter->pnetdev, os_qid); in rtw_os_check_wakup_queue()
326 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid) in rtw_os_check_stop_queue() argument
331 if (rtw_os_need_stop_queue(adapter, os_qid)) { in rtw_os_check_stop_queue()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dxmit_osdep.h91 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
92 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
H A Drtw_xmit.h629 u16 os_qid; member
931 extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv, u16 os_qid);
981 s32 rtw_xmit(_adapter *padapter, _pkt **pkt, u16 os_qid);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dxmit_osdep.h90 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
91 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
H A Drtw_xmit.h628 u16 os_qid; member
930 extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv, u16 os_qid);
980 s32 rtw_xmit(_adapter *padapter, _pkt **pkt, u16 os_qid);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dxmit_osdep.h91 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
92 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
H A Drtw_xmit.h662 u16 os_qid; member
957 extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv, u16 os_qid);
1000 s32 rtw_xmit(_adapter *padapter, _pkt **pkt, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dxmit_osdep.h90 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
91 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dxmit_osdep.h95 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
96 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dxmit_osdep.h95 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
96 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dxmit_osdep.h95 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
96 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dxmit_osdep.h95 void rtw_os_check_wakup_queue(_adapter *adapter, u16 os_qid);
96 bool rtw_os_check_stop_queue(_adapter *adapter, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dxmit_osdep.h92 void rtw_os_check_wakup_queue(_adapter *padapter, u16 os_qid);
93 bool rtw_os_check_stop_queue(_adapter *padapter, u16 os_qid);
H A Drtw_xmit.h723 u16 os_qid; member
1028 extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv, u16 os_qid);
1076 s32 rtw_xmit(_adapter *padapter, struct sk_buff **pkt, u16 os_qid);
1090 s32 rtw_core_tx(_adapter *padapter, struct sk_buff **ppkt, struct sta_info *psta, u16 os_qid);
1092 s32 core_tx_alloc_xmitframe(_adapter *padapter, struct xmit_frame **pxmitframe, u16 os_qid);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dxmit_osdep.h88 void rtw_os_check_wakup_queue(_adapter *padapter, u16 os_qid);
89 bool rtw_os_check_stop_queue(_adapter *padapter, u16 os_qid);
H A Drtw_xmit.h719 u16 os_qid; member
1024 extern struct xmit_frame *rtw_alloc_xmitframe(struct xmit_priv *pxmitpriv, u16 os_qid);
1072 s32 rtw_xmit(_adapter *padapter, struct sk_buff **pkt, u16 os_qid);
1086 s32 rtw_core_tx(_adapter *padapter, struct sk_buff **ppkt, struct sta_info *psta, u16 os_qid);
1088 s32 core_tx_alloc_xmitframe(_adapter *padapter, struct xmit_frame **pxmitframe, u16 os_qid);

1234