Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c175 ptxdesc = (struct tx_desc *)(pmem+PACKET_OFFSET_SZ); in update_txdesc()
370 mem_addr += PACKET_OFFSET_SZ; /* pull txdesc head */ in rtw_dump_xframe()
374 w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; in rtw_dump_xframe()
469 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset*PACKET_OFFSET_SZ in rtl8188eu_xmitframe_complete()
520 len = xmitframe_need_length(pxmitframe) + TXDESC_SIZE + (pxmitframe->pkt_offset*PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
573 pbuf_tail -= PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()
574 pfirstframe->buf_addr += PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()
586 pbuf_tail -= (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_xmit.h80 #define PACKET_OFFSET_SZ (8) macro
81 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/
Dmon.c120 offset = TXDESC_SIZE + frame->pkt_offset * PACKET_OFFSET_SZ; in rtl88eu_mon_xmit_hook()
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c153 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_wep_encrypt()
599 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_tkip_encrypt()
1239 (((struct xmit_frame *)pxmitframe)->pkt_offset * PACKET_OFFSET_SZ); in rtw_aes_encrypt()
Drtw_xmit.c606 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in xmitframe_addmic()
933 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtw_xmitframe_coalesce()