Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/isp/
HDisp.c195 if (IS_24XX(isp)) { in isp_reset()
236 if (!IS_24XX(isp)) { in isp_reset()
439 } else if (IS_24XX(isp)) { in isp_reset()
498 } else if (IS_24XX(isp)) { in isp_reset()
520 } else if (!IS_24XX(isp)) { in isp_reset()
527 if (IS_24XX(isp)) { in isp_reset()
540 if (IS_24XX(isp)) { in isp_reset()
594 if (IS_24XX(isp)) { in isp_reset()
614 if (IS_24XX(isp)) { in isp_reset()
623 if (!IS_24XX(isp) && isp->isp_bustype == ISP_BT_PCI) { in isp_reset()
[all …]
HDispreg.h253 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : \
444 #define ISP_NMBOX(isp) ((IS_24XX(isp) || IS_23XX(isp))? 32 : (IS_2200(isp) ? 24 : 8))
446 ((IS_24XX(isp) || IS_23XX(isp))? 0xffffffff : (IS_2200(isp)? 0x00ffffff : 0xff))
772 (IS_24XX(isp)? (ISP_READ(isp, BIU2400_ICR) & BIU2400_IMASK) : \
778 (IS_24XX(isp) ? \
783 IS_24XX(isp)? ISP_WRITE(isp, BIU2400_ICR, 0) : ISP_WRITE(isp, BIU_ICR, 0)
HDisp_target.c217 if (IS_24XX(isp)) { in isp_target_notify()
234 if (IS_24XX(isp)) { in isp_target_notify()
316 if (IS_24XX(isp)) in isp_target_put_entry()
416 if (IS_24XX(isp)) { in isp_endcmd()
579 if (IS_24XX(isp)) { in isp_target_async()
746 if (IS_24XX(isp) && ((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO) { in isp_notify_ack()
752 if (IS_24XX(isp)) { in isp_notify_ack()
826 if (!IS_24XX(isp)) { in isp_acknak_abts()
HDispmbox.h889 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_TMODE))
891 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_SCCLUN))
893 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_2KLOGINS))
899 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_MULTIID) : 0)
903 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_MSIX) : 0)
905 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_VP0) : 0)
913 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_FCTAPE))
916 …(IS_24XX(isp)? (FCPARAM(isp, chan)->isp_xfwoptions & ICB2400_OPT2_FCTAPE) != 0 : (FCPARAM(isp, cha…
HDisp_freebsd.c555 if (IS_24XX(isp)) { in ispioctl()
806 if (IS_24XX(isp)) { in isp_atio_restart()
1238 if (IS_24XX(isp)) { in isp_target_start_ctio()
1549 if (IS_24XX(isp)) { in isp_target_start_ctio()
2092 if (IS_24XX(isp)) { in isp_handle_platform_ctio()
2114 if (IS_24XX(isp)) { in isp_handle_platform_ctio()
2209 if (ok || IS_24XX(isp)) { in isp_handle_platform_ctio()
2228 …if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_… in isp_handle_platform_target_notify_ack()
2267 …if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_… in isp_handle_platform_target_notify_ack()
2454 if (IS_24XX(isp)) in isp_target_mark_aborted_early()
[all …]
HDisp_pci.c875 if (IS_24XX(isp)) { in isp_pci_attach()
910 if (IS_23XX(isp) || IS_24XX(isp)) { in isp_pci_attach()
1590 if (IS_24XX(isp)) { in isp_pci_mbxdma()
1765 if (IS_24XX(isp)) { in isp_pci_mbxdmafree()
HDispvar.h776 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
HDisp_library.c638 if (IS_24XX(isp)) { in isp_clear_commands()
1059 if (IS_24XX(isp)) { in isp_get_cont_response()