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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dispvar.h110 #define ISP_MAX_TARGETS(isp) (IS_FC(isp)? MAX_FC_TARG : MAX_TARGETS)
689 if (IS_FC(isp)) { \
696 (IS_FC(isp)? \
831 #define IS_FC(isp) ((isp)->isp_type & ISP_HA_FC) macro
H A Disp_netbsd.c121 if (IS_FC(isp)) {
141 if (IS_FC(isp)) {
171 if (IS_FC(isp) && (FCPARAM(isp, 0)->isp_fwstate != FW_READY ||
229 if (IS_FC(isp)) {
249 if (IS_FC(isp)) {
267 if (IS_FC(isp)) {
284 if (IS_FC(isp)) {
372 if (IS_FC(isp)) {
553 if (IS_FC(isp) && (FCPARAM(isp, chan)->isp_fwstate != FW_READY ||
627 if (IS_FC(is
[all...]
H A Disp.c247 if (IS_FC(isp)) {
1050 if (IS_FC(isp)) {
1094 if (IS_FC(isp) && ISP_CAP_MULTI_ID(isp) == 0 && isp->isp_nchan > 1) {
1170 if (IS_FC(isp)) {
4221 if (XS_CDBLEN(xs) > (IS_FC(isp)? 16 : 44) || XS_CDBLEN(xs) == 0) {
4232 if (IS_FC(isp)) {
4318 } else if (IS_FC(isp)) {
4347 } else if (IS_FC(isp)) {
4486 } else if (IS_FC(isp)) {
4582 } else if (IS_FC(is
[all...]
H A Disp_target.c284 if (IS_FC(isp)) {
315 if (IS_FC(isp)) {
409 } else if (IS_FC(isp)) {
591 if (IS_FC(isp)) {
708 } else if (IS_FC(isp)) {
847 } else if (IS_FC(isp)) {
1109 } else if (IS_FC(isp)) {
H A Dispreg.h252 IS_FC(isp)? \
257 (IS_FC(isp)? (IS_24XX(isp)? BIU2400_ISR_RISC_INT : BIU2100_ISR_RISC_INT) : \
468 #define MAX_MAILBOX(isp) ((IS_FC(isp))? 12 : 8)
H A Disp_library.c664 } else if (IS_FC(isp)) {
697 if (IS_FC(isp)) {
2266 if (IS_FC(isp)) {
2583 if (!IS_FC(isp)) {

Completed in 264 milliseconds