Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fisa_rx.c1329 uint32_t l4_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()
1346 uint32_t l4_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()
1381 l4_hdr_offset)); in dp_rx_fisa_aggr_udp()
1410 fisa_flow->head_skb_l4_hdr_offset = l4_hdr_offset; in dp_rx_fisa_aggr_udp()
1419 l4_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/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.c368 uint32_t *l4_hdr_offset) in hal_rx_get_l3_l4_offsets_rh() argument
371 *l4_hdr_offset = HAL_RX_TLV_GET_TCP_OFFSET(buf); in hal_rx_get_l3_l4_offsets_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.c254 uint32_t *l4_hdr_offset) in hal_rx_get_l3_l4_offsets_li() argument
257 *l4_hdr_offset = HAL_RX_TLV_GET_TCP_OFFSET(buf); in hal_rx_get_l3_l4_offsets_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_rx_tlv.h2382 uint32_t *l4_hdr_offset) in hal_rx_get_l3_l4_offsets_be() argument
2387 *l4_hdr_offset = HAL_RX_TLV_GET_TCP_OFFSET(rx_pkt_tlvs); in hal_rx_get_l3_l4_offsets_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx.h2771 uint32_t *l3_hdr_offset, uint32_t *l4_hdr_offset) in hal_rx_get_l3_l4_offsets() argument
2777 l4_hdr_offset); in hal_rx_get_l3_l4_offsets()
H A Dhal_internal.h1319 uint32_t *l4_hdr_offset);