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

/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_cam.c243 if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET) != 0) {
264 if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET) != 0) {
1112 if (mpt->is_fc) {
1149 if (mpt->is_fc && (mpt->role & MPT_ROLE_TARGET)) {
2159 if (mpt->is_fc || mpt->is_sas) {
2228 mpt->is_fc ? MPI_SCSITASKMGMT_MSGFLAGS_LIP_RESET_OPTION : 0,
3344 if (mpt->is_fc || mpt->is_sas) {
3459 if (mpt->is_fc) {
3541 if (mpt->is_fc) {
3577 if (mpt->is_fc
[all...]
H A Dmpt.c2084 FALSE, (mpt->is_sas || mpt->is_fc)? 300000 : 30000);
2815 mpt->is_fc = 1;
2819 mpt->is_fc = 0;
2823 mpt->is_fc = 0;
H A Dmpt_pci.c349 mpt->is_fc = 1;
H A Dmpt.h557 is_fc : 1, member in struct:mpt_softc
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.c9270 int is_fc; local
9282 is_fc = 0;
9284 is_fc = 1;
9391 if (is_fc == 0)
9399 if (is_fc == 0)
9442 if (is_fc == 0)
9450 if (is_fc) {

Completed in 192 milliseconds