Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/
Dcnic.c303 static int cnic_get_l5_cid(struct cnic_local *cp, u32 cid, u32 *l5_cid) in cnic_get_l5_cid() argument
312 *l5_cid = i; in cnic_get_l5_cid()
339 path_req.handle = (u64) csk->l5_cid; in cnic_send_nlmsg()
381 u32 l5_cid; in cnic_iscsi_nl_msg_recv() local
390 l5_cid = (u32) path_resp->handle; in cnic_iscsi_nl_msg_recv()
391 if (l5_cid >= MAX_CM_SK_TBL_SZ) in cnic_iscsi_nl_msg_recv()
398 csk = &cp->csk_tbl[l5_cid]; in cnic_iscsi_nl_msg_recv()
1384 static void *cnic_get_kwqe_16_data(struct cnic_local *cp, u32 l5_cid, in cnic_get_kwqe_16_data() argument
1387 struct cnic_context *ctx = &cp->ctx_tbl[l5_cid]; in cnic_get_kwqe_16_data()
1595 static void cnic_free_bnx2x_conn_resc(struct cnic_dev *dev, u32 l5_cid) in cnic_free_bnx2x_conn_resc() argument
[all …]
Dcnic_if.h273 u32 l5_cid; member