Searched refs:be_mac (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c4149 __be64 be_mac; local
4155 be_mac = cpu_to_be64(res->mac << 16);
4156 if (ether_addr_equal((u8 *)&be_mac, eth_header->eth.dst_mac))
4196 __be64 be_mac = 0; local
4222 be_mac = cpu_to_be64(res->mac << 16);
4226 if (!be_mac) {
4235 memcpy(eth_header->dst_mac, &be_mac, ETH_ALEN);

Completed in 101 milliseconds