Home
last modified time | relevance | path

Searched refs:l2_hdr_offset (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/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()
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()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1581 int l2_hdr_offset, l4_hdr_offset; in netxen_process_lro() local
1600 l2_hdr_offset = netxen_get_lro_sts_l2_hdr_offset(sts_data0); in netxen_process_lro()
1616 skb_pull(skb, l2_hdr_offset); in netxen_process_lro()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H A 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4566 u32 l2_hdr_offset; in ath11k_dp_rx_mon_mpdu_pop() local
4607 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4638 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_mon_mpdu_pop()
4690 u32 rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_msdus_set_payload() local
4693 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad((struct hal_rx_desc *)msdu->data); in ath11k_dp_rx_msdus_set_payload()
4694 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath11k_dp_rx_msdus_set_payload()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c4707 u32 l2_hdr_offset; in ath11k_dp_rx_mon_mpdu_pop() local
4748 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4779 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_mon_mpdu_pop()
4831 u32 rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_msdus_set_payload() local
4834 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, in ath11k_dp_rx_msdus_set_payload()
4836 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath11k_dp_rx_msdus_set_payload()
5299 u32 rx_buf_size, rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_full_mon_mpdu_pop() local
5382 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(ar->ab, rx_desc); in ath11k_dp_rx_full_mon_mpdu_pop()
5398 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_full_mon_mpdu_pop()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.c867 u32 rx_pkt_offset, l2_hdr_offset; in ath12k_dp_mon_rx_msdus_set_payload() local
870 l2_hdr_offset = ath12k_dp_rx_h_l3pad(ar->ab, in ath12k_dp_mon_rx_msdus_set_payload()
872 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath12k_dp_mon_rx_msdus_set_payload()

Completed in 26 milliseconds