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

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c355 unsigned int filter_id, max_tids, i, j; local
368 max_tids = adapter->tids.nhpftids + adapter->tids.nftids;
372 while (filter_id < max_tids) {
454 for (j = 0; j < max_tids; j++) {
497 unsigned int max_tids = adap->tids.nftids + adap->tids.nhpftids; local
501 if (!max_tids)
504 t = kvzalloc(struct_size(t, table, max_tids), GFP_KERNEL);
508 t->size = max_tids;
514 bmap_size = BITS_TO_LONGS(max_tids);
519 bitmap_zero(link->tid_map, max_tids);
[all...]

Completed in 128 milliseconds