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

  /src/sys/dev/pci/
if_ixl.c 858 ixl_lookup(const struct pci_attach_args *pa);
989 ixl_lookup(const struct pci_attach_args *pa) function in typeref:typename:const struct ixl_product *
1015 return (ixl_lookup(pa) != NULL) ? 1 : 0;
if_ixl.c 858 ixl_lookup(const struct pci_attach_args *pa);
989 ixl_lookup(const struct pci_attach_args *pa) function in typeref:typename:const struct ixl_product *
1015 return (ixl_lookup(pa) != NULL) ? 1 : 0;

Completed in 30 milliseconds