Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c279 struct hw_xmit *phwxmit; in rtw_free_stainfo() local
307 phwxmit = pxmitpriv->hwxmits; in rtw_free_stainfo()
308 phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; in rtw_free_stainfo()
316 phwxmit = pxmitpriv->hwxmits+1; in rtw_free_stainfo()
317 phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; in rtw_free_stainfo()
325 phwxmit = pxmitpriv->hwxmits+2; in rtw_free_stainfo()
326 phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; in rtw_free_stainfo()
334 phwxmit = pxmitpriv->hwxmits+3; in rtw_free_stainfo()
335 phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; in rtw_free_stainfo()
A Drtw_xmit.c1876 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() argument
1880 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()
1881 phwxmit->accnt = 0; in rtw_init_hwxmits()
/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c177 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes() local
208 phwxmit = hwxmits + inx[idx]; in xmit_xmitframes()
214 if ((phwxmit->accnt > 0) && (phwxmit->accnt < 5)) { in xmit_xmitframes()
224 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()
287 phwxmit->accnt--; in xmit_xmitframes()
/linux/drivers/staging/rtl8712/
A Drtl8712_xmit.c150 struct hw_xmit *phwxmit, in dequeue_one_xmitframe() argument
164 phwxmit->txcmdcnt++; in dequeue_one_xmitframe()
174 struct hw_xmit *phwxmit; in dequeue_xframe_ex() local
196 phwxmit = phwxmit_i + inx[i]; in dequeue_xframe_ex()
197 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()
203 pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, in dequeue_xframe_ex()
206 phwxmit->accnt--; in dequeue_xframe_ex()
A Drtl871x_xmit.c28 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
974 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) in init_hwxmits() argument
978 for (i = 0; i < entry; i++, phwxmit++) { in init_hwxmits()
979 spin_lock_init(&phwxmit->xmit_lock); in init_hwxmits()
980 INIT_LIST_HEAD(&phwxmit->pending); in init_hwxmits()
981 phwxmit->txcmdcnt = 0; in init_hwxmits()
982 phwxmit->accnt = 0; in init_hwxmits()
/linux/drivers/staging/r8188eu/hal/
A Drtl8188eu_xmit.c390 struct hw_xmit *phwxmit; in rtl8188eu_xmitframe_complete() local
457 phwxmit = pxmitpriv->hwxmits + 3; in rtl8188eu_xmitframe_complete()
462 phwxmit = pxmitpriv->hwxmits + 1; in rtl8188eu_xmitframe_complete()
467 phwxmit = pxmitpriv->hwxmits; in rtl8188eu_xmitframe_complete()
473 phwxmit = pxmitpriv->hwxmits + 2; in rtl8188eu_xmitframe_complete()
497 phwxmit->accnt--; in rtl8188eu_xmitframe_complete()
/linux/drivers/staging/r8188eu/core/
A Drtw_xmit.c1356 …rame *dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq … in dequeue_one_xmitframe() argument
1379 struct hw_xmit *phwxmit; in rtw_dequeue_xframe() local
1399 phwxmit = phwxmit_i + inx[i]; in rtw_dequeue_xframe()
1401 sta_phead = get_list_head(phwxmit->sta_queue); in rtw_dequeue_xframe()
1409 pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, ptxservq, pframe_queue); in rtw_dequeue_xframe()
1412 phwxmit->accnt--; in rtw_dequeue_xframe()
1534 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry) in rtw_init_hwxmits() argument
1538 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()
1539 phwxmit->accnt = 0; in rtw_init_hwxmits()
/linux/drivers/staging/r8188eu/include/
A Drtw_xmit.h341 void rtw_init_hwxmits(struct hw_xmit *phwxmit, int entry);
/linux/drivers/staging/rtl8723bs/include/
A Drtw_xmit.h463 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);

Completed in 26 milliseconds