Home
last modified time | relevance | path

Searched refs:phwxmit (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c327 struct hw_xmit *phwxmit; in rtw_free_stainfo() local
355 phwxmit = pxmitpriv->hwxmits; in rtw_free_stainfo()
356 phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; in rtw_free_stainfo()
364 phwxmit = pxmitpriv->hwxmits+1; in rtw_free_stainfo()
365 phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; in rtw_free_stainfo()
373 phwxmit = pxmitpriv->hwxmits+2; in rtw_free_stainfo()
374 phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; in rtw_free_stainfo()
382 phwxmit = pxmitpriv->hwxmits+3; in rtw_free_stainfo()
383 phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; in rtw_free_stainfo()
Drtw_debug.c555 struct hw_xmit *phwxmit; in proc_get_trx_info() local
565 phwxmit = pxmitpriv->hwxmits + i; in proc_get_trx_info()
566 DBG_871X_SEL_NL(m, "%d, hwq.accnt =%d\n", i, phwxmit->accnt); in proc_get_trx_info()
Drtw_xmit.c2233 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry) in rtw_init_hwxmits() argument
2237 for (i = 0; i < entry; i++, phwxmit++) { in rtw_init_hwxmits()
2241 phwxmit->accnt = 0; in rtw_init_hwxmits()
/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c212 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes() local
244 phwxmit = hwxmits + inx[idx]; in xmit_xmitframes()
250 if ((phwxmit->accnt > 0) && (phwxmit->accnt < 5)) { in xmit_xmitframes()
260 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()
273 phwxmit->accnt, in xmit_xmitframes()
346 phwxmit->accnt--; in xmit_xmitframes()
/drivers/staging/rtl8712/
Drtl8712_xmit.c162 struct hw_xmit *phwxmit, in dequeue_one_xmitframe() argument
176 phwxmit->txcmdcnt++; in dequeue_one_xmitframe()
186 struct hw_xmit *phwxmit; in dequeue_xframe_ex() local
208 phwxmit = phwxmit_i + inx[i]; in dequeue_xframe_ex()
209 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()
215 pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, in dequeue_xframe_ex()
218 phwxmit->accnt--; in dequeue_xframe_ex()
Drtl871x_xmit.c40 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
996 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits() argument
1000 for (i = 0; i < entry; i++, phwxmit++) { in init_hwxmits()
1001 spin_lock_init(&phwxmit->xmit_lock); in init_hwxmits()
1002 INIT_LIST_HEAD(&phwxmit->pending); in init_hwxmits()
1003 phwxmit->txcmdcnt = 0; in init_hwxmits()
1004 phwxmit->accnt = 0; in init_hwxmits()
/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c429 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete() local
496 phwxmit = pxmitpriv->hwxmits + 3; in rtl8188eu_xmitframe_complete()
501 phwxmit = pxmitpriv->hwxmits + 1; in rtl8188eu_xmitframe_complete()
506 phwxmit = pxmitpriv->hwxmits; in rtl8188eu_xmitframe_complete()
512 phwxmit = pxmitpriv->hwxmits + 2; in rtl8188eu_xmitframe_complete()
536 phwxmit->accnt--; in rtl8188eu_xmitframe_complete()
/drivers/staging/rtl8188eu/core/
Drtw_xmit.c1428 …rame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq … in dequeue_one_xmitframe() argument
1451 struct hw_xmit *phwxmit; in rtw_dequeue_xframe() local
1472 phwxmit = phwxmit_i + inx[i]; in rtw_dequeue_xframe()
1474 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()
1482 pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, ptxservq, pframe_queue); in rtw_dequeue_xframe()
1485 phwxmit->accnt--; in rtw_dequeue_xframe()
1608 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits() argument
1612 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()
1613 phwxmit->accnt = 0; in rtw_init_hwxmits()
/drivers/staging/rtl8188eu/include/
Drtw_xmit.h342 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
/drivers/staging/rtl8723bs/include/
Drtw_xmit.h490 void rtw_init_hwxmits(struct hw_xmit *phwxmit, sint entry);