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

/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c61 static const unsigned int MAX_ATIDS = 64 * 1024; variable
1286 natids = min(tid_range.num / 2, MAX_ATIDS);
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c2953 #define MAX_ATIDS 8192U macro
3042 adap->tids.natids = min(adap->tids.ntids / 2, MAX_ATIDS);

Completed in 17 milliseconds