Searched refs:hlc_qp_info (Results 1 – 2 of 2) sorted by relevance
2858 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()2870 comm->hlc_qp_info.qp_flags = IBT_CEP_RDMA_RD | IBT_CEP_RDMA_WR; in hermon_loopback_init_qp_info()2871 comm->hlc_qp_info.qp_transport.rc.rc_path.cep_hca_port_num = in hermon_loopback_init_qp_info()2873 comm->hlc_qp_info.qp_transport.rc.rc_path.cep_pkey_ix = in hermon_loopback_init_qp_info()2875 comm->hlc_qp_info.qp_transport.rc.rc_path.cep_timeout = in hermon_loopback_init_qp_info()2877 comm->hlc_qp_info.qp_transport.rc.rc_path.cep_adds_vect.av_srvl = 0; in hermon_loopback_init_qp_info()2878 comm->hlc_qp_info.qp_transport.rc.rc_path.cep_adds_vect.av_srate = in hermon_loopback_init_qp_info()2880 comm->hlc_qp_info.qp_transport.rc.rc_path.cep_adds_vect.av_send_grh = 0; in hermon_loopback_init_qp_info()[all …]
538 ibt_qp_info_t hlc_qp_info; member