HomeSort by: relevance | last modified time | path
    Searched defs:ixv_lookup (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixv.c 162 static const ixgbe_vendor_info_t *ixv_lookup(const struct pci_attach_args *);
251 return (ixv_lookup(pa) != NULL) ? 1 : 0;
258 ixv_lookup(const struct pci_attach_args *pa) function in typeref:typename:const ixgbe_vendor_info_t *
263 INIT_DEBUGOUT("ixv_lookup: begin");
332 ent = ixv_lookup(pa);

Completed in 30 milliseconds