Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c6779 msix->msix_func = bce_intr_msi_oneshot; in bce_try_alloc_msix()
6798 msix->msix_func = bce_intr_msix_rxtx; in bce_try_alloc_msix()
6802 msix->msix_func = bce_intr_msix_rx; in bce_try_alloc_msix()
7039 INTR_MPSAFE, msix->msix_func, msix->msix_arg, in bce_setup_msix()
H A Dif_bcereg.h5879 driver_intr_t *msix_func; member