Lines Matching defs:rate
7345 "%s: unexpected max rate %d, using 25Gb\n",
7412 /* cache the active egress rate (units {10^6 bits/sec]) */
7462 dd_dev_info(dd, "Peer Link Width: tx rate 0x%x, widths 0x%x\n",
7525 /* actual rate is highest bit of the ANDed rates */
7526 u8 rate = remote_tx_rate & ppd->local_tx_rate;
7528 if (rate & 2)
7530 else if (rate & 1)
7534 dd_dev_err(dd, "%s: unexpected remote tx rate %d, using 25Gb\n",
9354 /* set the local tx rate - need to read-modify-write */
9361 /* set the tx rate to the fastest enabled */
9367 /* set the tx rate to all enabled */
9446 * error rate. Needs to be done before starting the link.
10236 "Unable to find a common bit rate with the link partner",
11798 * incoming packet rate.
13842 * 250MB/s bandwidth. Lower rate to 66% for overhead to get:
15134 * Must be after icode is set up - the cclock rate depends
15351 * @srate_mbs: static rate
15355 * Create a PBC with the given flags, rate, VL, and length.