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

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c1162 uint8_t bcast_mac[6]; local
1198 bcast_mac[0] = 0xFF; bcast_mac[1] = 0xFF; bcast_mac[2] = 0xFF;
1199 bcast_mac[3] = 0xFF; bcast_mac[4] = 0xFF; bcast_mac[5] = 0xFF;
1200 qla_config_mac_addr(ha, bcast_mac,
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c2940 uint8_t bcast_mac[6]; local
3008 bcast_mac[0] = 0xFF; bcast_mac[1] = 0xFF; bcast_mac[2] = 0xFF;
3009 bcast_mac[3] = 0xFF; bcast_mac[4] = 0xFF; bcast_mac[5] = 0xFF;
3011 if (qla_config_mac_addr(ha, bcast_mac, 1, 1))
3014 ha->hw.flags.bcast_mac = 1;
3356 uint8_t bcast_mac[ local
[all...]
H A Dql_hw.h1602 bcast_mac :1, member in struct:_qla_hw::__anon7816
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c274 u_int8_t bcast_mac[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; local
275 if (!mac || OS_MEMCMP(mac, bcast_mac, 6)) {

Completed in 144 milliseconds