Home
last modified time | relevance | path

Searched refs:IB_PORT_ACTIVE (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h951 return IB_PORT_ACTIVE; in bnxt_re_get_link_state()
957 return bnxt_re_get_link_state(rdev) == IB_PORT_ACTIVE ? 1:0; in bnxt_re_link_state()
H A Dmain.c4083 } else if (bnxt_re_get_link_state(rdev) == IB_PORT_ACTIVE) { in bnxt_re_task()
H A Dib_verbs.c299 if (port_attr->state == IB_PORT_ACTIVE) in bnxt_re_query_port()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c335 attr.state != IB_PORT_ACTIVE) { in ipoib_mcast_carrier_on_task()
484 attr.state != IB_PORT_ACTIVE) { in ipoib_mcast_join_task()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c684 return state == IB_PORT_ACTIVE ? in state_to_phys_state()
739 IB_PORT_ACTIVE : IB_PORT_DOWN; in eth_link_query_port()
3026 IB_PORT_ACTIVE : IB_PORT_DOWN; in handle_bonded_port_state_event()
3028 bonded_port_state = (bonded_port_state != IB_PORT_ACTIVE) ? in handle_bonded_port_state_event()
3029 curr_port_state : IB_PORT_ACTIVE; in handle_bonded_port_state_event()
3035 ibev.event = (bonded_port_state == IB_PORT_ACTIVE) ? in handle_bonded_port_state_event()
H A Dmlx4_ib_alias_GUID.c512 if (attr.state != IB_PORT_ACTIVE) { in set_guid_rec()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c362 props->state = pi->link_cfg.link_ok ? IB_PORT_ACTIVE : IB_PORT_DOWN; in c4iw_query_port()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c162 [IB_PORT_ACTIVE] = "ACTIVE", in state_show()
H A Dib_cma.c2918 port_attr.state == IB_PORT_ACTIVE) { in cma_bind_loopback()
/freebsd/sys/dev/irdma/
H A Dirdma_kcompat.c1522 props->state = IB_PORT_ACTIVE; in irdma_query_port()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h421 IB_PORT_ACTIVE = 4, enumerator
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c894 return IB_PORT_ACTIVE; in vf_port_state()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c337 props->state = IB_PORT_ACTIVE; in mlx5_query_port_roce()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c621 attr->state = IB_PORT_ACTIVE; in qlnxr_query_port()