Searched refs:pfirstframe (Results 1 – 1 of 1) sorted by relevance
436 struct xmit_frame *pfirstframe = NULL; in rtl8188eu_xmitframe_complete() local492 pfirstframe = pxmitframe; in rtl8188eu_xmitframe_complete()493 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset*PACKET_OFFSET_SZ… in rtl8188eu_xmitframe_complete()508 psta = pfirstframe->attrib.psta; in rtl8188eu_xmitframe_complete()509 switch (pfirstframe->attrib.priority) { in rtl8188eu_xmitframe_complete()571 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()572 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188eu_xmitframe_complete()589 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8188eu_xmitframe_complete()590 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8188eu_xmitframe_complete()591 (pfirstframe->attrib.ether_type != 0x88b4) && in rtl8188eu_xmitframe_complete()[all …]