Home
last modified time | relevance | path

Searched refs:ip_len (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_main.c332 uint16_t ip_len; in pkt_capture_process_tx_data() local
348 ip_len = tso_seg->seg.tso_flags.ip_len; in pkt_capture_process_tx_data()
349 ip_len = qdf_cpu_to_be16(ip_len); in pkt_capture_process_tx_data()
362 &ip_len, sizeof(ip_len)); in pkt_capture_process_tx_data()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_tx_send.c694 uint16_t ip_len; in ol_tx_pkt_capture_tx_completion_process() local
713 ip_len = tso_seg->seg.tso_flags.ip_len; in ol_tx_pkt_capture_tx_completion_process()
714 ip_len = qdf_cpu_to_be16(ip_len); in ol_tx_pkt_capture_tx_completion_process()
726 &ip_len, sizeof(ip_len)); in ol_tx_pkt_capture_tx_completion_process()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_tx.h425 uint16_t ip_len) in hal_tx_ext_desc_set_msdu_length() argument
429 (HAL_TX_SM(HAL_TX_MSDU_EXTENSION, IP_LENGTH, ip_len))); in hal_tx_ext_desc_set_msdu_length()
/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_fisa_rx.c1290 tcp_data_len = (qdf_ntohs(iph->ip_len) - sizeof(qdf_net_iphdr_t) - in dp_rx_fisa_aggr_tcp()
1633 dp_fisa_debug("ip_len 0x%x", qdf_ntohs(head_skb_iph->ip_len)); in dp_rx_fisa_flush_udp_flow()
1645 head_skb_iph->ip_len = in dp_rx_fisa_flush_udp_flow()
1659 qdf_htons(qdf_ntohs(head_skb_iph->ip_len) - in dp_rx_fisa_flush_udp_flow()
1756 head_skb_iph->ip_len = fisa_flow->adjusted_cumulative_ip_length; in dp_rx_fisa_flush_tcp_flow()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_net_types.h205 uint16_t ip_len; member
Dqdf_types.h1421 ip_len:16; member
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_tx.c1453 tso_seg->seg.tso_flags.ip_len); in htt_tx_desc_fill_tso_info()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_nbuf.c4322 curr_seg->seg.tso_flags.ip_len = tso_cmn_info.ip_tcp_hdr_len; in __qdf_nbuf_get_tso_info()
4335 curr_seg->seg.tso_flags.ip_len += tso_frag_len; in __qdf_nbuf_get_tso_info()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c532 tso_seg->tso_flags.ip_len); in dp_tx_prepare_tso_ext_desc()