Home
last modified time | relevance | path

Searched refs:ETHERNET_LL_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h108 __u8 dmac[ETHERNET_LL_SIZE];
H A Dverbs.c1728 memcpy(ah->av.rmac, resp.dmac, ETHERNET_LL_SIZE); in mlx5_create_ah()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c975 uint8_t eth_mac[ETHERNET_LL_SIZE], in ibv_resolve_eth_l2_from_gid() argument
1043 sizeof(uint8_t) * ETHERNET_LL_SIZE); in ibv_resolve_eth_l2_from_gid()
H A Dverbs.h2361 #define ETHERNET_LL_SIZE 6 macro
2364 uint8_t eth_mac[ETHERNET_LL_SIZE],