Home
last modified time | relevance | path

Searched refs:phys_state (Results 1 – 23 of 23) sorted by relevance

/drivers/infiniband/core/
Dsysfs.c292 static const char *phys_state_to_str(enum ib_port_phys_state phys_state) in phys_state_to_str() argument
305 if (phys_state < ARRAY_SIZE(phys_state_str)) in phys_state_to_str()
306 return phys_state_str[phys_state]; in phys_state_to_str()
321 return sprintf(buf, "%d: %s\n", attr.phys_state, in phys_state_show()
322 phys_state_to_str(attr.phys_state)); in phys_state_show()
345 static PORT_ATTR_RO(phys_state);
Duverbs_std_types_device.c172 resp->phys_state = attr->phys_state; in copy_port_attr_to_resp()
Ddevice.c1987 port_attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in iw_query_port()
1994 port_attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in iw_query_port()
1997 port_attr->phys_state = in iw_query_port()
Dnldev.c336 if (nla_put_u8(msg, RDMA_NLDEV_ATTR_PORT_PHYS_STATE, attr.phys_state)) in fill_port_info()
/drivers/infiniband/hw/usnic/
Dusnic_ib_verbs.c361 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in usnic_ib_query_port()
364 props->phys_state = in usnic_ib_query_port()
368 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in usnic_ib_query_port()
/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_verbs.c172 props->phys_state = resp->attrs.phys_state; in pvrdma_query_port()
Dpvrdma_verbs.h180 u8 phys_state; member
/drivers/infiniband/sw/rxe/
Drxe_verbs.c45 attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in rxe_query_port()
47 attr->phys_state = IB_PORT_PHYS_STATE_POLLING; in rxe_query_port()
49 attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in rxe_query_port()
Drxe.c99 port->attr.phys_state = RXE_PORT_PHYS_STATE; in rxe_init_port_param()
/drivers/infiniband/hw/hfi1/
Dmad.c1241 u32 logical_state, u32 phys_state, int local_mad) in set_port_states() argument
1247 ret = port_states_transition_allowed(ppd, logical_state, phys_state); in set_port_states()
1258 if ((phys_state != IB_PORTPHYSSTATE_NOP) && in set_port_states()
1262 logical_state, phys_state); in set_port_states()
1273 if (phys_state == IB_PORTPHYSSTATE_NOP) in set_port_states()
1277 if (phys_state == IB_PORTPHYSSTATE_NOP) { in set_port_states()
1279 } else if (phys_state == IB_PORTPHYSSTATE_POLLING) { in set_port_states()
1283 } else if (phys_state == IB_PORTPHYSSTATE_DISABLED) { in set_port_states()
1287 phys_state); in set_port_states()
Dverbs.c1423 props->phys_state = driver_pstate(ppd); in query_port()
/drivers/infiniband/hw/mlx5/
Dmad.c554 props->phys_state = out_mad->data[33] >> 4; in mlx5_query_mad_ifc_port()
Dmain.c521 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in mlx5_query_port_roce()
547 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in mlx5_query_port_roce()
1310 props->phys_state = rep->port_physical_state; in mlx5_query_hca_port()
/drivers/infiniband/hw/hns/
Dhns_roce_main.c264 props->phys_state = props->state == IB_PORT_ACTIVE ? in hns_roce_query_port()
/drivers/infiniband/hw/mlx4/
Dmain.c689 props->phys_state = out_mad->data[33] >> 4; in ib_link_query_port()
789 props->phys_state = state_to_phys_state(props->state); in eth_link_query_port()
806 props->phys_state = state_to_phys_state(props->state); in eth_link_query_port()
/drivers/net/ethernet/mellanox/mlx5/core/
Dvport.c687 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
/drivers/infiniband/hw/mthca/
Dmthca_provider.c157 props->phys_state = out_mad->data[33] >> 4; in mthca_query_port()
/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c164 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in ocrdma_query_port()
167 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in ocrdma_query_port()
/drivers/infiniband/sw/siw/
Dsiw_verbs.c177 attr->phys_state = sdev->state == IB_PORT_ACTIVE ? in siw_query_port()
/drivers/infiniband/hw/qib/
Dqib_verbs.c1204 props->phys_state = dd->f_ibphys_portstate(ppd->lastibcstat); in qib_query_port()
/drivers/infiniband/hw/efa/
Defa_verbs.c258 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in efa_query_port()
/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c202 port_attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in bnxt_re_query_port()
205 port_attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in bnxt_re_query_port()
/drivers/infiniband/hw/qedr/
Dverbs.c230 attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in qedr_query_port()
233 attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in qedr_query_port()