Lines Matching +full:num +full:- +full:ids

3  * Copyright (c) 2006 - 2013 Broadcom Corporation
14 * Maintained by: QLogic-Storage-Upstream@qlogic.com
60 #define ISCSI_MAX_CMDS_PER_HBA_5708 (28 * (ISCSI_MAX_CMDS_PER_SESS - 1))
61 #define ISCSI_MAX_CMDS_PER_HBA_5709 (128 * (ISCSI_MAX_CMDS_PER_SESS - 1))
62 #define ISCSI_MAX_CMDS_PER_HBA_57710 (256 * (ISCSI_MAX_CMDS_PER_SESS - 1))
129 readl(__hba->regview + offset)
131 writel(val, __hba->regview + offset)
136 spin_lock_bh(&__hba->stat_lock); \
137 dst->field##_lo = __hba->stats.field##_lo; \
138 dst->field##_hi = __hba->stats.field##_hi; \
139 spin_unlock_bh(&__hba->stat_lock); \
144 if (spin_trylock(&__hba->stat_lock)) { \
145 if (__hba->stats.field##_lo + len < \
146 __hba->stats.field##_lo) \
147 __hba->stats.field##_hi++; \
148 __hba->stats.field##_lo += len; \
149 spin_unlock(&__hba->stat_lock); \
158 val = __hba->bnx2i_stats.field; \
159 out = (u64 *)&__hba->stats.field##_lo; \
161 out = (u64 *)&dst->field##_lo; \
167 __hba->bnx2i_stats.field += len; \
172 * struct generic_pdu_resc - login pdu resource structure
213 * struct bd_resc_page - tracks DMA'able memory allocated for BD tables
231 * struct io_bdt - I/O buffer destricptor table
235 * @bd_valid: num valid BD entries
247 * bnx2i_cmd - iscsi command structure
251 * @scsi_cmd: SCSI-ML task pointer corresponding to this iscsi cmd
269 * struct bnx2i_conn - iscsi connection structure
310 * struct iscsi_cid_queue - Per adapter iscsi cid queue
342 * struct bnx2i_hba - bnx2i adapter structure
385 * @link_changed_count: statistic counter, num of link change notifications
387 * @ipaddr_changed_count: statistic counter, num times IP address changed while
389 * @num_sess_opened: statistic counter, total num sessions opened
390 * @num_conn_opened: statistic counter, total num conns opened on this hba
576 * struct qp_info - QP (share queue region) atrributes structure
726 * struct bnx2i_endpoint - representation of tcp connection in NX2 world
741 * @ids: contains chip allocated *context id* & driver assigned
746 * Endpoint Structure - equivalent of tcp socket structure
761 struct ep_handles ids; member
762 #define ep_iscsi_cid ids.drv_iscsi_cid
763 #define ep_cid ids.fw_cid
764 #define ep_pg_cid ids.pg_cid