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

/freebsd-11.0-release/sys/dev/isp/
H A Dispvar.h82 #define ISP_MAX_TARGETS(isp) (IS_FC(isp)? MAX_FC_TARG : MAX_TARGETS)
622 if (IS_FC(isp)) { \
629 (IS_FC(isp)? \
779 #define IS_FC(isp) ((isp)->isp_type & ISP_HA_FC) macro
H A Disp_freebsd.c368 if (IS_FC(isp)) {
389 if (IS_FC(isp)) {
428 if (IS_FC(isp)) {
464 if (IS_FC(isp)) {
481 if (IS_FC(isp)) {
568 if (IS_FC(isp)) {
779 if (IS_FC(isp)) {
1188 if (!IS_FC(isp) || !ISP_CAP_TMODE(isp) || !ISP_CAP_SCCFW(isp)) {
2855 if (!IS_2100(isp) && IS_FC(isp)) {
3688 if (IS_FC(is
[all...]
H A Disp.c259 if (IS_FC(isp)) {
1080 if (IS_FC(isp)) {
1202 } else if (IS_FC(isp)) {
1276 if (IS_FC(isp) && isp->isp_nchan > 1) {
1287 if (IS_FC(isp)) {
1380 if (IS_FC(isp)) {
4318 if (XS_CDBLEN(xs) > (IS_FC(isp)? 16 : 44) || XS_CDBLEN(xs) == 0) {
4329 if (IS_FC(isp)) {
4436 } else if (IS_FC(isp)) {
4468 } else if (IS_FC(is
[all...]
H A Disp_pci.c538 if (IS_FC(isp)) {
548 if (IS_FC(isp)) {
866 if (IS_FC(isp)) {
1582 if (IS_ULTRA2(isp) || IS_FC(isp) || IS_1240(isp)) {
1719 if (IS_FC(isp)) {
1793 if (IS_FC(isp)) {
H A Disp_freebsd.h412 #define MAXISPREQUEST(isp) ((IS_FC(isp) || IS_ULTRA2(isp))? 1024 : 256)
621 (IS_FC(isp)? ISP_FC_PC(isp, chan)->def_role : ISP_ROLE_INITIATOR)
H A Disp_sbus.c192 if (IS_FC(isp))
H A Dispreg.h253 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : \
H A Disp_library.c638 if (IS_FC(isp)) {
2535 if (!IS_FC(isp)) {

Completed in 213 milliseconds