Lines Matching defs:wep
131 const struct we_mca_product *wep;
133 for(wep = we_mca_products; wep->we_name; wep++)
134 if (wep->we_id == id)
135 return (wep);
154 const struct we_mca_product *wep;
213 wep = we_mca_lookup(ma->ma_id);
215 if (wep == NULL) {
222 if (wep->we_flag & WD_8003) {
244 irq, wep->we_name);
258 wsc->sc_type = wep->we_type;
262 typestr = wep->we_typestr;