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

/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c278 struct hw_xmit *phwxmit; local
304 phwxmit = pxmitpriv->hwxmits;
305 phwxmit->accnt -= pstaxmitpriv->vo_q.qcnt;
313 phwxmit = pxmitpriv->hwxmits+1;
314 phwxmit->accnt -= pstaxmitpriv->vi_q.qcnt;
322 phwxmit = pxmitpriv->hwxmits+2;
323 phwxmit->accnt -= pstaxmitpriv->be_q.qcnt;
331 phwxmit = pxmitpriv->hwxmits+3;
332 phwxmit->accnt -= pstaxmitpriv->bk_q.qcnt;
H A Drtw_xmit.c1873 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry) argument
1877 for (i = 0; i < entry; i++, phwxmit++)
1878 phwxmit->accnt = 0;
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_xmit.c174 struct hw_xmit *hwxmits, *phwxmit; local
205 phwxmit = hwxmits + inx[idx];
211 if ((phwxmit->accnt > 0) && (phwxmit->accnt < 5)) {
221 sta_phead = get_list_head(phwxmit->sta_queue);
284 phwxmit->accnt--;
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_xmit.c150 struct hw_xmit *phwxmit, struct tx_servq *ptxservq,
163 phwxmit->txcmdcnt++;
173 struct hw_xmit *phwxmit; local
195 phwxmit = phwxmit_i + inx[i];
196 sta_phead = &phwxmit->sta_queue->queue;
201 pxmitframe = dequeue_one_xmitframe(pxmitpriv, phwxmit, ptxservq,
204 phwxmit->accnt--;
149 dequeue_one_xmitframe(struct xmit_priv *pxmitpriv, struct hw_xmit *phwxmit, struct tx_servq *ptxservq, struct __queue *pframe_queue) argument
H A Drtl871x_xmit.c29 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry);
999 static void init_hwxmits(struct hw_xmit *phwxmit, sint entry) argument
1003 for (i = 0; i < entry; i++, phwxmit++) {
1004 spin_lock_init(&phwxmit->xmit_lock);
1005 INIT_LIST_HEAD(&phwxmit->pending);
1006 phwxmit->txcmdcnt = 0;
1007 phwxmit->accnt = 0;
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_xmit.h463 void rtw_init_hwxmits(struct hw_xmit *phwxmit, signed int entry);

Completed in 140 milliseconds