Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c3793 #define MAX_ATIDS 8192U macro
4705 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS); in adap_init0()