Home
last modified time | relevance | path

Searched refs:TLV_PORT_MODE_1x4_NA (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nic.c190 case TLV_PORT_MODE_1x4_NA: /* mode 1 */ in ef10_nic_get_port_mode_bandwidth()
1597 (1U << TLV_PORT_MODE_1x4_NA) | /* mode 1 */
1657 (1U << TLV_PORT_MODE_1x4_NA) | /* mode 1 */
1732 (1U << TLV_PORT_MODE_1x4_NA) | /* mode 1 */
H A Def10_tlv_layout.h607 #define TLV_PORT_MODE_1x4_NA (1) /* Single 100G/40G on mdi0 */ macro