Searched refs:l5_cid (Results 1 – 2 of 2) sorted by relevance
285 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid() argument291 *l5_cid = i; in cnic_get_l5_cid()318 path_req.handle = (u64) csk->l5_cid; in cnic_send_nlmsg()360 u32 l5_cid; in cnic_iscsi_nl_msg_recv() local369 l5_cid = (u32) path_resp->handle; in cnic_iscsi_nl_msg_recv()370 if (l5_cid >= MAX_CM_SK_TBL_SZ) in cnic_iscsi_nl_msg_recv()379 csk = &cp->csk_tbl[l5_cid]; in cnic_iscsi_nl_msg_recv()1324 static void *cnic_get_kwqe_16_data(struct cnic_local *cp, u32 l5_cid, in cnic_get_kwqe_16_data() argument1327 struct cnic_context *ctx = &cp->ctx_tbl[l5_cid]; in cnic_get_kwqe_16_data()1508 static void cnic_free_bnx2x_conn_resc(struct cnic_dev *dev, u32 l5_cid) in cnic_free_bnx2x_conn_resc() argument[all …]
235 u32 l5_cid; member