Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:rid

1593 	int		rid;
1606 rid = sc->vector;
1608 if (sc->osdep.ihs[rid] != NULL) {
1610 sc->osdep.ihs[rid]);
1611 sc->osdep.ihs[rid] = NULL;
3367 int error, msix_ctrl, rid, vector = 0;
3503 pci_get_capability(pc, tag, PCI_CAP_MSIX, &rid, NULL);
3504 rid += PCI_MSIX_CTL;
3505 msix_ctrl = pci_conf_read(pc, tag, rid);
3507 pci_conf_write(pc, tag, rid, msix_ctrl);