Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A 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()
1794 int l2_hdr_offset, l4_hdr_offset; in qlcnic_83xx_process_lro() local
1812 l2_hdr_offset = qlcnic_83xx_l2_hdr_off(sts_data[1]); in qlcnic_83xx_process_lro()
1826 skb_pull(skb, l2_hdr_offset); in qlcnic_83xx_process_lro()
/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c192 u32 rx_pkt_offset, l2_hdr_offset, total_offset; in ath12k_dp_mon_rx_msdus_set_payload() local
195 l2_hdr_offset = in ath12k_dp_mon_rx_msdus_set_payload()
201 total_offset = rx_pkt_offset + l2_hdr_offset; in ath12k_dp_mon_rx_msdus_set_payload()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1577 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1596 l2_hdr_offset = netxen_get_lro_sts_l2_hdr_offset(sts_data0); in netxen_process_lro()
1612 skb_pull(skb, l2_hdr_offset); in netxen_process_lro()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4755 u32 l2_hdr_offset; in ath11k_dp_rx_mon_mpdu_pop() local
4796 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4827 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_mon_mpdu_pop()
4879 u32 rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_msdus_set_payload() local
4882 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, in ath11k_dp_rx_msdus_set_payload()
4884 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath11k_dp_rx_msdus_set_payload()
5345 u32 rx_buf_size, rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_full_mon_mpdu_pop() local
5428 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_full_mon_mpdu_pop()
5444 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_full_mon_mpdu_pop()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c2654 u32 l2_hdr_offset; in ath12k_wifi7_dp_rx_mon_mpdu_pop() local
2701 l2_hdr_offset = ath12k_dp_rx_h_l3pad(ar->ab, tail_rx_desc); in ath12k_wifi7_dp_rx_mon_mpdu_pop()
2725 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath12k_wifi7_dp_rx_mon_mpdu_pop()