Home
last modified time | relevance | path

Searched refs:QED_FILTER_REPLACE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.h55 QED_FILTER_REPLACE, /* Delete all MACs and add new one instead */ enumerator
H A Dqed_sriov.c1784 filter.opcode = QED_FILTER_REPLACE; in qed_iov_configure_vport_forced()
1816 filter.opcode = filter.vlan ? QED_FILTER_REPLACE : in qed_iov_configure_vport_forced()
3129 } else if (p_params->opcode == QED_FILTER_REPLACE || in qed_iov_vf_update_vlan_shadow()
3142 p_params->opcode == QED_FILTER_REPLACE) { in qed_iov_vf_update_vlan_shadow()
3194 } else if (p_params->opcode == QED_FILTER_REPLACE || in qed_iov_vf_update_mac_shadow()
3202 p_params->opcode != QED_FILTER_REPLACE) in qed_iov_vf_update_mac_shadow()
3323 params.opcode == QED_FILTER_REPLACE) in qed_iov_vf_mbx_ucast_filter()
3333 params.opcode != QED_FILTER_REPLACE)) in qed_iov_vf_mbx_ucast_filter()
H A Dqed_l2.c1264 case QED_FILTER_REPLACE: in qed_filter_ucast_common()
1333 } else if (p_filter_cmd->opcode == QED_FILTER_REPLACE) { in qed_filter_ucast_common()
2724 ucast.opcode = QED_FILTER_REPLACE; in qed_configure_filter_ucast()