Home
last modified time | relevance | path

Searched refs:IS_24XX (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/disk/isp/
H A Disp.c173 if (IS_24XX(isp)) { in isp_reset()
198 if (IS_24XX(isp)) { in isp_reset()
219 if (IS_24XX(isp)) { in isp_reset()
254 if (!IS_24XX(isp)) { in isp_reset()
559 if (IS_24XX(isp)) { in isp_reset()
572 if (IS_24XX(isp)) { in isp_reset()
627 if (IS_24XX(isp)) { in isp_reset()
723 if (IS_24XX(isp)) { in isp_reset()
941 if (IS_24XX(isp)) { in isp_reset()
964 if (IS_24XX(isp)) { in isp_reset()
[all …]
H A Dispreg.h251 (IS_24XX(isp)? (isr & BIU2400_ISR_RISC_INT) : (isr & BIU2100_ISR_RISC_INT)) :\
255 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : \
790 (IS_24XX(isp)? (ISP_READ(isp, BIU2400_ICR) & BIU2400_IMASK) : \
796 (IS_24XX(isp) ? \
801 IS_24XX(isp)? ISP_WRITE(isp, BIU2400_ICR, 0) : ISP_WRITE(isp, BIU_ICR, 0)
H A Disp_target.c165 if (IS_24XX(isp)) { in isp_target_notify()
237 if (IS_24XX(isp)) { in isp_target_notify()
359 if (IS_24XX(isp)) { in isp_target_notify()
615 if (IS_24XX(isp)) { in isp_endcmd()
800 if (IS_24XX(isp)) { in isp_target_async()
1030 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) { in isp_notify_ack()
1043 if (IS_24XX(isp)) { in isp_notify_ack()
1140 if (!IS_24XX(isp)) { in isp_acknak_abts()
H A Disp_pci.c857 } else if (IS_24XX(isp) && (isp->isp_nchan > 1 || isp->isp_osinfo.forcemulti)) { in isp_pci_attach()
889 if (IS_24XX(isp)) { in isp_pci_attach()
943 if (IS_23XX(isp) || IS_24XX(isp)) { in isp_pci_attach()
1452 if (IS_24XX(imushp->isp)) { in imc()
1578 if (IS_24XX(isp)) { in isp_pci_mbxdma()
1949 if (!IS_24XX(isp)) { in isp_pci_reset1()
H A Disp_freebsd.c584 if (IS_24XX(isp)) { in ispioctl()
947 if (IS_24XX(isp)) { in isp_tmcmd_restart()
1331 if (IS_24XX(isp)) { in isp_disable_lun()
1526 if (IS_24XX(isp)) { in isp_target_start_ctio()
1722 if (IS_24XX(isp)) { in isp_target_start_ctio()
2378 if (IS_24XX(isp)) { in isp_handle_platform_ctio()
2499 if (!ok && !IS_24XX(isp)) { in isp_handle_platform_ctio()
2987 if (IS_24XX(isp)) { in isp_target_mark_aborted_early()
4889 } else if (IS_24XX(isp)) { in isp_action()
5355 if (IS_24XX(isp)) { in isp_async()
[all …]
H A Dispmbox.h853 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_TMODE))
855 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_SCCLUN))
857 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_2KLOGINS))
859 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_MULTIID) : 0)
H A Dispvar.h797 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
H A Disp_library.c642 if (IS_24XX(isp)) { in isp_clear_commands()
681 if (IS_24XX(isp)) { in isp_shutdown()