Lines Matching +full:0 +full:x2000
102 #define LPFC_IO_FABRIC 0x10 /* Iocb send using fabric scheduler */
103 #define LPFC_DELAY_MEM_FREE 0x20 /* Defer free'ing of FC data */
104 #define LPFC_EXCHANGE_BUSY 0x40 /* SLI4 hba reported XB in response */
105 #define LPFC_USE_FCPWQIDX 0x80 /* Submit to specified FCPWQ index */
106 #define DSS_SECURITY_OP 0x100 /* security IO */
107 #define LPFC_IO_ON_TXCMPLQ 0x200 /* The IO is still on the TXCMPLQ */
108 #define LPFC_IO_DIF_PASS 0x400 /* T10 DIF IO pass-thru prot */
109 #define LPFC_IO_DIF_STRIP 0x800 /* T10 DIF IO strip prot */
110 #define LPFC_IO_DIF_INSERT 0x1000 /* T10 DIF IO insert prot */
111 #define LPFC_IO_CMD_OUTSTANDING 0x2000 /* timeout handler abort window */
113 #define LPFC_FIP_ELS_ID_MASK 0xc000 /* ELS_ID range 0-3, non-shifted mask */
116 #define LPFC_IO_OAS 0x10000 /* OAS FCP IO */
117 #define LPFC_IO_FOF 0x20000 /* FOF FCP IO */
118 #define LPFC_IO_LOOPBACK 0x40000 /* Loopback IO */
119 #define LPFC_PRLI_NVME_REQ 0x80000 /* This is an NVME PRLI. */
120 #define LPFC_PRLI_FCP_REQ 0x100000 /* This is an NVME PRLI. */
121 #define LPFC_IO_NVME 0x200000 /* NVME FCP command */
122 #define LPFC_IO_NVME_LS 0x400000 /* NVME LS command */
123 #define LPFC_IO_NVMET 0x800000 /* NVMET command */
124 #define LPFC_IO_VMID 0x1000000 /* VMID tagged IO */
125 #define LPFC_IO_CMF 0x4000000 /* CMF command */
156 #define IOCB_SUCCESS 0
166 #define WQE_SUCCESS 0
274 #define LPFC_DEFERRED_RING_EVENT 0x001 /* Deferred processing a ring event */
275 #define LPFC_CALL_RING_AVAILABLE 0x002 /* indicates cmd was full */
276 #define LPFC_STOP_IOCB_EVENT 0x020 /* Stop processing IOCB cmds event */
322 uint32_t headerLen; /* 0 if not profile 4 or 5 */
324 uint32_t profile; /* Selection profile 0=all, 7=logentry */
374 #define LPFC_SLI_MBOX_ACTIVE 0x100 /* HBA mailbox is currently active */
375 #define LPFC_SLI_ACTIVE 0x200 /* SLI in firmware is active */
376 #define LPFC_PROCESS_LA 0x400 /* Able to process link attention */
377 #define LPFC_BLOCK_MGMT_IO 0x800 /* Don't allow mgmt mbx or iocb cmds */
378 #define LPFC_SLI_ASYNC_MBX_BLK 0x2000 /* Async mailbox is blocked */
379 #define LPFC_SLI_SUPPRESS_RSP 0x4000 /* Suppress RSP feature is supported */
380 #define LPFC_SLI_USE_EQDR 0x8000 /* EQ Delay Register is supported */
381 #define LPFC_QUEUE_FREE_INIT 0x10000 /* Queue freeing is in progress */
382 #define LPFC_QUEUE_FREE_WAIT 0x20000 /* Hold Queue free as it is being
439 #define LPFC_SBUF_XBUSY 0x1 /* SLI4 hba reported XB on WCQE cmpl */
440 #define LPFC_SBUF_BUMP_QDEPTH 0x2 /* bumped queue depth counter */
442 #define LPFC_SBUF_NORMAL_DIF 0x4 /* normal mode to insert/strip */
443 #define LPFC_SBUF_PASS_DIF 0x8 /* insert/strip mode to passthru */
444 #define LPFC_SBUF_NOT_POSTED 0x10 /* SGL failed post to FW. */