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()1100 u8 hw_hdr_offset = 0; in rtw_aes_encrypt() local1112 hw_hdr_offset = TXDESC_SIZE + pxmitframe->pkt_offset * PACKET_OFFSET_SZ; in rtw_aes_encrypt()1113 pframe = pxmitframe->buf_addr + hw_hdr_offset; in rtw_aes_encrypt()
596 u8 hw_hdr_offset = 0; in xmitframe_addmic() local603 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in xmitframe_addmic()612 pframe = pxmitframe->buf_addr + hw_hdr_offset; in xmitframe_addmic()881 u8 hw_hdr_offset; in rtw_xmitframe_coalesce() local904 hw_hdr_offset = TXDESC_SIZE + (pxmitframe->pkt_offset * PACKET_OFFSET_SZ); in rtw_xmitframe_coalesce()906 mem_start = pbuf_start + hw_hdr_offset; in rtw_xmitframe_coalesce()1001 mem_start = (unsigned char *)RND4(addr) + hw_hdr_offset; in rtw_xmitframe_coalesce()1002 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()
770 u8 hw_hdr_offset = 0; in xmitframe_addmic() local773 hw_hdr_offset = TXDESC_OFFSET; in xmitframe_addmic()780 pframe = pxmitframe->buf_addr + hw_hdr_offset; in xmitframe_addmic()1033 u8 hw_hdr_offset; in rtw_xmitframe_coalesce() local1049 hw_hdr_offset = TXDESC_OFFSET; in rtw_xmitframe_coalesce()1050 mem_start = pbuf_start + hw_hdr_offset; in rtw_xmitframe_coalesce()1122 mem_start = (unsigned char *)round_up(addr, 4) + hw_hdr_offset; in rtw_xmitframe_coalesce()1123 memcpy(mem_start, pbuf_start + hw_hdr_offset, pattrib->hdrlen); in rtw_xmitframe_coalesce()
Completed in 16 milliseconds