Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_hw.c48 static int qls_config_unicast_mac_addr(qla_host_t *ha, uint32_t add_mac);
50 uint32_t add_mac, uint32_t index);
236 qls_config_unicast_mac_addr(qla_host_t *ha, uint32_t add_mac) in qls_config_unicast_mac_addr() argument
249 if (add_mac) { in qls_config_unicast_mac_addr()
301 qls_config_mcast_mac_addr(qla_host_t *ha, uint8_t *mac_addr, uint32_t add_mac, in qls_config_mcast_mac_addr() argument
315 if (add_mac) { in qls_config_mcast_mac_addr()
1282 uint32_t add_mac) in qls_hw_set_multi() argument
1287 if (add_mac) { in qls_hw_set_multi()
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.c1783 qla_config_mac_addr(qla_host_t *ha, uint8_t *mac_addr, uint32_t add_mac, in qla_config_mac_addr() argument
1795 __func__, (add_mac ? "Add" : "Del"), num_mac); in qla_config_mac_addr()
1806 if (add_mac) in qla_config_mac_addr()
1825 (add_mac ? "Add" : "Del")); in qla_config_mac_addr()
1834 (add_mac ? "Add" : "Del"), err); in qla_config_mac_addr()
3658 uint32_t add_mac) in ql_hw_set_multi() argument
3671 if (add_mac) { in ql_hw_set_multi()
3687 add_mac, count)) { in ql_hw_set_multi()
3693 if (add_mac) { in ql_hw_set_multi()
3710 if (qla_config_mac_addr(ha, ha->hw.mac_addr_arr, add_mac, in ql_hw_set_multi()
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c130 uint32_t add_mac);
2450 qlnx_config_mcast_mac_addr(qlnx_host_t *ha, uint8_t *mac_addr, uint32_t add_mac) in qlnx_config_mcast_mac_addr() argument
2461 if (add_mac) in qlnx_config_mcast_mac_addr()
2535 uint32_t add_mac) in qlnx_hw_set_multi() argument
2540 if (add_mac) { in qlnx_hw_set_multi()
/freebsd/sbin/ipfw/
H A Dipfw2.c3690 add_mac(ipfw_insn *cmd, char *av[], int cblen) in add_mac() function
4620 add_mac(cmd, av); /* exits in case of errors */ in compile_rule()
5172 if (add_mac(cmd, av, cblen)) in compile_rule()