Lines Matching defs:value
166 The RX_COPYBREAK value is chosen to trade-off the memory wasted by
320 /* Frequently used and paired value: keep adjacent for cache effect. */
332 unsigned int default_port:4; /* Last dev->if_port value. */
343 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value);
557 static void mdio_write(void __iomem *ioaddr, int phy_id, int location, int value)
562 iowrite16(value, ioaddr + MII_Wr_Data);
605 converted to an offset/value list. */
1298 /* Stop the Rx process to change any value. */
1369 u16 value = data->val_in;
1373 np->medialock = (value & 0x9000) ? 0 : 1;
1375 np->full_duplex = (value & 0x0100) ? 1 : 0;
1377 case 4: np->advertising = value; break;