Lines Matching +full:retain +full:- +full:state +full:- +full:suspended
7 * based on code maintained by open-[email protected]
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
58 #include <linux/dma-mapping.h>
125 * supports -EAGAIN scheme where tx is suspended till the QP has room for more *
145 - ISER_MAX_TX_MISC_PDUS \
146 - ISER_MAX_RX_MISC_PDUS) / \
181 * struct iser_data_buf - iSER data buffer
202 * struct iser_mem_reg - iSER memory registration info
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
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
384 * @state: connection logical state
390 * @state_mutex: protects iser onnection state
394 * (state is ISER_CONN_UP)
407 enum iser_conn_state state; member
426 * struct iscsi_iser_task - iser task context
451 * struct iser_global - iSER global context