Searched refs:PACKET_OFFSET_SZ (Results 1 – 7 of 7) sorted by relevance
191 ptxdesc = (struct tx_desc *)(pmem+PACKET_OFFSET_SZ); in update_txdesc()387 mem_addr += PACKET_OFFSET_SZ; /* pull txdesc head */ in rtw_dump_xframe()391 w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; in rtw_dump_xframe()493 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset*PACKET_OFFSET_SZ… in rtl8188eu_xmitframe_complete()544 len = xmitframe_need_length(pxmitframe) + TXDESC_SIZE + (pxmitframe->pkt_offset*PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()597 pbuf_tail -= PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()598 pfirstframe->buf_addr += PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()610 pbuf_tail -= (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
147 ptxdesc = (struct tx_desc *)(pmem+PACKET_OFFSET_SZ); in update_txdesc()327 mem_addr += PACKET_OFFSET_SZ; /* pull txdesc head */ in rtw_dump_xframe()333 w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; in rtw_dump_xframe()
93 #define PACKET_OFFSET_SZ (8) macro94 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
90 #define PACKET_OFFSET_SZ 8 macro91 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
128 offset = TXDESC_SIZE + frame->pkt_offset * PACKET_OFFSET_SZ; in rtl88eu_mon_xmit_hook()
162 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_wep_encrypt()585 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_tkip_encrypt()1217 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_aes_encrypt()
647 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in xmitframe_addmic()998 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtw_xmitframe_coalesce()