Home
last modified time | relevance | path

Searched refs:IB_PORT_PHYS_STATE_DISABLED (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c236 ib_port_info_set_port_phys_state(IB_PORT_PHYS_STATE_DISABLED, pi); in disable_port()
H A Dosm_console.c797 if (port_phys_state == IB_PORT_PHYS_STATE_DISABLED) { in __get_stats()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c1526 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in irdma_query_port()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h456 IB_PORT_PHYS_STATE_DISABLED = 3, enumerator
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4662 #define IB_PORT_PHYS_STATE_DISABLED 3 macro
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c685 IB_PORT_PHYS_STATE_LINK_UP : IB_PORT_PHYS_STATE_DISABLED; in state_to_phys_state()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c326 props->phys_state = IB_PORT_PHYS_STATE_DISABLED; in mlx5_query_port_roce()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c297 port_attr->phys_state = IB_PORT_PHYS_STATE_DISABLED; in bnxt_re_query_port()