Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ix/
H A Dif_ix.h40 #define IX_MAX_MSIX 64 macro
H A Dif_ix.c4704 if (msix_cnt > IX_MAX_MSIX) in ix_alloc_msix()
4705 msix_cnt = IX_MAX_MSIX; in ix_alloc_msix()
5090 KASSERT(x < IX_MAX_MSIX, ("%s: invalid vector %d", in ix_setup_msix_eims()