Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Decore_sp.h1327 #define ECORE_MULTI_TX_COS 3 /* Maximum possible */ macro
1350 struct eth_context *cxts[ECORE_MULTI_TX_COS];
1504 uint32_t cids[ECORE_MULTI_TX_COS];
Dbxe.h1716 (BXE_MAX_RSS_COUNT(sc) * ECORE_MULTI_TX_COS + 2 * CNIC_SUPPORT(sc))
1719 (BXE_MAX_RSS_COUNT(sc) * ECORE_MULTI_TX_COS + 4 * CNIC_SUPPORT(sc))
1723 (BXE_NUM_ETH_QUEUES(sc) * ECORE_MULTI_TX_COS + 2 * CNIC_SUPPORT(sc))
1726 (BXE_NUM_ETH_QUEUES(sc) * ECORE_MULTI_TX_COS + 4 * CNIC_SUPPORT(sc))
Decore_sp.c5751 ECORE_BUG_ON(ECORE_MULTI_TX_COS < cid_cnt); in ecore_init_queue_obj()
Dbxe.c9659 uint32_t cids[ECORE_MULTI_TX_COS] = { 0 }; in bxe_init_eth_fp()