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

  /src/sys/dev/pci/
if_wm.c 1982 const struct wm_product *wmp; local in function:wm_lookup
1984 for (wmp = wm_products; wmp->wmp_name != NULL; wmp++) {
1985 if (PCI_VENDOR(pa->pa_id) == wmp->wmp_vendor &&
1986 PCI_PRODUCT(pa->pa_id) == wmp->wmp_product)
1987 return wmp;
2021 const struct wm_product *wmp; local in function:wm_attach
2042 wmp = wm_lookup(pa);
2044 if (wmp == NULL)
    [all...]
if_wm.c 1982 const struct wm_product *wmp; local in function:wm_lookup
1984 for (wmp = wm_products; wmp->wmp_name != NULL; wmp++) {
1985 if (PCI_VENDOR(pa->pa_id) == wmp->wmp_vendor &&
1986 PCI_PRODUCT(pa->pa_id) == wmp->wmp_product)
1987 return wmp;
2021 const struct wm_product *wmp; local in function:wm_attach
2042 wmp = wm_lookup(pa);
2044 if (wmp == NULL)
    [all...]

Completed in 29 milliseconds