Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1274 int index, l2_hdr_offset, l4_hdr_offset, is_lb_pkt; in qlcnic_process_lro() local
1291 l2_hdr_offset = qlcnic_get_lro_sts_l2_hdr_offset(sts_data0); in qlcnic_process_lro()
1312 skb_pull(skb, l2_hdr_offset); in qlcnic_process_lro()
1795 int l2_hdr_offset, l4_hdr_offset; in qlcnic_83xx_process_lro() local
1813 l2_hdr_offset = qlcnic_83xx_l2_hdr_off(sts_data[1]); in qlcnic_83xx_process_lro()
1827 skb_pull(skb, l2_hdr_offset); in qlcnic_83xx_process_lro()
/linux-6.1.9/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-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4674 u32 l2_hdr_offset; in ath11k_dp_rx_mon_mpdu_pop() local
4715 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4746 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_mon_mpdu_pop()
4798 u32 rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_msdus_set_payload() local
4801 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, in ath11k_dp_rx_msdus_set_payload()
4803 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath11k_dp_rx_msdus_set_payload()
5265 u32 rx_buf_size, rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_full_mon_mpdu_pop() local
5348 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_full_mon_mpdu_pop()
5364 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_full_mon_mpdu_pop()