Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_init_ops.h875 #define QM_INIT(cid_cnt) (cid_cnt > QM_INIT_MIN_CID_COUNT) argument
H A Decore_sp_verbs.h1448 u8 cid_cnt, u8 func_id, void *rdata,
H A Decore_sp_verbs.c5912 u8 cl_id, u32 *cids, u8 cid_cnt, u8 func_id, in ecore_init_queue_obj() argument
5919 BUG_ON(ECORE_MULTI_TX_COS < cid_cnt); in ecore_init_queue_obj()
5921 memcpy(obj->cids, cids, sizeof(obj->cids[0]) * cid_cnt); in ecore_init_queue_obj()
5922 obj->max_cos = cid_cnt; in ecore_init_queue_obj()