Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qlxgb/
HDqla_hw.c1149 uint8_t bcast_mac[6]; in qla_init_hw_if() local
1183 bcast_mac[0] = 0xFF; bcast_mac[1] = 0xFF; bcast_mac[2] = 0xFF; in qla_init_hw_if()
1184 bcast_mac[3] = 0xFF; bcast_mac[4] = 0xFF; bcast_mac[5] = 0xFF; in qla_init_hw_if()
1185 qla_config_mac_addr(ha, bcast_mac, in qla_init_hw_if()
/freebsd-14-stable/sys/dev/qlxgbe/
HDql_hw.c2886 uint8_t bcast_mac[6]; in ql_init_hw_if() local
2949 bcast_mac[0] = 0xFF; bcast_mac[1] = 0xFF; bcast_mac[2] = 0xFF; in ql_init_hw_if()
2950 bcast_mac[3] = 0xFF; bcast_mac[4] = 0xFF; bcast_mac[5] = 0xFF; in ql_init_hw_if()
2952 if (qla_config_mac_addr(ha, bcast_mac, 1, 1)) in ql_init_hw_if()
2955 ha->hw.flags.bcast_mac = 1; in ql_init_hw_if()
3290 uint8_t bcast_mac[6]; in qla_del_rcv_cntxt() local
3298 if (ha->hw.flags.bcast_mac) { in qla_del_rcv_cntxt()
3299 bcast_mac[0] = 0xFF; bcast_mac[1] = 0xFF; bcast_mac[2] = 0xFF; in qla_del_rcv_cntxt()
3300 bcast_mac[3] = 0xFF; bcast_mac[4] = 0xFF; bcast_mac[5] = 0xFF; in qla_del_rcv_cntxt()
3302 if (qla_config_mac_addr(ha, bcast_mac, 0, 1)) in qla_del_rcv_cntxt()
[all …]
HDql_hw.h1591 bcast_mac :1, member
/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_keycache.c274 u_int8_t bcast_mac[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in ar9300_set_key_cache_entry() local
275 if (!mac || OS_MEMCMP(mac, bcast_mac, 6)) { in ar9300_set_key_cache_entry()