Lines Matching full:capsule
97 * associated with a command capsule. Transmitted data is not copied
98 * by this API but instead must be preserved until the capsule is
129 * capsule. The callback returns a generic command status value:
136 * associated with a command capsule.
142 * command capsule (e.g. the data for a WRITE command). This can
143 * either return in-capsule data or fetch data from the host
144 * (e.g. using a R2T PDU over TCP). The received command capsule
152 * command along with a response capsule. If the data transfer
154 * an appropriate error status capsule is sent. Regardless, a
155 * response capsule is always sent.
161 * Construct a CQE for a reply to a command capsule in 'nc' with the
169 * Construct and send a response capsule to a command capsule with
175 * Wait for a single command capsule and return it in *ncp. This can
176 * fail if an invalid capsule is received or an I/O error occurs.
181 /* Send a response capsule from a controller. */
184 /* Construct and send an error response capsule. */
189 * Construct and send an error response capsule using a generic status
195 /* Construct and send a simple success response capsule. */
199 * Allocate a new queue pair and wait for the CONNECT command capsule.
201 * nvmf_association_error. On success, the command capsule is saved
203 * must send an explicit response and free the the command capsule.
210 * Construct and send a response capsule with the Fabrics CONNECT
218 /* Construct and send a response capsule for a successful CONNECT. */