Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.h289 u32 max_cid_space; member
H A Dcnic.c309 for (i = 0; i < cp->max_cid_space; i++) { in cnic_get_l5_cid()
1195 total_mem = BNX2X_CONTEXT_MEM_SIZE * cp->max_cid_space; in cnic_alloc_bnx2x_context()
1245 cp->max_cid_space = MAX_ISCSI_TBL_SZ; in cnic_alloc_bnx2x_resc()
1250 cp->max_cid_space += dev->max_fcoe_conn; in cnic_alloc_bnx2x_resc()
1261 cp->ctx_tbl = kcalloc(cp->max_cid_space, sizeof(struct cnic_context), in cnic_alloc_bnx2x_resc()
1271 for (i = MAX_ISCSI_TBL_SZ; i < cp->max_cid_space; i++) in cnic_alloc_bnx2x_resc()
1274 pages = CNIC_PAGE_ALIGN(cp->max_cid_space * CNIC_KWQ16_DATA_SIZE) / in cnic_alloc_bnx2x_resc()
1282 for (i = 0, j = 0; i < cp->max_cid_space; i++) { in cnic_alloc_bnx2x_resc()
2541 for (i = start_cid; i < cp->max_cid_space; i++) { in cnic_bnx2x_delete_wait()
4283 for (i = 0; i < cp->max_cid_space; i++) { in cnic_delete_task()