Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp.c192 if (IS_24XX(isp)) { in isp_reset()
217 if (IS_24XX(isp)) { in isp_reset()
238 if (IS_24XX(isp)) { in isp_reset()
273 if (!IS_24XX(isp)) { in isp_reset()
578 if (IS_24XX(isp)) { in isp_reset()
591 if (IS_24XX(isp)) { in isp_reset()
646 if (IS_24XX(isp)) { in isp_reset()
742 if (IS_24XX(isp)) { in isp_reset()
931 if (IS_24XX(isp)) { in isp_reset()
954 if (IS_24XX(isp)) { in isp_reset()
[all …]
H A Dispreg.h253 (IS_24XX(isp)? (isr & BIU2400_ISR_RISC_INT) : (isr & BIU2100_ISR_RISC_INT)) :\
257 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : \
792 (IS_24XX(isp)? (ISP_READ(isp, BIU2400_ICR) & BIU2400_IMASK) : \
798 (IS_24XX(isp) ? \
803 IS_24XX(isp)? ISP_WRITE(isp, BIU2400_ICR, 0) : ISP_WRITE(isp, BIU_ICR, 0)
H A Disp_target.c206 if (IS_24XX(isp)) { in isp_target_notify()
278 if (IS_24XX(isp)) { in isp_target_notify()
400 if (IS_24XX(isp)) { in isp_target_notify()
656 if (IS_24XX(isp)) { in isp_endcmd()
841 if (IS_24XX(isp)) { in isp_target_async()
1071 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) { in isp_notify_ack()
1084 if (IS_24XX(isp)) { in isp_notify_ack()
1181 if (!IS_24XX(isp)) { in isp_acknak_abts()
H A Dispmbox.h854 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_TMODE))
856 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_SCCLUN))
858 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_2KLOGINS))
860 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_MULTIID) : 0)
H A Dispvar.h839 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
H A Disp_library.c659 if (IS_24XX(isp)) { in isp_clear_commands()
698 if (IS_24XX(isp)) { in isp_shutdown()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Disp_pci.c1452 if (!IS_24XX(isp)) { in isp_pci_reset1()