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

/freebsd-11.0-release/sys/dev/isp/
H A Disp.c205 if (IS_24XX(isp)) {
230 if (IS_24XX(isp)) {
251 if (IS_24XX(isp)) {
289 if (!IS_24XX(isp)) {
503 } else if (IS_24XX(isp)) {
564 } else if (IS_24XX(isp)) {
587 } else if (!IS_24XX(isp)) {
594 if (IS_24XX(isp)) {
607 if (IS_24XX(isp)) {
662 if (IS_24XX(is
[all...]
H A Disp_target.c226 if (IS_24XX(isp)) {
343 if (IS_24XX(isp)) {
509 if (IS_24XX(isp)) {
674 if (IS_24XX(isp)) {
846 if (IS_24XX(isp) && arg != NULL && (((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO)) {
859 if (IS_24XX(isp)) {
945 if (!IS_24XX(isp)) {
H A Dispreg.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)
H A Dispmbox.h885 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_TMODE))
887 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_SCCLUN))
889 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_2KLOGINS))
895 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_MULTIID) : 0)
899 (IS_24XX(isp)? (isp->isp_fwattr & ISP2400_FW_ATTR_VP0) : 0)
907 (IS_24XX(isp)? 1 : (isp->isp_fwattr & ISP_FW_ATTR_FCTAPE))
910 (IS_24XX(isp)? (FCPARAM(isp, chan)->isp_xfwoptions & ICB2400_OPT2_FCTAPE) != 0 : (FCPARAM(isp, chan)->isp_xfwoptions & ICBXOPT_FCTAPE) != 0)
H A Disp_freebsd.c609 if (IS_24XX(isp)) {
990 if (IS_24XX(isp)) {
1409 if (IS_24XX(isp)) {
1732 if (IS_24XX(isp)) {
2361 if (!IS_24XX(isp)) {
2421 if (IS_24XX(isp)) {
2444 if (IS_24XX(isp)) {
2535 if (ok || IS_24XX(isp)) {
2775 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
2814 if (IS_24XX(is
[all...]
H A Disp_pci.c914 if (IS_24XX(isp)) {
956 if (pcs->msicount == 0 && (IS_24XX(isp) || IS_2322(isp))) {
988 if (IS_23XX(isp) || IS_24XX(isp)) {
1692 if (IS_24XX(isp)) {
1831 if (IS_24XX(isp)) {
2076 if (!IS_24XX(isp)) {
H A Dispvar.h787 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
H A Disp_library.c596 if (IS_24XX(isp)) {
639 if (IS_24XX(isp)) {
1039 if (IS_24XX(isp)) {

Completed in 132 milliseconds