Searched defs:eth_cs_type (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dcs89x0.c100 static unsigned short eth_cs_type; /* one of: CS8900, CS8920, CS8920M */ variable
238 if (eth_cs_type != CS8900) {
340 if (eth_cs_type != CS8900) {
510 eth_cs_type = rev_type &~ REVISON_BITS;
514 eth_cs_type==CS8900?'0':'2',
515 eth_cs_type==CS8920M?"M":"",
553 if (eth_cs_type != CS8900 &&
560 if (eth_cs_type == CS8900) {

Completed in 45 milliseconds