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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c8742 int cxt_index, cxt_offset; local
8781 cxt_index = fp->txdata_ptr[cos]->cid / ILT_PAGE_CIDS;
8782 cxt_offset = fp->txdata_ptr[cos]->cid - (cxt_index *
8785 &bp->context[cxt_index].vcxt[cxt_offset].eth;
14430 int cxt_index, cxt_offset; local
14453 cxt_index = BNX2X_ISCSI_ETH_CID(bp) /
14456 (cxt_index * ILT_PAGE_CIDS);
14458 &bp->context[cxt_index].

Completed in 148 milliseconds