Searched refs:cid_cnt (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.c414 u32 cid_cnt = p_hwfn->p_cxt_mngr->conn_cfg[type].cid_count; qed_cid_map_alloc() local
417 if (cid_cnt == 0) qed_cid_map_alloc()
420 size = DIV_ROUND_UP(cid_cnt, qed_cid_map_alloc()
427 p_mngr->acquired[type].max_count = cid_cnt; qed_cid_map_alloc()
436 start_cid += cid_cnt; qed_cid_map_alloc()
520 u32 cid_cnt = p_hwfn->p_cxt_mngr->conn_cfg[type].cid_count; qed_cxt_mngr_setup() local
522 if (cid_cnt == 0) qed_cxt_mngr_setup()
526 DIV_ROUND_UP(cid_cnt, qed_cxt_mngr_setup()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h852 #define QM_INIT(cid_cnt) (cid_cnt > QM_INIT_MIN_CID_COUNT)
H A Dbnx2x_sp.h1392 u8 cid_cnt, u8 func_id, void *rdata,
H A Dbnx2x_sp.c5443 u8 cl_id, u32 *cids, u8 cid_cnt, u8 func_id, bnx2x_init_queue_obj()
5450 BUG_ON(BNX2X_MULTI_TX_COS < cid_cnt); bnx2x_init_queue_obj()
5452 memcpy(obj->cids, cids, sizeof(obj->cids[0]) * cid_cnt); bnx2x_init_queue_obj()
5453 obj->max_cos = cid_cnt; bnx2x_init_queue_obj()
5441 bnx2x_init_queue_obj(struct bnx2x *bp, struct bnx2x_queue_sp_obj *obj, u8 cl_id, u32 *cids, u8 cid_cnt, u8 func_id, void *rdata, dma_addr_t rdata_mapping, unsigned long type) bnx2x_init_queue_obj() argument

Completed in 331 milliseconds