Lines Matching +full:retain +full:- +full:state +full:- +full:suspended
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
58 #include <linux/dma-mapping.h>
127 * supports -EAGAIN scheme where tx is suspended till the QP has room for more *
147 - ISER_MAX_TX_MISC_PDUS \
148 - ISER_MAX_RX_MISC_PDUS) / \
185 * struct iser_data_buf - iSER data buffer
206 * struct iser_mem_reg - iSER memory registration info
225 * struct iser_tx_desc - iSER TX descriptor
233 * unsolicited data-out or control
255 #define ISER_RX_PAD_SIZE (256 - (ISER_RX_PAYLOAD_SIZE + \
259 * struct iser_rx_desc - iSER RX descriptor
280 * struct iser_login_desc - iSER login descriptor
303 * struct iser_device - iSER device handle
321 * struct iser_reg_resources - Fast registration resources
334 * struct iser_fr_desc - Fast registration descriptor
349 * struct iser_fr_pool - connection fast registration pool
364 * struct ib_conn - Infiniband related objects
367 * @qp: Connection Queue-pair
375 * @pi_support: Indicate device T10-PI support
393 * struct iser_conn - iSER connection context
398 * @state: connection logical state
401 * @qp_max_recv_dtos_mask: (qp_max_recv_dtos - 1)
406 * @state_mutex: protects iser onnection state
410 * (state is ISER_CONN_UP)
424 enum iser_conn_state state; member
446 * struct iscsi_iser_task - iser task context
471 * struct iser_global - iSER global context