Searched refs:sq_sig_all (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c92 attr.sq_sig_all = 1;
H A Drdma_server.c68 init_attr.sq_sig_all = 1;
H A Drdma_client.c68 attr.sq_sig_all = 1;
H A Dmckey.c156 init_qp_attr.sq_sig_all = 0;
H A Dcmatose.c136 init_qp_attr.sq_sig_all = 1;
H A Dudaddy.c151 init_qp_attr.sq_sig_all = 0;
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c80 int sq_sig_all; member in struct:ibv_qp_init_attr_1_0
884 real_init_attr.sq_sig_all = qp_init_attr->sq_sig_all;
927 init_attr->sq_sig_all = real_init_attr.sq_sig_all;
H A Dcmd.c882 cmd->sq_sig_all = qp_attr->sq_sig_all;
1054 cmd->sq_sig_all = attr->sq_sig_all;
1229 init_attr->sq_sig_all = resp.sq_sig_all;
H A Dkern-abi.h629 __u8 sq_sig_all; \
745 __u8 sq_sig_all; member in struct:ibv_query_qp_resp
H A Dverbs.h780 int sq_sig_all; member in struct:ibv_qp_init_attr
815 int sq_sig_all; member in struct:ibv_qp_init_attr_ex
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dlibcxgb4.h119 int sq_sig_all; member in struct:c4iw_qp
H A Dverbs.c381 qhp->sq_sig_all = attr->sq_sig_all;
530 qhp->sq_sig_all = attr->sq_sig_all;
H A Dqp.c346 if (wr->send_flags & IBV_SEND_SIGNALED || qhp->sq_sig_all)
389 qhp->sq_sig_all;
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h541 __u8 sq_sig_all; member in struct:ib_uverbs_create_qp
567 __u8 sq_sig_all; member in struct:ib_uverbs_ex_create_qp
660 __u8 sq_sig_all; member in struct:ib_uverbs_query_qp_resp
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c809 if (wr->send_flags & IB_SEND_SIGNALED || qhp->sq_sig_all)
887 qhp->sq_sig_all;
1792 qhp->sq_sig_all = attrs->sq_sig_type == IB_SIGNAL_ALL_WR;
1964 init_attr->sq_sig_type = qhp->sq_sig_all ? IB_SIGNAL_ALL_WR : 0;
H A Diw_cxgbe.h479 int sq_sig_all; member in struct:c4iw_qp
/freebsd-11-stable/contrib/ofed/libmlx4/
H A Dverbs.c892 if (attr->sq_sig_all)
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c1883 attr.sq_sig_type = cmd->sq_sig_all ? IB_SIGNAL_ALL_WR :
2074 cmd_ex.sq_sig_all = cmd.sq_sig_all;
2319 resp.sq_sig_all = init_attr->sq_sig_type == IB_SIGNAL_ALL_WR;
/freebsd-11-stable/contrib/ofed/libmlx5/
H A Dverbs.c1374 if (attr->sq_sig_all)
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c874 qp_attr.sq_sig_all = 1;
1521 qp_attr.sq_sig_all = 1;

Completed in 192 milliseconds