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

/freebsd-10.2-release/sys/dev/pccard/
H A Dpccard_cis.c122 int mfc_index; local
164 mfc_index = 0;
426 } else if (mfc_count && (mfc_index < mfc_count)) {
428 rid, mfc[mfc_index].common ?
433 tuple.mult = mfc[mfc_index].common ? 1 : 2;
434 tuple.ptr = mfc[mfc_index].addr;
435 mfc_index++;

Completed in 43 milliseconds