Lines Matching refs:ethh
1678 struct ethhdr *ethh; in qed_iwarp_parse_rx_pkt() local
1686 ethh = buf; in qed_iwarp_parse_rx_pkt()
1687 eth_type = ntohs(ethh->h_proto); in qed_iwarp_parse_rx_pkt()
1690 vethh = (struct vlan_ethhdr *)ethh; in qed_iwarp_parse_rx_pkt()
1697 if (!ether_addr_equal(ethh->h_dest, in qed_iwarp_parse_rx_pkt()
1702 ethh->h_dest, p_hwfn->p_rdma_info->iwarp.mac_addr); in qed_iwarp_parse_rx_pkt()
1706 ether_addr_copy(remote_mac_addr, ethh->h_source); in qed_iwarp_parse_rx_pkt()
1707 ether_addr_copy(local_mac_addr, ethh->h_dest); in qed_iwarp_parse_rx_pkt()
1710 eth_type, ethh->h_source); in qed_iwarp_parse_rx_pkt()
1713 eth_hlen, ethh->h_dest); in qed_iwarp_parse_rx_pkt()
1715 iph = (struct iphdr *)((u8 *)(ethh) + eth_hlen); in qed_iwarp_parse_rx_pkt()