Searched refs:porttype (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.c959 short porttype, monitor = 0; local
984 porttype = ZD1201_PORTTYPE_PSEUDOIBSS;
987 porttype = ZD1201_PORTTYPE_IBSS;
990 porttype = ZD1201_PORTTYPE_BSS;
996 err = zd1201_setconfig16(zd, ZD1201_RID_CNFPORTTYPE, porttype);
1021 short porttype; local
1024 err = zd1201_getconfig16(zd, ZD1201_RID_CNFPORTTYPE, &porttype);
1027 switch(porttype) {
1044 dev_dbg(&zd->usb->dev, "Unknown porttype: %d\n",
1045 porttype);
1731 short porttype; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deth16i.c401 static void eth16i_set_port(int ioaddr, int porttype);
639 char *porttype[] = {"BNC", "DIX", "TP", "AUTO", "FROM_EPROM" }; local
658 printk(" %s interface.\n", porttype[dev->if_port]);
720 static void eth16i_set_port(int ioaddr, int porttype) argument
729 switch(porttype) {
H A Dat1700.c413 const char *porttype[] = {"auto-sense", "10baseT", "auto-sense", "10base2"}; local
429 printk(" %s interface.\n", porttype[(dev->if_port>>3) & 3]);

Completed in 48 milliseconds