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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1367 struct ecore_filter_ucast *p_filter_cmd,
1381 rc = ecore_fw_vport(p_hwfn, p_filter_cmd->vport_to_remove_from,
1386 rc = ecore_fw_vport(p_hwfn, p_filter_cmd->vport_to_add_to,
1406 p_ramrod->filter_cmd_hdr.rx = p_filter_cmd->is_rx_filter ? 1 : 0;
1407 p_ramrod->filter_cmd_hdr.tx = p_filter_cmd->is_tx_filter ? 1 : 0;
1418 switch (p_filter_cmd->opcode) {
1429 switch (p_filter_cmd->type) {
1460 (u8 *)p_filter_cmd->mac);
1466 p_first_filter->vlan_id = OSAL_CPU_TO_LE16(p_filter_cmd->vlan);
1471 p_first_filter->vni = OSAL_CPU_TO_LE32(p_filter_cmd
1365 ecore_filter_ucast_common(struct ecore_hwfn *p_hwfn, u16 opaque_fid, struct ecore_filter_ucast *p_filter_cmd, struct vport_filter_update_ramrod_data **pp_ramrod, struct ecore_spq_entry **pp_ent, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1512 ecore_sp_eth_filter_ucast(struct ecore_hwfn *p_hwfn, u16 opaque_fid, struct ecore_filter_ucast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1614 ecore_sp_eth_filter_mcast(struct ecore_hwfn *p_hwfn, struct ecore_filter_mcast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1687 ecore_filter_mcast_cmd(struct ecore_dev *p_dev, struct ecore_filter_mcast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
1721 ecore_filter_ucast_cmd(struct ecore_dev *p_dev, struct ecore_filter_ucast *p_filter_cmd, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
[all...]
H A Decore_l2_api.h213 struct ecore_filter_ucast *p_filter_cmd,
220 struct ecore_filter_mcast *p_filter_cmd,
431 struct ecore_filter_ucast *p_filter_cmd,
H A Decore_vf.h298 struct ecore_filter_mcast *p_filter_cmd);
358 static OSAL_INLINE void ecore_vf_pf_filter_mcast(struct ecore_hwfn OSAL_UNUSED *p_hwfn, struct ecore_filter_mcast OSAL_UNUSED *p_filter_cmd) {} argument
H A Decore_vf.c1515 struct ecore_filter_mcast *p_filter_cmd)
1523 if (p_filter_cmd->opcode == ECORE_FILTER_ADD) {
1524 for (i = 0; i < p_filter_cmd->num_mc_addrs; i++) {
1527 bit = ecore_mcast_bin_from_mac(p_filter_cmd->mac[i]);
1514 ecore_vf_pf_filter_mcast(struct ecore_hwfn *p_hwfn, struct ecore_filter_mcast *p_filter_cmd) argument

Completed in 197 milliseconds