Home
last modified time | relevance | path

Searched refs:QP (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-10-stable/contrib/ofed/libibverbs/fixes/
DXRC_man_pages.patch19 …struct ibv_srq *srq; /* SRQ handle if QP is to be associated with an SRQ, other…
20 struct ibv_qp_cap cap; /* QP capabilities */
21 -enum ibv_qp_type qp_type; /* QP Transport Service Type: IBV_QPT_RC, IBV_QPT_UC, or I…
22 +enum ibv_qp_type qp_type; /* QP Transport Service Type: IBV_QPT_RC, IBV_QPT_UC, IBV_…
24 …_xrc_domain *xrc_domain; /* XRC domain the QP will be associated with (valid only for IBV_QPT…
68 +ibv_create_xrc_rcv_qp \- create an XRC queue pair (QP) for serving as a receive-side only QP
78 +creates an XRC queue pair (QP) for serving as a receive-side only QP and returns its number throug…
80 +This QP number should be passed to the remote node (sender).
85 +when sending to an XRC SRQ on this host in the same xrc domain as the XRC receive QP.
86 +This QP is created in kernel space, and persists until the last process registered for the QP
[all …]
DXRC_RCV_QP.patch218 + * ibv_create_xrc_rcv_qp - creates an XRC QP for serving as a receive-side-only QP,
220 + * This QP is created in kernel space, and persists until the last process
221 + * registered for the QP calls ibv_unreg_xrc_rcv_qp() (at which time the QP
224 + * @init_attr: init attributes to use for QP. xrc domain MUST be included here.
227 + * @xrc_rcv_qpn: qp_num of created QP (if success). To be passed to the
234 + * NOTE: this verb also registers the calling user-process with the QP at its
237 + * for the QP to release it from this process.
245 + * @xrc_domain: xrc domain the QP belongs to (for verification).
246 + * @xrc_qp_num: The (24 bit) number of the XRC QP.
251 + * The QP need not be brought to RTS for the QP to operate as a
[all …]
Dqpt_raw_eth.patch1 libibverbs: add raw ethernet QP type IBV_QPT_RAW_ETH=7
3 The patch enables usage of L2 raw ethernet QP type for user-space
Dverbs_man_page.patch52 …rces such as Protection Domains (PD), Completion Queues (CQ), Queue-Pairs (QP), Shared Receive Que…
57 …lticast group under IB), where a resource managed through IB verbs such as QP or AH would be event…
Drocee_examples.patch215 fprintf(stderr, "Couldn't connect to remote QP\n");
481 fprintf(stderr, "Couldn't connect to remote QP\n");
504 printf(" -n, --iters=<iters> number of exchanges per QP(default 1000)\n");
710 fprintf(stderr, "Couldn't connect to remote QP\n");
932 fprintf(stderr, "Couldn't connect to remote QP\n");
DXRC_base_implementation.patch4 Set "is_srq" flag only when the QP has an SRQ (6f6d29e74ca0c19a8821990aad603e3c575b7f4d)
/freebsd-10-stable/contrib/ofed/libmthca/
DChangeLog37 lock first, which is prone to deadlock if the send_cq of one QP is
38 the recv_cq of another QP destroyed at the same time. This bug
66 HCAs), QP buffers and SRQ buffers to use the new buffer
108 receives that have exactly a multiple of 256 entries (same as QP
170 * src/verbs.c (mthca_query_qp, mthca_query_srq): Add query QP and
206 Thread A destroys QP A at the kernel side by calling
210 Thread B allocates QP B, receiving a QP number that matches the
211 just-destroyed QP A in the low 16 bits. Thread B will now
212 over-write the slot in qp_table which was used for QP A.
214 Thread A wakes up and clears qp_table slot, in effect removing QP
[all …]
/freebsd-10-stable/contrib/ofed/libibverbs/
DChangeLog120 ibv_init_ah_from_wc() and ibv_create_ah_from_wc() to simplify UD QP
125 a UD QP.
306 query QP and query SRQ kernel commands.
308 * include/infiniband/kern-abi.h: Add kernel ABI for query QP and
312 include/infiniband/verbs.h: Add query QP and query SRQ library
432 QP attribute with kernel modules.
441 * src/cmd.c (ibv_cmd_create_qp): Add handling for new create QP
442 interface, which has the kernel return QP capabilities.
451 there can be one send completion pending for each QP.
457 * examples/uc_pingpong.c (pp_connect_ctx): Fix QP attribute masks
[all …]
/freebsd-10-stable/sys/ofed/drivers/infiniband/util/
DKconfig5 Prints sent and received MADs on QP 0/1 for debugging.
/freebsd-10-stable/sys/netgraph/
Dng_base.c1908 #define QUEUE_ACTIVE(QP) ((QP)->q_flags & OP_PENDING) argument
1911 #define HEAD_IS_READER(QP) NGI_QUEUED_READER(STAILQ_FIRST(&(QP)->queue)) argument
1912 #define HEAD_IS_WRITER(QP) NGI_QUEUED_WRITER(STAILQ_FIRST(&(QP)->queue)) /* notused */ argument
1915 #define QUEUED_READER_CAN_PROCEED(QP) \ argument
1916 (((QP)->q_flags & (NGQ_RMASK & ~OP_PENDING)) == 0)
1917 #define QUEUED_WRITER_CAN_PROCEED(QP) \ argument
1918 (((QP)->q_flags & (NGQ_WMASK & ~OP_PENDING)) == 0)
1921 #define NEXT_QUEUED_ITEM_CAN_PROCEED(QP) \ argument
1922 ((HEAD_IS_READER(QP)) ? QUEUED_READER_CAN_PROCEED(QP) : \
1923 QUEUED_WRITER_CAN_PROCEED(QP))
/freebsd-10-stable/contrib/ofed/libmlx4/fixes/
Dlim_qp_resources.patch45 /* Sanity check QP size before proceeding */
Dfix_inline_size.patch71 /* Sanity check QP size before proceeding */
Dxrc_consolidated_v2.patch71 * We do not have to take the QP table lock here,
/freebsd-10-stable/sys/ia64/disasm/
Ddisasm_int.h59 #define QP(i) FIELD(i, 0, QP_BITS) macro
/freebsd-10-stable/contrib/ofed/libcxgb4/
DChangeLog264 There is a race when moving a QP from RTS->CLOSING where a SQ work
276 status regardless of the QP state.
356 Mind the sq_sig_all/sq_sig_type QP attributes.
678 libcxgb4: Don't flush unsignaled WRs if the QP closed normally
684 - don't flush unsignaled WRs is QP had a normal close.
833 Raw QP implementation
/freebsd-10-stable/contrib/ofed/management/opensm/doc/
Dperf-manager-arch.txt142 2. Use RC QP communication and build on top of this
145 RC QP communication improves on the lower performance of the vendor
Dopensm_release_notes-3.1.11.txt37 counters overflow, supports LID/QP redirection and is able to work
Dopensm_release_notes-3.1.10.txt37 counters overflow, supports LID/QP redirection and is able to work
/freebsd-10-stable/share/syscons/fonts/
Darmscii8-8x16.fnt81 M#`P,#`P,;-QP``#@8&!F9F9F9F9F/```````X&!@8&9F9F9F9CX``````/@,
/freebsd-10-stable/contrib/ofed/management/infiniband-diags/
DREADME7 operations. Operations that require QP 0 mads only, may use direct routed
/freebsd-10-stable/contrib/ofed/management/doc/
Ddiagtools.txt7 operations. Operations that require QP 0 mads only, may use direct routed
/freebsd-10-stable/contrib/sendmail/contrib/
Dmail.local.linux47 MA=1LCPK=^U[XQK>\W_$OADQP(JY\V$;X13$)OAL"%0Z(/4`609"$',+QP!@$
/freebsd-10-stable/contrib/sendmail/
DPGPKEYS1635 2QP/YP25VZ4P1EPp47VUusxq0N+pGuNUVrtLS0qQlIfa/Yp16z1y4V5QBdJEs627
/freebsd-10-stable/contrib/groff/
DNEWS123 Defines number of lines following `LP', `PP', `QP', `IP' or `XP' which
/freebsd-10-stable/contrib/groff/doc/
Dgroff-12146 Defines the indentation on both sides of a quoted (`QP' macro)
2382 -- Macro: .QP
2410 .QP

12