ixgbe_lookup
static const ixgbe_vendor_info_t *ixgbe_lookup(const struct pci_attach_args *);
return (ixgbe_lookup(pa) != NULL) ? 1 : 0;
ent = ixgbe_lookup(pa);