Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c336 mem_addr += PACKET_OFFSET_SZ; /* pull txdesc head */ in rtw_dump_xframe()
340 w_sz = sz + TXDESC_SIZE + PACKET_OFFSET_SZ; in rtw_dump_xframe()
438 … = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
489 …en = xmitframe_need_length(pxmitframe) + TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
542 pbuf_tail -= PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()
543 pfirstframe->buf_addr += PACKET_OFFSET_SZ; in rtl8188eu_xmitframe_complete()
555 pbuf_tail -= (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
/Linux-v6.1/drivers/staging/r8188eu/include/
Drtw_xmit.h79 #define PACKET_OFFSET_SZ (8) macro
80 #define TXDESC_OFFSET (TXDESC_SIZE + PACKET_OFFSET_SZ)
/Linux-v6.1/drivers/staging/r8188eu/core/
Drtw_security.c37 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_wep_encrypt()
464 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_tkip_encrypt()
1111 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_aes_encrypt()
Drtw_xmit.c705 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()