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

/freebsd-current/sys/dev/isp/
H A Disp.c1693 fcp->isp_topo = topo;
1696 if (!TOPO_IS_FABRIC(fcp->isp_topo)) {
1698 } else if (fcp->isp_topo != TOPO_F_PORT) {
1714 if (fcp->isp_topo == TOPO_F_PORT || fcp->isp_topo == TOPO_FL_PORT) {
1719 fcp->isp_topo = TOPO_PTP_STUB;
1960 if (TOPO_IS_FABRIC(fcp->isp_topo)) {
2245 if (!TOPO_IS_FABRIC(fcp->isp_topo)) {
3549 int topo = fcp->isp_topo;
3835 fcp->isp_topo
[all...]
H A Dispvar.h350 int isp_topo; /* Connection Type */ member in struct:__anon89
H A Disp_freebsd.c207 "topo", CTLFLAG_RD, &fcp->isp_topo, 0,
488 hba->fc_topology = FCPARAM(isp, chan)->isp_topo + 1;
H A Disp_library.c446 switch (fcp->isp_topo) {

Completed in 113 milliseconds