Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h1286 #define ECORE_MULTI_TX_COS 3 /* Maximum possible */ macro
1309 struct eth_context *cxts[ECORE_MULTI_TX_COS];
1465 uint32_t cids[ECORE_MULTI_TX_COS];
H A Dbnx2x.h1303 (BNX2X_MAX_RSS_COUNT(sc) * ECORE_MULTI_TX_COS + 2 * CNIC_SUPPORT(sc))
1305 (BNX2X_NUM_ETH_QUEUES(sc) * ECORE_MULTI_TX_COS + 2 * CNIC_SUPPORT(sc))
H A Decore_sp.c4638 ECORE_BUG_ON(ECORE_MULTI_TX_COS < cid_cnt); in ecore_init_queue_obj()
H A Dbnx2x.c4951 uint32_t cids[ECORE_MULTI_TX_COS] = { 0 }; in bnx2x_init_eth_fp()