Home
last modified time | relevance | path

Searched refs:hlc_qp_info (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2858 bzero(&comm->hlc_qp_info, sizeof (ibt_qp_info_t)); in hermon_loopback_init_qp_info()
2868 comm->hlc_qp_info.qp_state = IBT_STATE_RESET; in hermon_loopback_init_qp_info()
2869 comm->hlc_qp_info.qp_trans = IBT_RC_SRV; in hermon_loopback_init_qp_info()
2884 comm->hlc_qp_info.qp_transport.rc.rc_sq_psn = 0; in hermon_loopback_init_qp_info()
2885 comm->hlc_qp_info.qp_transport.rc.rc_rq_psn = 0; in hermon_loopback_init_qp_info()
2886 comm->hlc_qp_info.qp_transport.rc.rc_rdma_ra_in = 4; in hermon_loopback_init_qp_info()
2888 comm->hlc_qp_info.qp_transport.rc.rc_dst_qpn = 0; in hermon_loopback_init_qp_info()
2994 comm->hlc_qp_info.qp_state = IBT_STATE_INIT; in hermon_loopback_modify_qp()
3005 comm->hlc_qp_info.qp_state = IBT_STATE_RTR; in hermon_loopback_modify_qp()
3017 comm->hlc_qp_info.qp_current_state = IBT_STATE_RTR; in hermon_loopback_modify_qp()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h538 ibt_qp_info_t hlc_qp_info; member