Searched refs:l3_hdr_offset (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_tx_classify.c | 70 htt->info.l3_hdr_offset); in ol_tx_classify_htt2_frm() 165 tx_msdu_info->htt.info.l3_hdr_offset = in ol_tx_set_ether_type() 168 tx_msdu_info->htt.info.l3_hdr_offset = in ol_tx_set_ether_type() 172 (datap + tx_msdu_info->htt.info.l3_hdr_offset); in ol_tx_set_ether_type() 213 tx_msdu_info->htt.info.l3_hdr_offset = (A_UINT8)(l3_data_ptr - in ol_tx_set_ether_type() 228 l3_data_ptr = datap + tx_msdu_info->htt.info.l3_hdr_offset; in ol_tx_tid_by_ether_type() 311 tx_msdu_info->htt.info.l3_hdr_offset = in ol_tx_tid() 314 (datap + tx_msdu_info->htt.info.l3_hdr_offset); in ol_tx_tid() 834 msdu_info->htt.info.l3_hdr_offset = l2_hdr_size; in ol_tx_classify_extension() 851 msdu_info->htt.info.l3_hdr_offset = l2_hdr_size; in ol_tx_classify_extension() [all …]
|
H A D | ol_txrx_encap.c | 104 tx_msdu_info->htt.info.l3_hdr_offset = new_hdsize; in ol_tx_encap_from_native_wifi() 114 l3_hdr_offset); in ol_tx_encap_from_native_wifi() 125 tx_msdu_info->htt.info.l3_hdr_offset = hdsize; in ol_tx_encap_from_native_wifi() 256 tx_msdu_info->htt.info.l3_hdr_offset = new_l2_hdsize; in ol_tx_encap_from_8023()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_fisa_rx.c | 1328 uint32_t l3_hdr_offset, in get_transport_payload_offset() argument 1332 return (l3_hdr_offset + l4_hdr_offset + sizeof(qdf_net_udphdr_t)); in get_transport_payload_offset() 1345 uint32_t l3_hdr_offset, in get_transport_header_offset() argument 1350 return (l3_hdr_offset + l4_hdr_offset); in get_transport_header_offset() 1373 uint32_t l3_hdr_offset, l4_hdr_offset; in dp_rx_fisa_aggr_udp() local 1378 &l3_hdr_offset, &l4_hdr_offset); in dp_rx_fisa_aggr_udp() 1380 get_transport_header_offset(fisa_flow, l3_hdr_offset, in dp_rx_fisa_aggr_udp() 1409 fisa_flow->head_skb_ip_hdr_offset = l3_hdr_offset; in dp_rx_fisa_aggr_udp() 1418 get_transport_payload_offset(fisa_hdl, l3_hdr_offset, in dp_rx_fisa_aggr_udp() 1807 uint32_t l3_hdr_offset, l4_hdr_offset, l2_l3_hdr_len; in dp_fisa_aggregation_should_stop() local [all …]
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_htt_tx_api.h | 253 uint8_t l3_hdr_offset; /* wrt qdf_nbuf_data(msdu), in bytes */ member 303 " l3_hdr_offset: %u\n", msdu_info->info.l3_hdr_offset); in htt_msdu_info_dump()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
H A D | hal_rh_generic_api.c | 367 static int hal_rx_get_l3_l4_offsets_rh(uint8_t *buf, uint32_t *l3_hdr_offset, in hal_rx_get_l3_l4_offsets_rh() argument 370 *l3_hdr_offset = HAL_RX_TLV_GET_IP_OFFSET(buf); in hal_rx_get_l3_l4_offsets_rh()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
H A D | hal_li_generic_api.c | 253 static int hal_rx_get_l3_l4_offsets_li(uint8_t *buf, uint32_t *l3_hdr_offset, in hal_rx_get_l3_l4_offsets_li() argument 256 *l3_hdr_offset = HAL_RX_TLV_GET_IP_OFFSET(buf); in hal_rx_get_l3_l4_offsets_li()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_rx_tlv.h | 2381 uint32_t *l3_hdr_offset, in hal_rx_get_l3_l4_offsets_be() argument 2386 *l3_hdr_offset = HAL_RX_TLV_GET_IP_OFFSET(rx_pkt_tlvs); in hal_rx_get_l3_l4_offsets_be()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_rx.h | 2771 uint32_t *l3_hdr_offset, uint32_t *l4_hdr_offset) in hal_rx_get_l3_l4_offsets() argument 2776 l3_hdr_offset, in hal_rx_get_l3_l4_offsets()
|
H A D | hal_internal.h | 1318 int (*hal_rx_get_l3_l4_offsets)(uint8_t *buf, uint32_t *l3_hdr_offset,
|