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

/freebsd-current/sys/dev/bxe/
H A Dbxe.c11167 int cxt_index, cxt_offset; local
11198 cxt_index = fp->index / ILT_PAGE_CIDS;
11199 cxt_offset = fp->index - (cxt_index * ILT_PAGE_CIDS);
11200 init_params->cxts[cos] = &sc->context[cxt_index].vcxt[cxt_offset].eth;

Completed in 200 milliseconds