Searched refs:is_fc (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dmpt_netbsd.h102 #define MPT_MAX_REQUESTS(mpt) ((mpt)->is_fc ? 1024 : 256)
171 is_fc : 1, member in struct:mpt_softc
H A Dmpt.c1196 mpt->is_fc = 1;
1213 if (!mpt->is_sas && !mpt->is_fc &&
H A Dmpt_netbsd.c145 } else if (mpt->is_fc) {
1551 mpt->is_fc ? MPI_SCSITASKMGMT_MSGFLAGS_LIP_RESET_OPTION : 0;

Completed in 199 milliseconds