Searched refs:isp_topo (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/isp/
H A Dispvar.h434 int isp_topo; /* Connection Type */ member in struct:__anon9263
H A Disp.c3031 fcp->isp_topo = TOPO_FL_PORT;
3033 fcp->isp_topo = TOPO_NL_PORT;
3039 fcp->isp_topo = topo;
3043 if (!TOPO_IS_FABRIC(fcp->isp_topo)) {
3045 } else if (fcp->isp_topo != TOPO_F_PORT) {
3056 if (fcp->isp_topo == TOPO_F_PORT || fcp->isp_topo == TOPO_FL_PORT) {
3061 fcp->isp_topo = TOPO_NL_PORT;
3065 fcp->isp_topo = TOPO_PTP_STUB;
3339 if (TOPO_IS_FABRIC(fcp->isp_topo)) {
[all...]
H A Disp_freebsd.c220 "topo", CTLFLAG_RD, &fcp->isp_topo, 0,
571 hba->fc_topology = FCPARAM(isp, chan)->isp_topo + 1;
H A Disp_library.c553 switch (fcp->isp_topo) {

Completed in 133 milliseconds