Searched refs:MSIX_ENTRIES (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 66 MSIX_ENTRIES = MAX_ETH_QSETS + MSIX_EXTRAS, enumerator 382 } msix_info[MSIX_ENTRIES];
|
H A D | cxgb4vf_main.c | 2748 init_rspq(&s->intrq, SGE_TIMER_RSTRT_CNTR, 0, MSIX_ENTRIES + 1, in cfg_queues() 2798 struct msix_entry entries[MSIX_ENTRIES]; in enable_msix() 2801 for (i = 0; i < MSIX_ENTRIES; ++i) in enable_msix()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/ |
H A D | adapter.h | 67 MSIX_ENTRIES = MAX_ETH_QSETS + MSIX_EXTRAS, enumerator 383 } msix_info[MSIX_ENTRIES];
|
H A D | cxgb4vf_main.c | 2756 init_rspq(&s->intrq, SGE_TIMER_RSTRT_CNTR, 0, MSIX_ENTRIES + 1, in cfg_queues() 2806 struct msix_entry entries[MSIX_ENTRIES]; in enable_msix() 2809 for (i = 0; i < MSIX_ENTRIES; ++i) in enable_msix()
|
Completed in 12 milliseconds