Searched refs:qpinfo (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 652 hermon_qp_info_t qpinfo; in hermon_ci_alloc_qp() local 662 qpinfo.qpi_attrp = attr_p; in hermon_ci_alloc_qp() 663 qpinfo.qpi_type = type; in hermon_ci_alloc_qp() 664 qpinfo.qpi_ibt_qphdl = ibt_qphdl; in hermon_ci_alloc_qp() 665 qpinfo.qpi_queueszp = queue_sizes_p; in hermon_ci_alloc_qp() 666 qpinfo.qpi_qpn = qpn; in hermon_ci_alloc_qp() 667 status = hermon_qp_alloc(state, &qpinfo, HERMON_NOSLEEP); in hermon_ci_alloc_qp() 673 *qp_p = (ibc_qp_hdl_t)qpinfo.qpi_qphdl; in hermon_ci_alloc_qp() 691 hermon_qp_info_t qpinfo; in hermon_ci_alloc_special_qp() local 701 qpinfo.qpi_attrp = attr_p; in hermon_ci_alloc_special_qp() [all …]
|
H A D | hermon_qp.c | 61 hermon_qp_alloc(hermon_state_t *state, hermon_qp_info_t *qpinfo, in hermon_qp_alloc() argument 99 attr_p = qpinfo->qpi_attrp; in hermon_qp_alloc() 100 type = qpinfo->qpi_type; in hermon_qp_alloc() 101 ibt_qphdl = qpinfo->qpi_ibt_qphdl; in hermon_qp_alloc() 102 queuesz_p = qpinfo->qpi_queueszp; in hermon_qp_alloc() 103 qpn = qpinfo->qpi_qpn; in hermon_qp_alloc() 104 qphdl = &qpinfo->qpi_qphdl; in hermon_qp_alloc() 766 hermon_special_qp_alloc(hermon_state_t *state, hermon_qp_info_t *qpinfo, in hermon_special_qp_alloc() argument 795 attr_p = qpinfo->qpi_attrp; in hermon_special_qp_alloc() 796 type = qpinfo->qpi_type; in hermon_special_qp_alloc() [all …]
|
H A D | hermon_ioctl.c | 2941 hermon_qp_info_t qpinfo; in hermon_loopback_alloc_qps() local 2966 qpinfo.qpi_attrp = &comm->hlc_qp_attr; in hermon_loopback_alloc_qps() 2967 qpinfo.qpi_type = IBT_RC_RQP; in hermon_loopback_alloc_qps() 2968 qpinfo.qpi_ibt_qphdl = NULL; in hermon_loopback_alloc_qps() 2969 qpinfo.qpi_queueszp = &comm->hlc_chan_sizes; in hermon_loopback_alloc_qps() 2970 qpinfo.qpi_qpn = &comm->hlc_qp_num; in hermon_loopback_alloc_qps() 2971 comm->hlc_status = hermon_qp_alloc(lstate->hls_state, &qpinfo, in hermon_loopback_alloc_qps() 2974 comm->hlc_qp_hdl = qpinfo.qpi_qphdl; in hermon_loopback_alloc_qps()
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_qp.h | 370 int hermon_qp_alloc(hermon_state_t *state, hermon_qp_info_t *qpinfo, 372 int hermon_special_qp_alloc(hermon_state_t *state, hermon_qp_info_t *qpinfo, 375 hermon_qp_info_t *qpinfo, ibtl_qp_hdl_t *ibtl_qp_p, ibc_cq_hdl_t *send_cq_p,
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_qp.c | 61 tavor_qp_alloc(tavor_state_t *state, tavor_qp_info_t *qpinfo, in tavor_qp_alloc() argument 109 attr_p = qpinfo->qpi_attrp; in tavor_qp_alloc() 110 type = qpinfo->qpi_type; in tavor_qp_alloc() 111 ibt_qphdl = qpinfo->qpi_ibt_qphdl; in tavor_qp_alloc() 112 queuesz_p = qpinfo->qpi_queueszp; in tavor_qp_alloc() 113 qpn = qpinfo->qpi_qpn; in tavor_qp_alloc() 114 qphdl = &qpinfo->qpi_qphdl; in tavor_qp_alloc() 647 tavor_special_qp_alloc(tavor_state_t *state, tavor_qp_info_t *qpinfo, in tavor_special_qp_alloc() argument 688 attr_p = qpinfo->qpi_attrp; in tavor_special_qp_alloc() 689 type = qpinfo->qpi_type; in tavor_special_qp_alloc() [all …]
|
H A D | tavor_ci.c | 825 tavor_qp_info_t qpinfo; in tavor_ci_alloc_qp() local 846 qpinfo.qpi_attrp = attr_p; in tavor_ci_alloc_qp() 847 qpinfo.qpi_type = type; in tavor_ci_alloc_qp() 848 qpinfo.qpi_ibt_qphdl = ibt_qphdl; in tavor_ci_alloc_qp() 849 qpinfo.qpi_queueszp = queue_sizes_p; in tavor_ci_alloc_qp() 850 qpinfo.qpi_qpn = qpn; in tavor_ci_alloc_qp() 852 status = tavor_qp_alloc(state, &qpinfo, TAVOR_NOSLEEP, &op); in tavor_ci_alloc_qp() 861 *qp_p = (ibc_qp_hdl_t)qpinfo.qpi_qphdl; in tavor_ci_alloc_qp() 880 tavor_qp_info_t qpinfo; in tavor_ci_alloc_special_qp() local 901 qpinfo.qpi_attrp = attr_p; in tavor_ci_alloc_special_qp() [all …]
|
H A D | tavor_ioctl.c | 2503 tavor_qp_info_t qpinfo; in tavor_loopback_alloc_qps() local 2528 qpinfo.qpi_attrp = &comm->tlc_qp_attr; in tavor_loopback_alloc_qps() 2529 qpinfo.qpi_type = IBT_RC_RQP; in tavor_loopback_alloc_qps() 2530 qpinfo.qpi_ibt_qphdl = NULL; in tavor_loopback_alloc_qps() 2531 qpinfo.qpi_queueszp = &comm->tlc_chan_sizes; in tavor_loopback_alloc_qps() 2532 qpinfo.qpi_qpn = &comm->tlc_qp_num; in tavor_loopback_alloc_qps() 2533 comm->tlc_status = tavor_qp_alloc(lstate->tls_state, &qpinfo, in tavor_loopback_alloc_qps() 2536 comm->tlc_qp_hdl = qpinfo.qpi_qphdl; in tavor_loopback_alloc_qps()
|
/titanic_41/usr/src/uts/common/sys/ib/adapters/tavor/ |
H A D | tavor_qp.h | 399 int tavor_qp_alloc(tavor_state_t *state, tavor_qp_info_t *qpinfo, 401 int tavor_special_qp_alloc(tavor_state_t *state, tavor_qp_info_t *qpinfo,
|