Searched refs:PACKET_OFFSET_SZ (Results 1 – 4 of 4) sorted by relevance
173 ptxdesc = (struct tx_desc *)(pmem + PACKET_OFFSET_SZ); in update_txdesc()366 mem_addr += PACKET_OFFSET_SZ; /* pull txdesc head */ in rtw_dump_xframe()370 w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; in rtw_dump_xframe()467 … = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()518 …en = xmitframe_need_length(pxmitframe) + TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()571 pbuf_tail -= PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()572 pfirstframe->buf_addr += PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()584 pbuf_tail -= (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
76 #define PACKET_OFFSET_SZ (8) macro77 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
102 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_wep_encrypt()531 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_tkip_encrypt()1179 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_aes_encrypt()
605 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in xmitframe_addmic()924 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtw_xmitframe_coalesce()