Home
last modified time | relevance | path

Searched refs:MIU_TA_CTL_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.h27 #define MIU_TA_CTL_WRITE_ENABLE (MIU_TA_CTL_WRITE | MIU_TA_CTL_ENABLE)
28 #define MIU_TA_CTL_WRITE_START (MIU_TA_CTL_WRITE | MIU_TA_CTL_ENABLE | \
30 #define MIU_TA_CTL_START_ENABLE (MIU_TA_CTL_START | MIU_TA_CTL_ENABLE)
H A Dqla_nx.c1359 temp = MIU_TA_CTL_ENABLE | MIU_TA_CTL_WRITE; in qla82xx_pci_mem_write_2M()
1361 temp = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE | MIU_TA_CTL_WRITE; in qla82xx_pci_mem_write_2M()
1450 temp = MIU_TA_CTL_ENABLE; in qla82xx_pci_mem_read_2M()
1452 temp = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE; in qla82xx_pci_mem_read_2M()
3997 r_value = MIU_TA_CTL_ENABLE; in qla82xx_minidump_process_rdmem()
3999 r_value = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE; in qla82xx_minidump_process_rdmem()
H A Dqla_nx2.c2381 r_value = MIU_TA_CTL_ENABLE; in qla8044_minidump_process_rdmem()
/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.h545 #define MIU_TA_CTL_ENABLE 2 macro
549 #define MIU_TA_CTL_WRITE_ENABLE (MIU_TA_CTL_WRITE | MIU_TA_CTL_ENABLE)
550 #define MIU_TA_CTL_WRITE_START (MIU_TA_CTL_WRITE | MIU_TA_CTL_ENABLE |\
552 #define MIU_TA_CTL_START_ENABLE (MIU_TA_CTL_START | MIU_TA_CTL_ENABLE)
H A Dql4_nx.c1383 temp = MIU_TA_CTL_ENABLE; in qla4_82xx_pci_mem_read_2M()
2502 r_value = MIU_TA_CTL_ENABLE; in __qla4_8xxx_minidump_process_rdmem()