Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
A Drtw_sta_mgt.c277 struct hw_xmit *phwxmit; in rtw_free_stainfo() local
303 phwxmit = pxmitpriv->hwxmits; in rtw_free_stainfo()
304 phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; in rtw_free_stainfo()
312 phwxmit = pxmitpriv->hwxmits+1; in rtw_free_stainfo()
313 phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; in rtw_free_stainfo()
321 phwxmit = pxmitpriv->hwxmits+2; in rtw_free_stainfo()
322 phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; in rtw_free_stainfo()
330 phwxmit = pxmitpriv->hwxmits+3; in rtw_free_stainfo()
331 phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; in rtw_free_stainfo()
A Drtw_xmit.c1872 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() argument
1876 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()
1877 phwxmit->accnt = 0; in rtw_init_hwxmits()
/linux/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c173 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes() local
204 phwxmit = hwxmits + inx[idx]; in xmit_xmitframes()
210 if ((phwxmit->accnt > 0) && (phwxmit->accnt < 5)) { in xmit_xmitframes()
220 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()
283 phwxmit->accnt--; in xmit_xmitframes()
/linux/drivers/staging/rtl8712/
A Drtl8712_xmit.c150 struct hw_xmit *phwxmit, struct tx_servq *ptxservq, in dequeue_one_xmitframe() argument
163 phwxmit->txcmdcnt++; in dequeue_one_xmitframe()
173 struct hw_xmit *phwxmit; in dequeue_xframe_ex() local
195 phwxmit = phwxmit_i + inx[i]; in dequeue_xframe_ex()
196 sta_phead = &phwxmit->sta_queue->queue; in dequeue_xframe_ex()
201 pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, ptxservq, in dequeue_xframe_ex()
204 phwxmit->accnt--; in dequeue_xframe_ex()
A Drtl871x_xmit.c29 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()
/linux/drivers/staging/rtl8723bs/include/
A Drtw_xmit.h453 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);

Completed in 19 milliseconds