Home | History | Annotate | Download | only in cardbus

Lines Matching defs:tcp

185 	const struct tulip_cardbus_product *tcp;
187 for (tcp = tlp_cardbus_products; tcp->tcp_chip != TULIP_CHIP_INVALID;
188 tcp++) {
189 if (PCI_VENDOR(ca->ca_id) == tcp->tcp_vendor &&
190 PCI_PRODUCT(ca->ca_id) == tcp->tcp_product)
191 return (tcp);
229 const struct tulip_cardbus_product *tcp;
240 tcp = tlp_cardbus_lookup(ca);
241 if (tcp == NULL) {
245 sc->sc_chip = tcp->tcp_chip;