| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | xmit_linux.c | 203 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 D | xmit_linux.c | 202 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 D | xmit_linux.c | 203 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 D | xmit_linux.c | 202 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 D | xmit_linux.c | 253 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 D | xmit_linux.c | 253 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 D | xmit_linux.c | 202 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 D | xmit_linux.c | 220 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 D | xmit_linux.c | 202 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 D | xmit_linux.c | 202 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 D | xmit_osdep.h | 91 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 D | rtw_xmit.h | 629 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 D | xmit_osdep.h | 90 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 D | rtw_xmit.h | 628 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 D | xmit_osdep.h | 91 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 D | rtw_xmit.h | 662 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 D | xmit_osdep.h | 90 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 D | xmit_osdep.h | 95 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 D | xmit_osdep.h | 95 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 D | xmit_osdep.h | 95 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 D | xmit_osdep.h | 95 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 D | xmit_osdep.h | 92 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 D | rtw_xmit.h | 723 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 D | xmit_osdep.h | 88 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 D | rtw_xmit.h | 719 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);
|