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

/freebsd-10.1-release/sys/dev/bxe/
H A Dbxe.c11583 int cxt_index, cxt_offset; local
11614 cxt_index = fp->index / ILT_PAGE_CIDS;
11615 cxt_offset = fp->index - (cxt_index * ILT_PAGE_CIDS);
11616 init_params->cxts[cos] = &sc->context[cxt_index].vcxt[cxt_offset].eth;

Completed in 122 milliseconds