Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c343 unsigned int filter_id, max_tids, i, j; in cxgb4_delete_knode() local
392 max_tids = adapter->tids.nftids; in cxgb4_delete_knode()
397 for (j = 0; j < max_tids; j++) { in cxgb4_delete_knode()
440 unsigned int max_tids = adap->tids.nftids; in cxgb4_init_tc_u32() local
444 if (!max_tids) in cxgb4_init_tc_u32()
448 (max_tids * sizeof(struct cxgb4_link)), GFP_KERNEL); in cxgb4_init_tc_u32()
452 t->size = max_tids; in cxgb4_init_tc_u32()
458 bmap_size = BITS_TO_LONGS(max_tids); in cxgb4_init_tc_u32()
463 bitmap_zero(link->tid_map, max_tids); in cxgb4_init_tc_u32()