Searched refs:hw_hdr_offset (Results 1 – 4 of 4) sorted by relevance
28 u8 hw_hdr_offset = 0; in rtw_wep_encrypt() local37 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_wep_encrypt()38 pframe = pxmitframe->buf_addr + hw_hdr_offset; in rtw_wep_encrypt()449 u8 hw_hdr_offset = 0; in rtw_tkip_encrypt() local464 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_tkip_encrypt()465 pframe = pxmitframe->buf_addr + hw_hdr_offset; in rtw_tkip_encrypt()1099 u8 hw_hdr_offset = 0; in rtw_aes_encrypt() local1111 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_aes_encrypt()1112 pframe = pxmitframe->buf_addr + hw_hdr_offset; in rtw_aes_encrypt()
593 u8 hw_hdr_offset = 0; in xmitframe_addmic() local600 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in xmitframe_addmic()609 pframe = pxmitframe->buf_addr + hw_hdr_offset; in xmitframe_addmic()872 u8 hw_hdr_offset; in rtw_xmitframe_coalesce() local893 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtw_xmitframe_coalesce()895 mem_start = pbuf_start + hw_hdr_offset; in rtw_xmitframe_coalesce()987 mem_start = PTR_ALIGN(pframe, 4) + hw_hdr_offset; in rtw_xmitframe_coalesce()988 memcpy(mem_start, pbuf_start + hw_hdr_offset, pattrib->hdrlen); in rtw_xmitframe_coalesce()
48 u8 hw_hdr_offset = 0; in rtw_wep_encrypt() local57 hw_hdr_offset = TXDESC_OFFSET; in rtw_wep_encrypt()58 pframe = ((struct xmit_frame *)pxmitframe)->buf_addr + hw_hdr_offset; in rtw_wep_encrypt()468 u8 hw_hdr_offset = 0; in rtw_tkip_encrypt() local482 hw_hdr_offset = TXDESC_OFFSET; in rtw_tkip_encrypt()483 pframe = ((struct xmit_frame *)pxmitframe)->buf_addr + hw_hdr_offset; in rtw_tkip_encrypt()1039 u8 hw_hdr_offset = 0; in rtw_aes_encrypt() local1049 hw_hdr_offset = TXDESC_OFFSET; in rtw_aes_encrypt()1050 pframe = ((struct xmit_frame *)pxmitframe)->buf_addr + hw_hdr_offset; in rtw_aes_encrypt()
767 u8 hw_hdr_offset = 0; in xmitframe_addmic() local770 hw_hdr_offset = TXDESC_OFFSET; in xmitframe_addmic()777 pframe = pxmitframe->buf_addr + hw_hdr_offset; in xmitframe_addmic()1030 u8 hw_hdr_offset; in rtw_xmitframe_coalesce() local1046 hw_hdr_offset = TXDESC_OFFSET; in rtw_xmitframe_coalesce()1047 mem_start = pbuf_start + hw_hdr_offset; in rtw_xmitframe_coalesce()1119 mem_start = (unsigned char *)round_up(addr, 4) + hw_hdr_offset; in rtw_xmitframe_coalesce()1120 memcpy(mem_start, pbuf_start + hw_hdr_offset, pattrib->hdrlen); in rtw_xmitframe_coalesce()