Searched refs:msix_table_res (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/amd64/vmm/io/
H A Dppt.c106 struct resource *msix_table_res; member in struct:pptdev::__anon8338
310 if (ppt->msix.msix_table_res) {
313 ppt->msix.msix_table_res);
314 ppt->msix.msix_table_res = NULL;
661 ppt->msix.msix_table_res = bus_alloc_resource_any(ppt->dev,
664 if (ppt->msix.msix_table_res == NULL) {
/freebsd-13-stable/sys/dev/vnic/
H A Dnic_main.c113 struct resource * msix_table_res; member in struct:nicpf
1032 nic->msix_table_res =
1034 if (nic->msix_table_res == NULL) {
1064 rman_get_rid(nic->msix_table_res), nic->msix_table_res);
H A Dnic.h334 struct resource * msix_table_res; member in struct:nicvf
H A Dnicvf_main.c1218 nic->msix_table_res =
1220 if (nic->msix_table_res == NULL) {
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h247 struct resource *msix_table_res; member in struct:mxge_softc
H A Dif_mxge.c4543 sc->msix_table_res = bus_alloc_resource_any(sc->dev, SYS_RES_MEMORY,
4546 if (sc->msix_table_res == NULL) {
4640 sc->msix_table_res);
4706 sc->msix_table_res);
/freebsd-13-stable/sys/dev/pci/
H A Dpcivar.h126 struct resource *msix_table_res; /* Resource containing vector table. */ member in struct:pcicfg_msix
H A Dpci.c1652 bus_write_4(msix->msix_table_res, offset, address & 0xffffffff);
1653 bus_write_4(msix->msix_table_res, offset + 4, address >> 32);
1654 bus_write_4(msix->msix_table_res, offset + 8, data);
1694 val = bus_read_4(msix->msix_table_res, offset);
1701 bus_write_4(msix->msix_table_res, offset, val);
1713 val = bus_read_4(msix->msix_table_res, offset);
1720 bus_write_4(msix->msix_table_res, offset, val);
1810 cfg->msix.msix_table_res = rle->res;
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c1543 laddr = bus_read_4(msix->msix_table_res, offset +
1552 data = bus_read_4(msix->msix_table_res, offset +

Completed in 389 milliseconds