Home
last modified time | relevance | path

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

12

/linux/drivers/infiniband/hw/usnic/
H A 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()
/linux/drivers/infiniband/core/
H A Dsysfs.c365 static const char *phys_state_to_str(enum ib_port_phys_state phys_state) in phys_state_to_str() argument
378 if (phys_state < ARRAY_SIZE(phys_state_str)) in phys_state_to_str()
379 return phys_state_str[phys_state]; in phys_state_to_str()
394 return sysfs_emit(buf, "%u: %s\n", attr.phys_state, in phys_state_show()
395 phys_state_to_str(attr.phys_state)); in phys_state_show()
425 static IB_PORT_ATTR_RO(phys_state);
H A Duverbs_std_types_device.c172 resp->phys_state = attr->phys_state; in copy_port_attr_to_resp()
H A Ddevice.c2038 port_attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in iw_query_port()
2045 port_attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in iw_query_port()
2048 port_attr->phys_state = in iw_query_port()
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_verbs.c172 props->phys_state = resp->attrs.phys_state; in pvrdma_query_port()
H A Dpvrdma_verbs.h145 u8 phys_state; member
/linux/drivers/infiniband/sw/rxe/
H A Drxe.c101 port->attr.phys_state = RXE_PORT_PHYS_STATE; in rxe_init_port_param()
H A Drxe_verbs.c59 attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in rxe_query_port()
61 attr->phys_state = IB_PORT_PHYS_STATE_POLLING; in rxe_query_port()
63 attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in rxe_query_port()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c1199 u32 logical_state, u32 phys_state, int local_mad) in set_port_states() argument
1205 ret = port_states_transition_allowed(ppd, logical_state, phys_state); in set_port_states()
1216 if ((phys_state != IB_PORTPHYSSTATE_NOP) && in set_port_states()
1220 logical_state, phys_state); in set_port_states()
1231 if (phys_state == IB_PORTPHYSSTATE_NOP) in set_port_states()
1235 if (phys_state == IB_PORTPHYSSTATE_NOP) { in set_port_states()
1237 } else if (phys_state == IB_PORTPHYSSTATE_POLLING) { in set_port_states()
1241 } else if (phys_state == IB_PORTPHYSSTATE_DISABLED) { in set_port_states()
1245 phys_state); in set_port_states()
H A Dverbs.c1381 props->phys_state = driver_pstate(ppd); in query_port()
/linux/drivers/infiniband/hw/mana/
H A Dmain.c576 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in mana_ib_query_port()
579 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in mana_ib_query_port()
/linux/drivers/infiniband/hw/mlx5/
H A Dmad.c576 props->phys_state = out_mad->data[33] >> 4; in mlx5_query_mad_ifc_port()
H A Dmain.c535 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in mlx5_query_port_roce()
558 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in mlx5_query_port_roce()
1359 props->phys_state = rep->port_physical_state; in mlx5_query_hca_port()
/linux/include/uapi/rdma/
H A Dib_user_verbs.h315 __u8 phys_state; member
/linux/Documentation/ABI/stable/
H A Dsysfs-class-infiniband45 What: /sys/class/infiniband/<device>/ports/<port-num>/phys_state
67 phys_state: (RO) Port physical state (Sleep, Polling,
/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c388 attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in erdma_query_port()
390 attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in erdma_query_port()
/linux/include/linux/mlx5/
H A Ddriver.h892 enum phy_port_state phys_state; member
/linux/drivers/infiniband/hw/mlx4/
H A Dmain.c687 props->phys_state = out_mad->data[33] >> 4; in ib_link_query_port()
787 props->phys_state = state_to_phys_state(props->state); in eth_link_query_port()
804 props->phys_state = state_to_phys_state(props->state); in eth_link_query_port()
/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c149 props->phys_state = out_mad->data[33] >> 4; in mthca_query_port()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c712 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c262 props->phys_state = props->state == IB_PORT_ACTIVE ? in hns_roce_query_port()
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c166 props->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in ocrdma_query_port()
169 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in ocrdma_query_port()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c185 attr->phys_state = sdev->state == IB_PORT_ACTIVE ? in siw_query_port()
/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1204 props->phys_state = dd->f_ibphys_portstate(ppd->lastibcstat); in qib_query_port()
/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c232 attr->phys_state = IB_PORT_PHYS_STATE_LINK_UP; in qedr_query_port()
235 attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in qedr_query_port()

12