Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c191 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()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c147 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()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_xmit.h93 #define PACKET_OFFSET_SZ (8) macro
94 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_xmit.h90 #define PACKET_OFFSET_SZ 8 macro
91 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dmon.c128 offset = TXDESC_SIZE + frame->pkt_offset * PACKET_OFFSET_SZ; in rtl88eu_mon_xmit_hook()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c162 (((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()
Drtw_xmit.c647 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()