Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c190 ptxdesc = (struct tx_desc *)(pmem+PACKET_OFFSET_SZ); in update_txdesc()
386 mem_addr += PACKET_OFFSET_SZ; /* pull txdesc head */ in rtw_dump_xframe()
390 w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; in rtw_dump_xframe()
492 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset*PACKET_OFFSET_SZ in rtl8188eu_xmitframe_complete()
543 len = xmitframe_need_length(pxmitframe) + TXDESC_SIZE + (pxmitframe->pkt_offset*PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
596 pbuf_tail -= PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()
597 pfirstframe->buf_addr += PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()
609 pbuf_tail -= (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
/linux-4.1.27/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.1.27/drivers/staging/rtl8723au/include/
Drtw_xmit.h90 #define PACKET_OFFSET_SZ 8 macro
91 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_xmit.h93 #define PACKET_OFFSET_SZ (8) macro
94 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
/linux-4.1.27/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.c646 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in xmitframe_addmic()
997 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtw_xmitframe_coalesce()