Searched refs:phwxmit (Results 1 – 4 of 4) sorted by relevance
278 struct hw_xmit *phwxmit; in rtw_free_stainfo() local304 phwxmit = pxmitpriv->hwxmits; in rtw_free_stainfo()305 phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt; in rtw_free_stainfo()313 phwxmit = pxmitpriv->hwxmits + 1; in rtw_free_stainfo()314 phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt; in rtw_free_stainfo()322 phwxmit = pxmitpriv->hwxmits + 2; in rtw_free_stainfo()323 phwxmit->accnt -= pstaxmitpriv->be_q.qcnt; in rtw_free_stainfo()331 phwxmit = pxmitpriv->hwxmits + 3; in rtw_free_stainfo()332 phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt; in rtw_free_stainfo()
1910 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) in rtw_init_hwxmits() argument1914 for (i = 0; i < entry; i++, phwxmit++) in rtw_init_hwxmits()1915 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);