Searched refs:hlc_qp_attr (Results 1 – 2 of 2) sorted by relevance
2857 bzero(&comm->hlc_qp_attr, sizeof (ibt_qp_alloc_attr_t)); in hermon_loopback_init_qp_info()2862 comm->hlc_qp_attr.qp_sizes.cs_sq_sgl = 3; in hermon_loopback_init_qp_info()2863 comm->hlc_qp_attr.qp_sizes.cs_rq_sgl = 3; in hermon_loopback_init_qp_info()2864 comm->hlc_qp_attr.qp_sizes.cs_sq = 16; in hermon_loopback_init_qp_info()2865 comm->hlc_qp_attr.qp_sizes.cs_rq = 16; in hermon_loopback_init_qp_info()2866 comm->hlc_qp_attr.qp_flags = IBT_WR_SIGNALED; in hermon_loopback_init_qp_info()2959 comm->hlc_qp_attr.qp_pd_hdl = (ibt_pd_hdl_t)lstate->hls_pd_hdl; in hermon_loopback_alloc_qps()2960 comm->hlc_qp_attr.qp_scq_hdl = (ibt_cq_hdl_t)comm->hlc_cqhdl[0]; in hermon_loopback_alloc_qps()2961 comm->hlc_qp_attr.qp_rcq_hdl = (ibt_cq_hdl_t)comm->hlc_cqhdl[1]; in hermon_loopback_alloc_qps()2962 comm->hlc_qp_attr.qp_ibc_scq_hdl = (ibt_opaque1_t)comm->hlc_cqhdl[0]; in hermon_loopback_alloc_qps()[all …]
536 ibt_qp_alloc_attr_t hlc_qp_attr; member