Home
last modified time | relevance | path

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

/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.c1877 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() argument
1881 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()
1882 phwxmit->accnt = 0; in rtw_init_hwxmits()
/drivers/staging/rtl8723bs/hal/
A Drtl8723bs_xmit.c170 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes() local
201 phwxmit = hwxmits + inx[idx]; in xmit_xmitframes()
207 if ((phwxmit->accnt > 0) && (phwxmit->accnt < 5)) { in xmit_xmitframes()
217 sta_phead = get_list_head(phwxmit->sta_queue); in xmit_xmitframes()
280 phwxmit->accnt--; in xmit_xmitframes()
/drivers/staging/rtl8723bs/include/
A Drtw_xmit.h453 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);

Completed in 15 milliseconds