Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic.c1191 u32 start_cid = ethdev->starting_cid; in cnic_alloc_bnx2x_resc() local
1198 cp->iscsi_start_cid = start_cid; in cnic_alloc_bnx2x_resc()
1199 cp->fcoe_start_cid = start_cid + MAX_ISCSI_TBL_SZ; in cnic_alloc_bnx2x_resc()
2476 static void cnic_bnx2x_delete_wait(struct cnic_dev *dev, u32 start_cid) in cnic_bnx2x_delete_wait() argument
2481 for (i = start_cid; i < cp->max_cid_space; i++) { in cnic_bnx2x_delete_wait()