Home
last modified time | relevance | path

Searched refs:l2_hdr_offset (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1273 int index, l2_hdr_offset, l4_hdr_offset, is_lb_pkt; in qlcnic_process_lro() local
1290 l2_hdr_offset = qlcnic_get_lro_sts_l2_hdr_offset(sts_data0); in qlcnic_process_lro()
1311 skb_pull(skb, l2_hdr_offset); in qlcnic_process_lro()
1796 int l2_hdr_offset, l4_hdr_offset; in qlcnic_83xx_process_lro() local
1814 l2_hdr_offset = qlcnic_83xx_l2_hdr_off(sts_data[1]); in qlcnic_83xx_process_lro()
1828 skb_pull(skb, l2_hdr_offset); in qlcnic_83xx_process_lro()
/Linux-v5.15/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1580 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1599 l2_hdr_offset = netxen_get_lro_sts_l2_hdr_offset(sts_data0); in netxen_process_lro()
1615 skb_pull(skb, l2_hdr_offset); in netxen_process_lro()
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4604 u32 l2_hdr_offset; in ath11k_dp_rx_mon_mpdu_pop() local
4645 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4676 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_mon_mpdu_pop()
4728 u32 rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_msdus_set_payload() local
4731 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, in ath11k_dp_rx_msdus_set_payload()
4733 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath11k_dp_rx_msdus_set_payload()