Lines Matching defs:eth
78 struct ocrdma_eth_vlan eth;
90 memset(ð, 0, sizeof(eth));
108 eth.eth_type = cpu_to_be16(0x8100);
109 eth.roce_eth_type = cpu_to_be16(proto_num);
111 eth.vlan_tag = cpu_to_be16(vlan_tag);
115 eth.eth_type = cpu_to_be16(proto_num);
119 memcpy(ð.smac[0], &dev->nic_info.mac_addr[0], ETH_ALEN);
120 status = ocrdma_resolve_dmac(dev, attr, ð.dmac[0]);
126 memcpy(&ah->av->eth_hdr, ð, eth_sz);