Home
last modified time | relevance | path

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

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