Symbol: MAX_FC_TARG
sys/dev/ic/isp.c
2044
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp.c
2780
for (dbidx = 0; dbidx < MAX_FC_TARG; dbidx++) {
sys/dev/ic/isp.c
3052
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp.c
3126
if (i < MAX_FC_TARG) {
sys/dev/ic/isp.c
3134
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp.c
3142
if (i == MAX_FC_TARG) {
sys/dev/ic/isp.c
3571
for (dbidx = 0; dbidx < MAX_FC_TARG; dbidx++) {
sys/dev/ic/isp.c
3586
if (dbidx < MAX_FC_TARG) {
sys/dev/ic/isp.c
3725
dbidx = MAX_FC_TARG;
sys/dev/ic/isp.c
3726
for (lp = fcp->portdb; lp < &fcp->portdb[MAX_FC_TARG]; lp++) {
sys/dev/ic/isp.c
3738
if (dbidx == MAX_FC_TARG) {
sys/dev/ic/isp.c
3751
if (lp < &fcp->portdb[MAX_FC_TARG]) {
sys/dev/ic/isp.c
3761
if (dbidx == MAX_FC_TARG) {
sys/dev/ic/isp.c
3805
for (dbidx = 0; dbidx < MAX_FC_TARG; dbidx++) {
sys/dev/ic/isp.c
3818
if (dbidx == MAX_FC_TARG) {
sys/dev/ic/isp.c
4170
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp.c
4243
if (XS_TGT(xs) >= MAX_FC_TARG) {
sys/dev/ic/isp.c
4250
if (hdlidx < 0 || hdlidx >= MAX_FC_TARG) {
sys/dev/ic/isp.c
4519
if (hdlidx < 0 || hdlidx >= MAX_FC_TARG) {
sys/dev/ic/isp.c
4621
if (hdlidx < 0 || hdlidx >= MAX_FC_TARG) {
sys/dev/ic/isp_library.c
2328
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp_library.c
2351
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp_library.c
2377
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp_library.c
2436
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp_library.c
2499
for (i = MAX_FC_TARG - 1; i >= 0; i--) {
sys/dev/ic/isp_library.c
445
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp_netbsd.c
1284
for (i = 0; i < MAX_FC_TARG; i++) {
sys/dev/ic/isp_netbsd.c
1292
if (i < MAX_FC_TARG) {
sys/dev/ic/isp_netbsd.c
140
isp->isp_osinfo.chan[i].chan_ntargets = MAX_FC_TARG;
sys/dev/ic/isp_netbsd.c
141
if (ISP_CAP_2KLOGIN(isp) == 0 && MAX_FC_TARG > 256) {
sys/dev/ic/isp_netbsd.c
144
isp->isp_osinfo.chan[i].chan_id = MAX_FC_TARG;
sys/dev/ic/isp_netbsd.c
306
if (ifc->loopid >= MAX_FC_TARG) {
sys/dev/ic/isp_netbsd.c
929
for (dbidx = 0; dbidx < MAX_FC_TARG; dbidx++) {
sys/dev/ic/isp_netbsd.c
986
for (dbidx = 0; dbidx < MAX_FC_TARG; dbidx++) {
sys/dev/ic/ispvar.h
107
#ifndef MAX_FC_TARG
sys/dev/ic/ispvar.h
110
#define ISP_MAX_TARGETS(isp) (IS_FC(isp)? MAX_FC_TARG : MAX_TARGETS)
sys/dev/ic/ispvar.h
518
fcportdb_t portdb[MAX_FC_TARG];
sys/dev/ic/ispvar.h
527
uint16_t isp_dev_map[MAX_FC_TARG];