Searched refs:BIT_9 (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/scsi/
H A Dqla1280.h26 #define BIT_9 0x200 macro
137 #define ISP_FLASH_UPPER BIT_9 /* Flash upper bank select */
313 #define TP_STOP_QUEUE BIT_9 /* Stop que on check condition */
579 #define SF_GOT_TARGET BIT_9 /* */
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h116 #define BIT_9 0x200 macro
423 #define SRB_EDIF_CLEANUP_DELETE BIT_9
1247 #define FO1_AE_AUTO_BYPASS BIT_9
1414 #define MBX_9 BIT_9
2083 #define PO_DIS_FRAME_MODE BIT_9
2188 #define SS_SENSE_LEN_VALID BIT_9
2601 #define NVME_PRLI_SP_PI_CTRL BIT_9
3489 #define QLA_MSIX_FW_MODE(m) (((m) & (BIT_7|BIT_8|BIT_9)) >> 7)
3995 #define RDP_PORT_SPEED_32GB BIT_9
4269 #define DT_ISP5422 BIT_9
[all...]
H A Dqla_fw.h494 #define CF_EN_EDIF BIT_9
538 #define TMF_ABORT_TASK_SET BIT_9
902 #define LCF_FCP2_OVERRIDE BIT_9 /* Set/Reset word 3 of PRLI. */
1178 #define CSRX_PCIX_BUS_MODE_MASK (BIT_11|BIT_10|BIT_9|BIT_8)
H A Dqla_target.h92 #define OF_FAST_POST BIT_9 /* Enable mailbox fast posting. */
849 TRC_SRR_CTIO = BIT_9,
H A Dqla_target.c6921 nv->firmware_options_1 &= cpu_to_le32(~BIT_9);
7026 nv->firmware_options_1 &= cpu_to_le32(~BIT_9);
H A Dqla_sup.c2754 if (risc_attr & BIT_9) {
H A Dqla_os.c611 pci_bus = (ha->pci_attr & (BIT_9 | BIT_10)) >> 9;
683 if (ha->fw_attributes & BIT_9) {
H A Dqla_init.c8478 templates = (risc_attr & BIT_9) ? 2 : 1;
8734 templates = (risc_attr & BIT_9) ? 2 : 1;
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hdr.h204 #define BIT_9 0x200 macro
H A Dqlcnic.h915 #define QLCNIC_FW_CAPABILITY_FVLANTX BIT_9
925 #define QLCNIC_FW_CAPABILITY_2_PER_PORT_ESWITCH_CFG BIT_9
H A Dqlcnic_hw.c815 #define QLCNIC_ENABLE_IPV6_LRO (BIT_1 | BIT_9)
H A Dqlcnic_sriov_common.c398 if (status & BIT_9)
H A Dqlcnic_83xx_hw.c61 #define QLC_83XX_100_CAPABLE BIT_9
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h89 #define BIT_9 0x200 macro
H A Dql4_os.c3670 SET_BITVAL(sess->dataseq_inorder_en, options, BIT_9);

Completed in 458 milliseconds