Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_nic.c162 case TLV_PORT_MODE_1x1_NA: /* mode 0 */ in ef10_nic_get_port_mode_bandwidth()
1596 (1U << TLV_PORT_MODE_1x1_NA) | /* mode 0 */
1656 (1U << TLV_PORT_MODE_1x1_NA) | /* mode 0 */
1731 (1U << TLV_PORT_MODE_1x1_NA) | /* mode 0 */
H A Def10_tlv_layout.h606 #define TLV_PORT_MODE_1x1_NA (0) /* Single 10G/25G on mdi0 */ macro