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

/drivers/net/ethernet/broadcom/
H A Dcnic.h289 u32 max_cid_space; member in struct:cnic_local
H A Dcnic.c301 for (i = 0; i < cp->max_cid_space; i++) {
1186 total_mem = BNX2X_CONTEXT_MEM_SIZE * cp->max_cid_space;
1236 cp->max_cid_space = MAX_ISCSI_TBL_SZ;
1241 cp->max_cid_space += dev->max_fcoe_conn;
1253 cp->max_cid_space, GFP_KERNEL);
1262 for (i = MAX_ISCSI_TBL_SZ; i < cp->max_cid_space; i++)
1265 pages = CNIC_PAGE_ALIGN(cp->max_cid_space * CNIC_KWQ16_DATA_SIZE) /
1273 for (i = 0, j = 0; i < cp->max_cid_space; i++) {
2533 for (i = start_cid; i < cp->max_cid_space; i++) {
4274 for (i = 0; i < cp->max_cid_space;
[all...]

Completed in 55 milliseconds