Lines Matching refs:bcnt
1475 int bcnt = 0;
1480 if (bcnt == 0 || bcnt > (*t)->minbcnt)
1481 bcnt = (*t)->minbcnt;
1482 if (bcnt != d->maxbcnt) {
1483 d->maxbcnt = bcnt;
1485 d->aoemajor, d->aoeminor, bcnt);
1490 setifbcnt(struct aoetgt *t, struct net_device *nd, int bcnt)
1497 minbcnt = bcnt;
1504 p->bcnt = bcnt; /* we're updating */
1506 } else if (minbcnt > p->bcnt)
1507 minbcnt = p->bcnt; /* find the min interface */
1516 p->bcnt = bcnt;