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

/freebsd-11-stable/sys/dev/isp/
H A Disp.c195 if (IS_24XX(isp)) {
236 if (!IS_24XX(isp)) {
439 } else if (IS_24XX(isp)) {
498 } else if (IS_24XX(isp)) {
520 } else if (!IS_24XX(isp)) {
527 if (IS_24XX(isp)) {
540 if (IS_24XX(isp)) {
594 if (IS_24XX(isp)) {
614 if (IS_24XX(isp)) {
623 if (!IS_24XX(is
[all...]
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 Disp_target.c217 if (IS_24XX(isp)) {
234 if (IS_24XX(isp)) {
316 if (IS_24XX(isp))
416 if (IS_24XX(isp)) {
579 if (IS_24XX(isp)) {
746 if (IS_24XX(isp) && ((isphdr_t *)arg)->rqs_entry_type == RQSTYPE_ATIO) {
752 if (IS_24XX(isp)) {
826 if (!IS_24XX(isp)) {
H A Dispmbox.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, chan)->isp_xfwoptions & ICBXOPT_FCTAPE) != 0)
H A Disp_freebsd.c555 if (IS_24XX(isp)) {
806 if (IS_24XX(isp)) {
1238 if (IS_24XX(isp)) {
1549 if (IS_24XX(isp)) {
2092 if (IS_24XX(isp)) {
2114 if (IS_24XX(isp)) {
2209 if (ok || IS_24XX(isp)) {
2228 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ATIO) {
2267 if (IS_24XX(isp) && mp->nt_lreserved && ((isphdr_t *)mp->nt_lreserved)->rqs_entry_type == RQSTYPE_ABTS_RCVD) {
2454 if (IS_24XX(is
[all...]
H A Dispvar.h776 #define IS_24XX(isp) ((isp)->isp_type >= ISP_HA_FC_2400) macro
H A Disp_pci.c875 if (IS_24XX(isp)) {
910 if (IS_23XX(isp) || IS_24XX(isp)) {
1590 if (IS_24XX(isp)) {
1765 if (IS_24XX(isp)) {
H A Disp_library.c638 if (IS_24XX(isp)) {
1059 if (IS_24XX(isp)) {

Completed in 171 milliseconds