Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_xmit_shortcut.c558 struct xmit_txreq_buf *txreq_buf = NULL; in txsc_apply_sc_cached_entry() local
600txreq_buf = (struct xmit_txreq_buf *)get_txreq_buffer(padapter, (u8 **)&txreq, (u8 **)&pkt_list, N… in txsc_apply_sc_cached_entry()
602txreq_buf = (struct xmit_txreq_buf *)get_txreq_buffer(padapter, (u8 **)&txreq, (u8 **)&pkt_list, (… in txsc_apply_sc_cached_entry()
605 if (txreq_buf == NULL) { in txsc_apply_sc_cached_entry()
612 txreq_buf->adapter = padapter; in txsc_apply_sc_cached_entry()
615 txreq->os_priv = (void *)txreq_buf; in txsc_apply_sc_cached_entry()
663 if (txreq_buf->macid == txreq->mdata.macid && txreq_buf->txsc_id == idx) { in txsc_apply_sc_cached_entry()
684 txreq_buf->macid = txreq->mdata.macid; in txsc_apply_sc_cached_entry()
685 txreq_buf->txsc_id = idx; in txsc_apply_sc_cached_entry()
701 txreq_buf->pkt[i] = (u8 *)xmit_skb[i]; in txsc_apply_sc_cached_entry()
[all …]
H A Drtw_xmit.c123 struct xmit_txreq_buf *txreq_buf = NULL; in free_txring() local
139 txreq_buf = (struct xmit_txreq_buf *)txreq->os_priv; in free_txring()
140 if (txreq_buf) { in free_txring()
142 for (j = 0; j < txreq_buf->pkt_cnt; j++) { in free_txring()
143 if (txreq_buf->pkt[j]) in free_txring()
144 rtw_os_pkt_complete(padapter, (void *)txreq_buf->pkt[j]); in free_txring()
6795 struct xmit_txreq_buf *txreq_buf = NULL; in fill_txreq_pkt_perfrag_txos() local
6817 txreq_buf = (struct xmit_txreq_buf *)get_txreq_buffer(padapter, &txreq, &list, &head, &tail); in fill_txreq_pkt_perfrag_txos()
6818 if (txreq_buf == NULL) { in fill_txreq_pkt_perfrag_txos()
6828 txreq_buf->macid = 0xff; in fill_txreq_pkt_perfrag_txos()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_xmit_shortcut.c558 struct xmit_txreq_buf *txreq_buf = NULL; in txsc_apply_sc_cached_entry() local
600txreq_buf = (struct xmit_txreq_buf *)get_txreq_buffer(padapter, (u8 **)&txreq, (u8 **)&pkt_list, N… in txsc_apply_sc_cached_entry()
602txreq_buf = (struct xmit_txreq_buf *)get_txreq_buffer(padapter, (u8 **)&txreq, (u8 **)&pkt_list, (… in txsc_apply_sc_cached_entry()
605 if (txreq_buf == NULL) { in txsc_apply_sc_cached_entry()
612 txreq_buf->adapter = padapter; in txsc_apply_sc_cached_entry()
615 txreq->os_priv = (void *)txreq_buf; in txsc_apply_sc_cached_entry()
663 if (txreq_buf->macid == txreq->mdata.macid && txreq_buf->txsc_id == idx) { in txsc_apply_sc_cached_entry()
684 txreq_buf->macid = txreq->mdata.macid; in txsc_apply_sc_cached_entry()
685 txreq_buf->txsc_id = idx; in txsc_apply_sc_cached_entry()
701 txreq_buf->pkt[i] = (u8 *)xmit_skb[i]; in txsc_apply_sc_cached_entry()
[all …]
H A Drtw_xmit.c127 struct xmit_txreq_buf *txreq_buf = NULL; in free_txring() local
143 txreq_buf = (struct xmit_txreq_buf *)txreq->os_priv; in free_txring()
144 if (txreq_buf) { in free_txring()
146 for (j = 0; j < txreq_buf->pkt_cnt; j++) { in free_txring()
147 if (txreq_buf->pkt[j]) in free_txring()
148 rtw_os_pkt_complete(padapter, (void *)txreq_buf->pkt[j]); in free_txring()
6813 struct xmit_txreq_buf *txreq_buf = NULL; in fill_txreq_pkt_perfrag_txos() local
6835 txreq_buf = (struct xmit_txreq_buf *)get_txreq_buffer(padapter, &txreq, &list, &head, &tail); in fill_txreq_pkt_perfrag_txos()
6836 if (txreq_buf == NULL) { in fill_txreq_pkt_perfrag_txos()
6846 txreq_buf->macid = 0xff; in fill_txreq_pkt_perfrag_txos()
[all …]