Searched refs:max_tids (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32.c | 355 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() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32.c | 355 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() [all...] |
Completed in 2 milliseconds