Lines Matching defs:rate
7384 "%s: unexpected max rate %d, using 25Gb\n",
7451 /* cache the active egress rate (units {10^6 bits/sec]) */
7501 dd_dev_info(dd, "Peer Link Width: tx rate 0x%x, widths 0x%x\n",
7564 /* actual rate is highest bit of the ANDed rates */
7565 u8 rate = remote_tx_rate & ppd->local_tx_rate;
7567 if (rate & 2)
7569 else if (rate & 1)
7573 dd_dev_err(dd, "%s: unexpected remote tx rate %d, using 25Gb\n",
9393 /* set the local tx rate - need to read-modify-write */
9400 /* set the tx rate to the fastest enabled */
9406 /* set the tx rate to all enabled */
9485 * error rate. Needs to be done before starting the link.
10275 "Unable to find a common bit rate with the link partner",
11837 * incoming packet rate.
13881 * 250MB/s bandwidth. Lower rate to 66% for overhead to get:
15174 * Must be after icode is set up - the cclock rate depends
15390 * @srate: static rate
15394 * Create a PBC with the given flags, rate, VL, and length.