Lines Matching full:send
60 * RVT_S_SIGNAL_REQ_WR - set if QP send WRs contain completion signaled
61 * RVT_S_BUSY - send tasklet is processing the QP
70 * RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating
71 * next send completion entry not via send DMA
72 * RVT_S_WAIT_PIO - waiting for a send buffer to be available
76 * RVT_S_WAIT_PSN - waiting for a packet to exit the send DMA queue
78 * RVT_S_SEND_ONE - send one packet, request ACK, then wait for ACK
79 * RVT_S_ECN - a BECN was queued to the send engine
116 * Wait flags that would prevent send work requests from making progress.
141 * Internal send flags
163 * Send work request queue entry.
177 u32 ssn; /* send sequence number */
210 * @swqe: valid Send WQE
220 * @swqe: valid Send WQE
230 * @swqe: valid Send WQE
240 * @swqe: valid Send WQE
250 * @swqe: valid Send WQE
287 * This structure holds the information that the send tasklet needs
288 * to send a RDMA read response or atomic operation.
317 * This supports table driven post send so that
340 struct rvt_swqe *s_wq; /* send work queue */
349 u32 s_size; /* send work queue size */
364 u8 s_max_rd_atomic; /* max number of RDMA read/atomic to send */
397 /* post send line */
409 struct rvt_sge_state s_sge; /* current send request data */
425 u16 s_cur_size; /* size of send packet in bytes */
456 /* send signal when number of RWQEs < limit */
583 * @wqe - the send wqe
601 * @wqe - the send wqe
603 * This routine used in post send to record
616 * @flags - send wqe flags
621 * s_last to insure that post send sees a stable
743 * @qp: the send qp
744 * @wqe: the send wqe
794 * by send queue
795 * @qp: send queue
800 * send queue. If rvt_cq_enter return false, it means cq is
813 * rvt_qp_complete_swqe - insert send completion
815 * @wqe - the send wqe
819 * Update the s_last information, and then insert a send
916 * @send_cq - The cq for send
932 * @send_cq - The cq for send