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

/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_hw.c1851 uint8_t bcast_mac[6]; local
1908 bcast_mac[0] = 0xFF; bcast_mac[1] = 0xFF; bcast_mac[2] = 0xFF;
1909 bcast_mac[3] = 0xFF; bcast_mac[4] = 0xFF; bcast_mac[5] = 0xFF;
1911 if (qla_config_mac_addr(ha, bcast_mac, 1))
1914 ha->hw.flags.bcast_mac = 1;
2214 uint8_t bcast_mac[ local
[all...]
H A Dql_hw.h1464 bcast_mac :1, member in struct:_qla_hw::__anon9379
/freebsd-10.0-release/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)) {
/freebsd-10.0-release/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,

Completed in 125 milliseconds