Lines Matching +full:per +full:- +full:slice
2 SPDX-License-Identifier: BSD-2-Clause
4 Copyright (c) 2006-2009, Myricom Inc.
62 /* 8-byte descriptor, exclusively used by NDIS drivers. */
174 #define MXGEFW_ETH_SEND_OFFSET(n) (MXGEFW_ETH_SEND(n) - MXGEFW_ETH_SEND_4)
193 * data2 = slice number if multiple slices are used
206 /* data0 = slice number if multiple slices are used */
258 command return data = repetitions (MSH), 0.5-ms ticks (LSH)
271 or is equal to FF-FF-FF-FF-FF-FF
282 * structure (in the lower 16 bits) and the slice number
300 * the NIC to be able to receive maximum-sized packets.
305 /* data0 = number of slices n (0, 1, ..., n-1) to enable
308 * 1=use one MSI-X per queue.
312 * Without this bit set, only one send queue (slice 0's send queue)
353 * always has enough header buffer to store maximum-sized headers.
371 * obtained data is cached inside the xaui-xfi chip :
376 * bit 23:16 is the i2c bus number (for multi-port NICs)
405 throttle_factor = 256 * pcie-raw-speed / tx_speed
406 tx_speed = 256 * pcie-raw-speed / throttle_factor
408 For PCI-E x8: pcie-raw-speed == 16Gb/s
409 For PCI-E x4: pcie-raw-speed == 8Gb/s
414 with tx_boundary == 2048, max-throttle-factor == 8191 => min-speed == 500Mb/s
415 with tx_boundary == 4096, max-throttle-factor == 4095 => min-speed == 1Gb/s