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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c256 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) argument
262 *l5_cid = i;
287 path_req.handle = (u64) csk->l5_cid;
317 u32 l5_cid; local
326 l5_cid = (u32) path_resp->handle;
327 if (l5_cid >= MAX_CM_SK_TBL_SZ)
336 csk = &cp->csk_tbl[l5_cid];
1190 static void *cnic_get_kwqe_16_data(struct cnic_local *cp, u32 l5_cid, argument
1193 struct cnic_context *ctx = &cp->ctx_tbl[l5_cid];
1368 static void cnic_free_bnx2x_conn_resc(struct cnic_dev *dev, u32 l5_cid) argument
1384 cnic_alloc_bnx2x_conn_resc(struct cnic_dev *dev, u32 l5_cid) argument
1632 u32 l5_cid; local
1693 u32 l5_cid, cid = BNX2X_SW_CID(req->context_id); local
1716 u32 l5_cid = req->reserved0; local
1870 u32 l5_cid = kwqe1->pg_cid; local
2451 u32 l5_cid; local
2722 cnic_cm_create(struct cnic_dev *dev, int ulp_type, u32 cid, u32 l5_cid, struct cnic_sock **csk, void *context) argument
3061 u32 l5_cid = kcqe->pg_host_opaque; local
3094 u32 l5_cid; local
[all...]
H A Dcnic_if.h201 u32 l5_cid; member in struct:cnic_sock

Completed in 57 milliseconds