Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c63 static const unsigned int MAX_ATIDS = 64 * 1024; variable
1245 natids = min(tid_range.num / 2, MAX_ATIDS); in cxgb3_offload_activate()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c4268 #define MAX_ATIDS 8192U macro
5190 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()
5227 adap->tids.neotids = min_t(u32, MAX_ATIDS, in adap_init0()
6798 MAX_ETH_QSETS + MAX_ATIDS); in init_one()