Searched refs:vport (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h512 struct mlx4_vport_state vport[MLX4_MAX_PORTS + 1]; member in struct:mlx4_vf_admin_state
523 struct mlx4_vport_oper_state vport[MLX4_MAX_PORTS + 1]; member in struct:mlx4_vf_oper_state
H A Dmlx4_fw.c264 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
265 vp_admin = &priv->mfunc.master.vf_admin[slave].vport[port];
296 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
297 vp_admin = &priv->mfunc.master.vf_admin[slave].vport[port];
437 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
1422 def_mac = priv->mfunc.master.vf_oper[slave].vport[vhcr->in_modifier].state.mac;
H A Dmlx4_eq.c614 s_info = &priv->mfunc.master.vf_oper[i].vport[port].state;
655 s_info = &priv->mfunc.master.vf_oper[i].vport[port].state;
H A Dmlx4_main.c2579 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid;
2587 return priv->mfunc.master.vf_admin[entry].vport[port].guid;
2603 priv->mfunc.master.vf_admin[entry].vport[port].guid = guid;
H A Dmlx4_resource_tracker.c748 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port];
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c309 "opaque_fid: %04x CID %08x vport %02x [%02x] qzone %04x.%02x [%04x] stats %02x [%02x] SB %04x PI %02x\n",
619 "Non-Asic - prevent Tx mode in vport update\n");
649 "vport[%02x] p_ramrod->rx_mode.state = 0x%x\n",
673 "vport[%02x] p_ramrod->tx_mode.state = 0x%x\n",
876 u8 vport,
886 /* Prepare and send the vport rx_mode change */
888 vport_update_params.vport_id = vport;
1661 * any existing filters for the vport.
2052 /* The main vport index is relative first */
2054 DP_ERR(p_hwfn, "No vport availabl
875 ecore_filter_accept_cmd(struct ecore_dev *p_dev, u8 vport, struct ecore_filter_accept_flags accept_flags, u8 update_accept_any_vlan, u8 accept_any_vlan, enum spq_mode comp_mode, struct ecore_spq_comp_cb *p_comp_data) argument
[all...]
H A Decore_dev.c1881 /* all pqs share the same vport (hence the 1 below), except for vfs and pf_rl pqs */
1907 /* pq and vport bases for this PF */
1926 /* initialize qm vport params */
1984 DP_ERR(p_hwfn, "vport overflow! qm_info->num_vports %d, qm_init_get_num_vports() %d\n", qm_info->num_vports, ecore_init_qm_get_num_vports(p_hwfn));
1989 * and whether a new vport is allocated to the pq or not (i.e. vport will be shared)
2027 DP_ERR(p_hwfn, "vport overflow! qm_info->num_vports %d, qm_init_get_num_vports() %d\n", qm_info->num_vports, ecore_init_qm_get_num_vports(p_hwfn));
2264 struct init_qm_vport_params *vport; local
2284 /* vport table */
2286 vport
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c36 #include <dev/mlx5/vport.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c42 #include <dev/mlx5/vport.h>
1867 "upping vport for VF %d failed, error %d\n",
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c44 #include <dev/mlx5/vport.h>

Completed in 313 milliseconds

12