Home
last modified time | relevance | path

Searched refs:I40E_DEV_ID_10G_BASE_T_BC (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/i40e/base/
H A Di40e_devids.h27 #define I40E_DEV_ID_10G_BASE_T_BC 0x15FF macro
43 (((d) == I40E_DEV_ID_10G_BASE_T_BC) || \
H A Di40e_common.c36 case I40E_DEV_ID_10G_BASE_T_BC: in i40e_set_mac_type()
6911 case I40E_DEV_ID_10G_BASE_T_BC: in i40e_write_phy_register()
7225 (hw->device_id == I40E_DEV_ID_10G_BASE_T_BC || in i40e_get_phy_lpi_status()
7276 if ((hw->device_id == I40E_DEV_ID_10G_BASE_T_BC || in i40e_get_lpi_counters()
7319 if (hw->device_id != I40E_DEV_ID_10G_BASE_T_BC && in i40e_get_lpi_duration()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c440 { RTE_PCI_DEVICE(I40E_INTEL_VENDOR_ID, I40E_DEV_ID_10G_BASE_T_BC) },