Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c417 struct xmit_frame *pfirstframe = NULL; in rtl8188eu_xmitframe_complete() local
467 pfirstframe = pxmitframe; in rtl8188eu_xmitframe_complete()
468 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset * PACKET_OFFSET_… in rtl8188eu_xmitframe_complete()
483 psta = pfirstframe->attrib.psta; in rtl8188eu_xmitframe_complete()
484 switch (pfirstframe->attrib.priority) { in rtl8188eu_xmitframe_complete()
546 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()
547 if (pfirstframe->agg_num == MAX_TX_AGG_PACKET_NUMBER) in rtl8188eu_xmitframe_complete()
564 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8188eu_xmitframe_complete()
565 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8188eu_xmitframe_complete()
566 (pfirstframe->attrib.ether_type != 0x88b4) && in rtl8188eu_xmitframe_complete()
[all …]