HomeSort by: relevance | last modified time | path
    Searched refs:IS_FC (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
ispvar.h 110 #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)
isp_netbsd.c 119 if (IS_FC(isp)) {
139 if (IS_FC(isp)) {
169 if (IS_FC(isp) && (FCPARAM(isp, 0)->isp_fwstate != FW_READY ||
228 if (IS_FC(isp)) {
248 if (IS_FC(isp)) {
266 if (IS_FC(isp)) {
283 if (IS_FC(isp)) {
371 if (IS_FC(isp)) {
556 if (IS_FC(isp) && (FCPARAM(isp, chan)->isp_fwstate != FW_READY ||
630 if (IS_FC(isp) && isp->isp_osinfo.wwns[XS_TGT(xs)] == 0)
    [all...]
isp.c 246 if (IS_FC(isp)) {
1049 if (IS_FC(isp)) {
1093 if (IS_FC(isp) && ISP_CAP_MULTI_ID(isp) == 0 && isp->isp_nchan > 1) {
1169 if (IS_FC(isp)) {
4217 if (XS_CDBLEN(xs) > (IS_FC(isp)? 16 : 44) || XS_CDBLEN(xs) == 0) {
4228 if (IS_FC(isp)) {
4314 } else if (IS_FC(isp)) {
4343 } else if (IS_FC(isp)) {
4482 } else if (IS_FC(isp)) {
4578 } else if (IS_FC(isp))
    [all...]
isp_target.c 284 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)) {
ispreg.h 252 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)
isp_library.c 669 } else if (IS_FC(isp)) {
702 if (IS_FC(isp)) {
2271 if (IS_FC(isp)) {
2588 if (!IS_FC(isp)) {

Completed in 21 milliseconds