Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c285 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid() argument
291 *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() local
369 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() argument
1327 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 …]
Dcnic_if.h235 u32 l5_cid; member