Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/bonding/
Dbond_main.c1950 int ndx = 0; in bond_enslave() local
1952 for (ndx = 0; ndx < bond_dev->addr_len; ndx++) { in bond_enslave()
1954 ndx); in bond_enslave()
1955 if (bond_dev->dev_addr[ndx] != 0) { in bond_enslave()
1957 ndx); in bond_enslave()
1962 if (ndx == bond_dev->addr_len) { in bond_enslave()
/linux-2.4.37.9/drivers/scsi/
DcpqfcTSworker.c709 u32 ndx; in cpqfcTSPutLinkQue() local
713 ndx = fcLQ->producer; in cpqfcTSPutLinkQue()
715 ndx += 1; // test for Que full in cpqfcTSPutLinkQue()
719 if (ndx >= FC_LINKQ_DEPTH) // rollover test in cpqfcTSPutLinkQue()
720 ndx = 0; in cpqfcTSPutLinkQue()
722 if (ndx == fcLQ->consumer) // QUE full test in cpqfcTSPutLinkQue()
771 fcLQ->producer = ndx; // increment Que producer in cpqfcTSPutLinkQue()