Home
last modified time | relevance | path

Searched refs:is_vport (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcounters.c587 bool is_vport = is_mdev_switchdev_mode(dev->mdev) && in mlx5_ib_fill_counters() local
592 names = is_vport ? vport_basic_q_cnts : basic_q_cnts; in mlx5_ib_fill_counters()
593 size = is_vport ? ARRAY_SIZE(vport_basic_q_cnts) : in mlx5_ib_fill_counters()
600 names = is_vport ? vport_out_of_seq_q_cnts : out_of_seq_q_cnts; in mlx5_ib_fill_counters()
601 size = is_vport ? ARRAY_SIZE(vport_out_of_seq_q_cnts) : in mlx5_ib_fill_counters()
610 names = is_vport ? vport_retrans_q_cnts : retrans_q_cnts; in mlx5_ib_fill_counters()
611 size = is_vport ? ARRAY_SIZE(vport_retrans_q_cnts) : in mlx5_ib_fill_counters()
620 names = is_vport ? vport_extended_err_cnts : extended_err_cnts; in mlx5_ib_fill_counters()
621 size = is_vport ? ARRAY_SIZE(vport_extended_err_cnts) : in mlx5_ib_fill_counters()
630 names = is_vport ? vport_roce_accl_cnts : roce_accl_cnts; in mlx5_ib_fill_counters()
[all …]
/linux-6.12.1/drivers/scsi/elx/libefc/
Defc_nport.c220 if (!(node->rnode.fc_id == FC_FID_FLOGI && nport->is_vport)) { in efc_nport_shutdown()
291 if (nport->is_vport) in __efc_nport_common()
520 if (nport->is_vport) in __efc_nport_attached()
611 nport->is_vport = true; in efc_vport_nport_alloc()
Defclib.h144 bool is_vport; member
/linux-6.12.1/drivers/scsi/elx/efct/
Defct_scsi.h57 bool is_vport; member
Defct_xport.c705 if (nport->is_vport) in efct_get_host_port_type()
914 vport->is_vport = true; in efct_scsi_new_vport()