Lines Matching +full:temperature +full:- +full:lookup +full:- +full:table
1 /*-
123 * Q hash - size is the maximum of all the queue sizes, rounded up to the next
137 OCS_CMD_POLL, /**< command executes synchronously and busy-waits for completion */
144 OCS_HW_RTN_ERROR = -1,
145 OCS_HW_RTN_NO_RESOURCES = -2,
146 OCS_HW_RTN_NO_MEMORY = -3,
147 OCS_HW_RTN_IO_NOT_ACTIVE = -4,
148 OCS_HW_RTN_IO_ABORT_IN_PROGRESS = -5,
149 OCS_HW_RTN_IO_PORT_OWNED_ALREADY_ABORTED = -6,
150 OCS_HW_RTN_INVALID_ARG = -7,
213 OCS_HW_EMULATE_I_ONLY_AAB, /**< emulate IAAB=0 for initiator-commands only */
554 * Stores the per-IO information necessary for both the lower (SLI) and upper
605 uint32_t sgl_count; /**< count of SGEs in io->sgl */
735 OCS_HW_STATE_UNINITIALIZED, /* power-on, no allocations, no initializations */
769 * for re-use on another XRI.
771 …* The dma->alloc pointer on the dummy header will be used to get back to this structure when…
829 * @brief Stucture used for the hash lookup of queue IDs
917 uint8_t i_only_aab; /** Enable initiator-only auto-abort */
968 /* Auto XFER RDY Buffers - protect with io_lock */
988 * - ocs_domain_record_t on OCS_HW_DOMAIN_FOUND
989 * - ocs_domain_t on OCS_HW_DOMAIN_ALLOC_FAIL, OCS_HW_DOMAIN_ALLOC_OK,
1016 int32_t first_domain_idx; /* Workaround for srb->fcfi == 0 */
1019 /* Table of FCFI values index by FCF_index */
1169 * ---Skyhawk only ---
1170 * BZ 160124 - Driver must quarantine XRIs for target writes and
1173 * are flushed from the internal chip cache before being re-used.
1178 * Note: Protected by queue->lock
1306 /* Function for retrieving temperature data */
1435 ocs_memset(&dst->link, 0, sizeof(dst->link)); in ocs_hw_sequence_copy()
1461 #define CPUTRACE(t) ocs_printf("trace: %-20s %2s %-16s cpu %2d\n", __func__, t, \
1462 …({ocs_thread_t *self = ocs_thread_self(); self != NULL ? self->name : "unknown";}), ocs_thread_get…
1503 * @brief Define the maximum number of multi-receive queues