Searched refs:l2_hdr_offset (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 1274 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()
|
/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 1580 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()
|
/drivers/net/wireless/ath/ath11k/ |
D | dp_rx.c | 4707 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()
|
/drivers/net/wireless/ath/ath12k/ |
D | dp_mon.c | 867 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()
|