• Home
  • Raw
  • Download

Lines Matching full:send

73  * RVT_S_SIGNAL_REQ_WR - set if QP send WRs contain completion signaled
74 * RVT_S_BUSY - send tasklet is processing the QP
83 * RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating
84 * next send completion entry not via send DMA
85 * RVT_S_WAIT_PIO - waiting for a send buffer to be available
90 * RVT_S_WAIT_PSN - waiting for a packet to exit the send DMA queue
92 * RVT_S_SEND_ONE - send one packet, request ACK, then wait for ACK
93 * RVT_S_ECN - a BECN was queued to the send engine
130 * Wait flags that would prevent send work requests from making progress.
155 * Internal send flags
161 * Send work request queue entry.
175 u32 ssn; /* send sequence number */
228 * This structure holds the information that the send tasklet needs
229 * to send a RDMA read response or atomic operation.
256 * This supports table driven post send so that
279 struct rvt_swqe *s_wq; /* send work queue */
288 u32 s_size; /* send work queue size */
303 u8 s_max_rd_atomic; /* max number of RDMA read/atomic to send */
336 /* post send line */
348 struct rvt_sge_state s_sge; /* current send request data */
364 u16 s_cur_size; /* size of send packet in bytes */
394 /* send signal when number of RWQEs < limit */
511 * @wqe - the send wqe
529 * @wqe - the send wqe
531 * This routine used in post send to record
544 * @wqe - the send wqe
549 * s_last to insure that post send sees a stable
570 * rvt_qp_swqe_complete() - insert send completion
572 * @wqe - the send wqe
575 * Insert a send completion into the completion
623 * rvt_get_credit - flush the send work queue of a QP
624 * @qp: the qp who's send work queue to flush