Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c114 u32 start_cid; member
403 p_mngr->acquired[type].start_cid = 0; in qed_cid_map_free()
410 u32 start_cid = 0; in qed_cid_map_alloc() local
428 p_mngr->acquired[type].start_cid = start_cid; in qed_cid_map_alloc()
430 p_hwfn->p_cxt_mngr->conn_cfg[type].cid_start = start_cid; in qed_cid_map_alloc()
434 type, p_mngr->acquired[type].start_cid, in qed_cid_map_alloc()
436 start_cid += cid_cnt; in qed_cid_map_alloc()
739 *p_cid = rel_cid + p_mngr->acquired[type].start_cid; in qed_cxt_acquire_cid()
759 if (cid >= p_map->start_cid && in qed_cxt_test_cid_acquired()
760 cid < p_map->start_cid + p_map->max_count) in qed_cxt_test_cid_acquired()
[all …]
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c1243 u32 start_cid = ethdev->starting_cid; in cnic_alloc_bnx2x_resc() local
1248 cp->iscsi_start_cid = start_cid; in cnic_alloc_bnx2x_resc()
1249 cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ; in cnic_alloc_bnx2x_resc()
2539 static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) in cnic_bnx2x_delete_wait() argument
2544 for (i = start_cid; i < cp->max_cid_space; i++) { in cnic_bnx2x_delete_wait()