Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c383 struct xmit_frame *pfirstframe = NULL; in rtl8188eu_xmitframe_complete() local
437 pfirstframe = pxmitframe; in rtl8188eu_xmitframe_complete()
438 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset * PACKET_OFFSET_… in rtl8188eu_xmitframe_complete()
453 psta = pfirstframe->attrib.psta; in rtl8188eu_xmitframe_complete()
454 switch (pfirstframe->attrib.priority) { in rtl8188eu_xmitframe_complete()
516 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()
517 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()
534 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8188eu_xmitframe_complete()
535 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8188eu_xmitframe_complete()
536 (pfirstframe->attrib.ether_type != 0x88b4) && in rtl8188eu_xmitframe_complete()
[all …]