Searched refs:phwxmit (Results 1 – 4 of 4) sorted by relevance
277 struct hw_xmit *phwxmit; in rtw_free_stainfo() local303 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()
1877 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() argument1881 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()1882 phwxmit->accnt = 0; in rtw_init_hwxmits()
170 struct hw_xmit *hwxmits, *phwxmit; in xmit_xmitframes() local201 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()
453 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);
Completed in 15 milliseconds