Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2_api.h135 ECORE_FILTER_REPLACE, /* Delete all MACs and add new one instead */ enumerator
H A Decore_sriov.c2018 filter.opcode = ECORE_FILTER_REPLACE; in ecore_iov_configure_vport_forced()
2049 filter.opcode = filter.vlan ? ECORE_FILTER_REPLACE : in ecore_iov_configure_vport_forced()
3317 } else if (p_params->opcode == ECORE_FILTER_REPLACE || in ecore_iov_vf_update_vlan_shadow()
3330 p_params->opcode == ECORE_FILTER_REPLACE) { in ecore_iov_vf_update_vlan_shadow()
3385 } else if (p_params->opcode == ECORE_FILTER_REPLACE || in ecore_iov_vf_update_mac_shadow()
3393 p_params->opcode != ECORE_FILTER_REPLACE) in ecore_iov_vf_update_mac_shadow()
3493 params.opcode == ECORE_FILTER_REPLACE) in ecore_iov_vf_mbx_ucast_filter()
3503 params.opcode != ECORE_FILTER_REPLACE)) in ecore_iov_vf_mbx_ucast_filter()
H A Decore_l2.c1419 case ECORE_FILTER_REPLACE: in ecore_filter_ucast_common()
1487 } else if (p_filter_cmd->opcode == ECORE_FILTER_REPLACE) { in ecore_filter_ucast_common()
H A Dqlnx_os.c6970 ucast.opcode = ECORE_FILTER_REPLACE; in qlnx_remove_all_ucast_mac()
7063 rc = qlnx_set_ucast_rx_mac(ha, ECORE_FILTER_REPLACE, ha->primary_mac); in qlnx_set_rx_mode()