Home
last modified time | relevance | path

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

/Linux-v5.10/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()
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-v5.10/drivers/net/ethernet/qlogic/netxen/
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()
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.c4531 u32 l2_hdr_offset; in ath11k_dp_rx_mon_mpdu_pop() local
4572 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad(rx_desc); in ath11k_dp_rx_mon_mpdu_pop()
4603 rx_buf_size = rx_pkt_offset + l2_hdr_offset + frag_len; in ath11k_dp_rx_mon_mpdu_pop()
4655 u32 rx_pkt_offset, l2_hdr_offset; in ath11k_dp_rx_msdus_set_payload() local
4658 l2_hdr_offset = ath11k_dp_rx_h_msdu_end_l3pad((struct hal_rx_desc *)msdu->data); in ath11k_dp_rx_msdus_set_payload()
4659 skb_pull(msdu, rx_pkt_offset + l2_hdr_offset); in ath11k_dp_rx_msdus_set_payload()