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

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_ioctl.c498 ha->primary_mac[0], ha->primary_mac[1], ha->primary_mac[2],
499 ha->primary_mac[3], ha->primary_mac[4], ha->primary_mac[5]);
H A Dqlnx_os.c2416 memcpy(ha->primary_mac, qlnx_get_mac_addr(ha), ETH_ALEN);
2418 if (!ha->primary_mac[0] && !ha->primary_mac[1] &&
2419 !ha->primary_mac[2] && !ha->primary_mac[3] &&
2420 !ha->primary_mac[4] && !ha->primary_mac[5]) {
2425 ha->primary_mac[0] = 0x00;
2426 ha->primary_mac[1] = 0x0e;
2427 ha->primary_mac[
[all...]
H A Dqlnx_def.h465 uint8_t primary_mac[ETH_ALEN]; member in struct:qlnx_host

Completed in 131 milliseconds