Searched refs:msix_res (Results 1 – 2 of 2) sorted by relevance
6837 msix->msix_res = bus_alloc_resource_any(sc->bce_dev, in bce_try_alloc_msix()6839 if (msix->msix_res == NULL) { in bce_try_alloc_msix()6951 if (msix->msix_res != NULL) { in bce_free_msix()6953 msix->msix_rid, msix->msix_res); in bce_free_msix()7038 error = bus_setup_intr_descr(sc->bce_dev, msix->msix_res, in bce_setup_msix()7059 bus_teardown_intr(sc->bce_dev, msix->msix_res, in bce_teardown_msix()
5885 struct resource *msix_res; member