Searched refs:ctx_tbl (Results 1 – 2 of 2) sorted by relevance
307 if (!cp->ctx_tbl) in cnic_get_l5_cid() 311 if (cp->ctx_tbl[i].cid == cid) { in cnic_get_l5_cid() 902 kfree(cp->ctx_tbl); in cnic_free_resc() 903 cp->ctx_tbl = NULL; in cnic_free_resc() 1269 cp->ctx_tbl = kcalloc(cp->max_cid_space, sizeof(struct cnic_context), in cnic_alloc_bnx2x_resc() 1271 if (!cp->ctx_tbl) in cnic_alloc_bnx2x_resc() 1275 cp->ctx_tbl[i].proto.iscsi = &cp->iscsi_tbl[i]; in cnic_alloc_bnx2x_resc() 1276 cp->ctx_tbl[i].ulp_proto_id = CNIC_ULP_ISCSI; in cnic_alloc_bnx2x_resc() 1280 cp->ctx_tbl[i].ulp_proto_id = CNIC_ULP_FCOE; in cnic_alloc_bnx2x_resc() 1293 cp->ctx_tbl[ in cnic_alloc_bnx2x_resc() [all...]
281 struct cnic_context *ctx_tbl; member