Searched refs:NOB (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dwext.h17 u16 NOB; member in struct:wlan_ioctl_regrdwr
H A Dethtool.c56 regctrl.NOB = eeprom->len;
69 /* +14 is for action, offset, and NOB in
71 lbs_deb_ethtool("action:%d offset: %x NOB: %02x\n",
72 regctrl.action, regctrl.offset, regctrl.NOB);
H A Dcmdresp.c509 if (pbuf->NOB < le16_to_cpu(resp->params.rdeeprom.bytecount)) {
510 pbuf->NOB = 0;
514 pbuf->NOB = le16_to_cpu(resp->params.rdeeprom.bytecount);
515 if (pbuf->NOB > 0) {
H A Dcmd.c801 cmd->params.rdeeprom.bytecount = cpu_to_le16(ea->NOB);

Completed in 61 milliseconds