Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb3/
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()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c4265 #define MAX_ATIDS 8192U macro
5187 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()
5224 adap->tids.neotids = min_t(u32, MAX_ATIDS, in adap_init0()
6795 MAX_ETH_QSETS + MAX_ATIDS); in init_one()