Searched refs:srq_type (Results 1 - 9 of 9) sorted by relevance

/drivers/infiniband/core/
H A Dverbs.c280 srq->srq_type = srq_init_attr->srq_type;
281 if (srq->srq_type == IB_SRQT_XRC) {
316 enum ib_srq_type srq_type; local
325 srq_type = srq->srq_type;
326 if (srq_type == IB_SRQT_XRC) {
334 if (srq_type == IB_SRQT_XRC) {
H A Duverbs_cmd.c1433 if (!srq || srq->srq_type != IB_SRQT_BASIC) {
2488 if (cmd->srq_type == IB_SRQT_XRC) {
2507 attr.srq_type = cmd->srq_type;
2523 srq->srq_type = cmd->srq_type;
2528 if (cmd->srq_type == IB_SRQT_XRC) {
2547 if (cmd->srq_type == IB_SRQT_XRC)
2556 if (cmd->srq_type == IB_SRQT_XRC) {
2579 if (cmd->srq_type
[all...]
/drivers/infiniband/hw/mlx4/
H A Dsrq.c179 cqn = (init_attr->srq_type == IB_SRQT_XRC) ?
181 xrcdn = (init_attr->srq_type == IB_SRQT_XRC) ?
/drivers/infiniband/hw/ipath/
H A Dipath_srq.c110 if (srq_init_attr->srq_type != IB_SRQT_BASIC) {
/drivers/infiniband/hw/qib/
H A Dqib_srq.c110 if (srq_init_attr->srq_type != IB_SRQT_BASIC) {
/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c443 if (init_attr->srq_type != IB_SRQT_BASIC)
/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1501 .srq_type = IB_SRQT_BASIC,
/drivers/infiniband/hw/ehca/
H A Dehca_qp.c980 if (srq_init_attr->srq_type != IB_SRQT_BASIC)
/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c3235 srq_attr.srq_type = IB_SRQT_BASIC;

Completed in 1919 milliseconds