Searched refs:l5_cid (Results 1 – 2 of 2) sorted by relevance
302 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid() argument311 *l5_cid = i; in cnic_get_l5_cid()338 path_req.handle = (u64) csk->l5_cid; in cnic_send_nlmsg()380 u32 l5_cid; in cnic_iscsi_nl_msg_recv() local389 l5_cid = (u32) path_resp->handle; in cnic_iscsi_nl_msg_recv()390 if (l5_cid >= MAX_CM_SK_TBL_SZ) in cnic_iscsi_nl_msg_recv()397 csk = &cp->csk_tbl[l5_cid]; in cnic_iscsi_nl_msg_recv()1377 static void *cnic_get_kwqe_16_data(struct cnic_local *cp, u32 l5_cid, in cnic_get_kwqe_16_data() argument1380 struct cnic_context *ctx = &cp->ctx_tbl[l5_cid]; in cnic_get_kwqe_16_data()1588 static void cnic_free_bnx2x_conn_resc(struct cnic_dev *dev, u32 l5_cid) in cnic_free_bnx2x_conn_resc() argument[all …]
272 u32 l5_cid; member