Home
last modified time | relevance | path

Searched refs:vport (Results 126 – 150 of 186) sorted by relevance

12345678

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c1851 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; in mlx4_master_immediate_activate_vlan_qos()
2418 admin_vport = &vf_admin->vport[port]; in mlx4_multi_func_init()
2419 oper_vport = &vf_oper->vport[port].state; in mlx4_multi_func_init()
2428 vf_oper->vport[port].vlan_idx = NO_INDX; in mlx4_multi_func_init()
2429 vf_oper->vport[port].mac_idx = NO_INDX; in mlx4_multi_func_init()
2992 s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_set_vf_mac()
3047 vf_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; in mlx4_set_vf_vlan()
3154 vp_oper = &priv->mfunc.master.vf_oper[slave].vport[port]; in mlx4_get_slave_default_vlan()
3183 s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_set_vf_spoofchk()
3210 s_info = &priv->mfunc.master.vf_admin[slave].vport[port]; in mlx4_get_vf_config()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dmirred.c274 esw_attr->dests[esw_attr->out_count].vport = rpriv->rep->vport; in parse_mirred()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h339 #define lpfc_vmid_is_type_priority_tag(vport)\ argument
340 (vport->vmid_priority_tagging ? 1 : 0)
895 (struct lpfc_vport *vport,
899 (struct lpfc_vport *vport,
946 struct lpfc_vport *vport,
1606 lpfc_shost_from_vport(struct lpfc_vport *vport) in lpfc_shost_from_vport() argument
1608 return container_of((void *) vport, struct Scsi_Host, hostdata[0]); in lpfc_shost_from_vport()
H A Dlpfc_sli.h128 struct lpfc_vport *vport;/* virtual port pointer */ member
184 struct lpfc_vport *vport; /* virtual port pointer */ member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c581 .vport.num = port->vport_num, in mlx5_esw_bridge_mcast_vlan_flow_create()
612 dest.vport.flags = MLX5_FLOW_DEST_VPORT_VHCA_ID; in mlx5_esw_bridge_mcast_vlan_flow_create()
613 dest.vport.vhca_id = port->esw_owner_vhca_id; in mlx5_esw_bridge_mcast_vlan_flow_create()
653 .vport.num = port->vport_num, in mlx5_esw_bridge_mcast_fwd_flow_create()
664 dest.vport.flags = MLX5_FLOW_DEST_VPORT_VHCA_ID; in mlx5_esw_bridge_mcast_fwd_flow_create()
665 dest.vport.vhca_id = port->esw_owner_vhca_id; in mlx5_esw_bridge_mcast_fwd_flow_create()
/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_lio.h168 struct efct_lio_vport *vport; member
/openbmc/linux/include/linux/mlx5/
H A Deswitch.h54 u16 vport; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h240 struct hclge_vport *vport; member
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_lport.c726 if (lport->vport) in fc_lport_enter_ready()
727 fc_vport_set_state(lport->vport, FC_VPORT_ACTIVE); in fc_lport_enter_ready()
1037 if (lport->vport) { in fc_lport_enter_reset()
1039 fc_vport_set_state(lport->vport, FC_VPORT_INITIALIZING); in fc_lport_enter_reset()
1041 fc_vport_set_state(lport->vport, FC_VPORT_LINKDOWN); in fc_lport_enter_reset()
1863 lport->vport ? ELS_FDISC : ELS_FLOGI, in fc_lport_enter_flogi()
1865 lport->vport ? 2 * lport->r_a_tov : in fc_lport_enter_flogi()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dmlx5dr.h97 u16 vport, u8 vhca_id_valid,
H A Ddr_types.h1133 struct mlx5dr_action_vport *vport; member
1280 mlx5dr_domain_get_vport_cap(struct mlx5dr_domain *dmn, u16 vport);
1504 u16 vport; member
1521 } vport; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c93 int vport; in mlx5_set_msix_vec_count() local
120 vport = mlx5_core_func_to_vport(dev, function_id, ec_vf_function); in mlx5_set_msix_vec_count()
121 ret = mlx5_vport_get_other_func_general_cap(dev, vport, query_cap); in mlx5_set_msix_vec_count()
H A Den_stats.h485 struct mlx5e_vport_stats vport; member
507 extern MLX5E_DECLARE_STATS_GRP(vport);
H A Den_stats.c773 static MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS(vport) in MLX5E_DECLARE_STATS_GRP_OP_NUM_STATS() argument
779 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS(vport) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STRS() argument
793 static MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS(vport) in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS() argument
798 data[idx++] = MLX5E_READ_CTR64_BE(priv->stats.vport.query_vport_out, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
802 data[idx++] = MLX5E_READ_CTR64_BE(priv->stats.vport.query_vport_out, in MLX5E_DECLARE_STATS_GRP_OP_FILL_STATS()
808 static MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS(vport) in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() argument
810 u32 *out = (u32 *)priv->stats.vport.query_vport_out; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
2467 MLX5E_DEFINE_STATS_GRP(vport, MLX5E_NDO_UPDATE_STATS);
2487 &MLX5E_STATS_GRP(vport),
H A Dfs_core.h192 u16 vport; member
H A Den_tc.h326 u16 *vport);
/openbmc/linux/Documentation/networking/
H A Dopenvswitch.rst18 action forwards the packet to another vport; other actions are also
21 When a packet arrives on a vport, the kernel module processes it by
77 itself, e.g. the vport on which the packet was received. Most
86 corresponding to a TCP packet that arrived on vport 1::
/openbmc/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.h225 struct opa_per_veswport_info vport; member
H A Dopa_vnic_internal.h146 struct __opa_per_veswport_info vport; member
/openbmc/linux/include/scsi/
H A Dlibfcoe.h263 int fcoe_validate_vport_create(struct fc_vport *vport);
/openbmc/linux/drivers/infiniband/hw/mana/
H A Dqp.c38 req->vport = mpc->port_handle; in mana_ib_cfg_vport_steering()
72 req->vport, default_rxobj); in mana_ib_cfg_vport_steering()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c409 const union nf_inet_addr *vaddr, __be16 vport) in __ip_vs_service_find() argument
415 hash = ip_vs_svc_hashkey(ipvs, af, protocol, vaddr, vport); in __ip_vs_service_find()
420 && (svc->port == vport) in __ip_vs_service_find()
458 const union nf_inet_addr *vaddr, __be16 vport) in ip_vs_service_find() argument
475 svc = __ip_vs_service_find(ipvs, af, protocol, vaddr, vport); in ip_vs_service_find()
479 (vport == FTPDATA || !inet_port_requires_bind_service(ipvs->net, ntohs(vport)))) { in ip_vs_service_find()
498 IP_VS_DBG_ADDR(af, vaddr), ntohs(vport), in ip_vs_service_find()
730 __be16 vport, __u16 protocol, __u32 fwmark, in ip_vs_find_dest() argument
805 dest->vport == svc->port))) { in ip_vs_trash_get_dest()
1098 dest->vport = svc->port; in ip_vs_new_dest()
[all …]
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h251 int hclge_tm_qs_shaper_cfg(struct hclge_vport *vport, int max_tx_rate);
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-iob-defs.h700 uint64_t vport:6; member
704 uint64_t vport:6;
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c1651 struct fc_vport *vport; in tcm_qla2xxx_lport_register_npiv_cb() local
1678 vport = fc_vport_create(sh, 0, &vport_id); in tcm_qla2xxx_lport_register_npiv_cb()
1679 if (!vport) { in tcm_qla2xxx_lport_register_npiv_cb()
1686 npiv_vha = (struct scsi_qla_host *)vport->dd_data; in tcm_qla2xxx_lport_register_npiv_cb()

12345678