Lines Matching refs:ethh
1676 struct ethhdr *ethh; in qed_iwarp_parse_rx_pkt() local
1684 ethh = buf; in qed_iwarp_parse_rx_pkt()
1685 eth_type = ntohs(ethh->h_proto); in qed_iwarp_parse_rx_pkt()
1688 vethh = (struct vlan_ethhdr *)ethh; in qed_iwarp_parse_rx_pkt()
1695 if (!ether_addr_equal(ethh->h_dest, in qed_iwarp_parse_rx_pkt()
1700 ethh->h_dest, p_hwfn->p_rdma_info->iwarp.mac_addr); in qed_iwarp_parse_rx_pkt()
1704 ether_addr_copy(remote_mac_addr, ethh->h_source); in qed_iwarp_parse_rx_pkt()
1705 ether_addr_copy(local_mac_addr, ethh->h_dest); in qed_iwarp_parse_rx_pkt()
1708 eth_type, ethh->h_source); in qed_iwarp_parse_rx_pkt()
1711 eth_hlen, ethh->h_dest); in qed_iwarp_parse_rx_pkt()
1713 iph = (struct iphdr *)((u8 *)(ethh) + eth_hlen); in qed_iwarp_parse_rx_pkt()