Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
HDisp.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()
468 } else if (IS_24XX(isp)) { in isp_reset()
529 } else if (IS_24XX(isp)) { in isp_reset()
552 } else 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()
[all …]
HDispreg.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)
HDisp_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()
HDisp_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()
HDisp_freebsd.c584 if (IS_24XX(isp)) { in ispioctl()
947 if (IS_24XX(isp)) { in isp_tmcmd_restart()
1250 if (IS_24XX(isp) || (IS_FC(isp) && ISP_FC_PC(isp, bus)->tm_luns_enabled)) { in isp_enable_deferred()
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()
2747 …if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_… in isp_handle_platform_target_notify_ack()
2777 …if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_… in isp_handle_platform_target_notify_ack()
[all …]
HDispmbox.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)
HDispvar.h797 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
HDisp_library.c642 if (IS_24XX(isp)) { in isp_clear_commands()
681 if (IS_24XX(isp)) { in isp_shutdown()