Lines Matching +full:drv +full:- +full:id
2 * Copyright (c) 2017-2018 Cavium, Inc.
36 // Each Resource ID is one-one-valued mapped by the driver to a BDQ Resource ID (for instance per p…
39 // ID 0 : RQ, ID 1 : IMMEDIATE_DATA, ID 2 : TQ
61 * iSCSI Drv opaque
88 * Scsi Drv BDQ struct
115 * Scsi Drv CMDQ struct
119 __le16 cmdq_cons /* CMDQ consumer - updated by driver when CMDQ is consumed */;
144 …resource_id /* Each function-init Ramrod maps its funciton ID to a BDQ function ID, each BDQ funct…
156 …EUES_SOC_NUM_OF_BLOCKS_LOG_MASK 0x7 /* Relevant for TQe SOC option - num of blocks in SGE - log */
163 u8 bdq_pbl_num_entries[BDQ_NUM_IDS] /* Per BDQ ID, the PBL page size (number of entries in PBL) */;
165 struct regpair bdq_pbl_base_address[BDQ_NUM_IDS] /* Per BDQ ID, the PBL page Base Address */;
166 …__le16 bdq_xoff_threshold[BDQ_NUM_IDS] /* BDQ XOFF threshold - when number of entries will be belo…
167 …__le16 cmdq_xoff_threshold /* CMDQ XOFF threshold - when number of entries will be below that TH, …
168 …__le16 bdq_xon_threshold[BDQ_NUM_IDS] /* BDQ XON threshold - when number of entries will be above …
169 …__le16 cmdq_xon_threshold /* CMDQ XON threshold - when number of entries will be above that TH, it…
173 * Scsi Drv BDQ Data struct (2 BDQ IDs: 0 - RQ, 1 - Immediate Data)
185 …SCSI_TX_SLOW_SGL /* Slow-SGL: More than SCSI_NUM_SGES_SLOW_SGL_THR SGEs and there is at least 1 mi…