Lines Matching +full:no +full:- +full:memory +full:- +full:wc
7 * based on code maintained by open-iscsi@googlegroups.com
11 * Copyright (c) 2013-2014 Mellanox Technologies. All rights reserved.
23 * - Redistributions of source code must retain the above
27 * - Redistributions in binary form must reproduce the above
35 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
58 #include <linux/dma-mapping.h>
125 * supports -EAGAIN scheme where tx is suspended till the QP has room for more *
138 /* For Signature we don't support DATAOUTs so no need to make room for them */
145 - ISER_MAX_TX_MISC_PDUS \
146 - ISER_MAX_RX_MISC_PDUS) / \
160 ISER_CONN_INIT, /* descriptor allocd, no conn */
181 * struct iser_data_buf - iSER data buffer
202 * struct iser_mem_reg - iSER memory registration info
204 * @sge: memory region sg element
205 * @rkey: memory region remote key
221 * struct iser_tx_desc - iSER TX descriptor
229 * unsolicited data-out or control
251 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \
255 * struct iser_rx_desc - iSER RX descriptor
276 * struct iser_login_desc - iSER login descriptor
298 * struct iser_device - iSER device handle
315 * struct iser_reg_resources - Fast registration resources
317 * @mr: memory region
318 * @sig_mr: signature memory region
326 * struct iser_fr_desc - Fast registration descriptor
341 * struct iser_fr_pool - connection fast registration pool
356 * struct ib_conn - Infiniband related objects
359 * @qp: Connection Queue-pair
364 * @pi_support: Indicate device T10-PI support
379 * struct iser_conn - iSER connection context
426 * struct iscsi_iser_task - iser task context
451 * struct iser_global - iSER global context
496 void iser_err_comp(struct ib_wc *wc, const char *type);
497 void iser_login_rsp(struct ib_cq *cq, struct ib_wc *wc);
498 void iser_task_rsp(struct ib_cq *cq, struct ib_wc *wc);
499 void iser_cmd_comp(struct ib_cq *cq, struct ib_wc *wc);
500 void iser_ctrl_comp(struct ib_cq *cq, struct ib_wc *wc);
501 void iser_dataout_comp(struct ib_cq *cq, struct ib_wc *wc);
502 void iser_reg_comp(struct ib_cq *cq, struct ib_wc *wc);