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

  /src/sys/dev/pci/
if_ste.c 249 struct ste_product { struct
251 pci_product_id_t ste_product; member in struct:ste_product
253 const struct ste_product *ste_subs;
256 static const struct ste_product ste_dlink_products[] = {
278 static const struct ste_product ste_products[] = {
296 static const struct ste_product *
297 ste_lookup_table(pcireg_t pci_id, const struct ste_product * const products)
299 const struct ste_product *sp;
303 PCI_PRODUCT(pci_id) == sp->ste_product)
309 static const struct ste_product *
    [all...]
if_ste.c 249 struct ste_product { struct
251 pci_product_id_t ste_product; member in struct:ste_product
253 const struct ste_product *ste_subs;
256 static const struct ste_product ste_dlink_products[] = {
278 static const struct ste_product ste_products[] = {
296 static const struct ste_product *
297 ste_lookup_table(pcireg_t pci_id, const struct ste_product * const products)
299 const struct ste_product *sp;
303 PCI_PRODUCT(pci_id) == sp->ste_product)
309 static const struct ste_product *
    [all...]

Completed in 22 milliseconds