Searched refs:ndx (Results 1 – 2 of 2) sorted by relevance
1950 int ndx = 0; in bond_enslave() local1952 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()
709 u32 ndx; in cpqfcTSPutLinkQue() local713 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()