Home
last modified time | relevance | path

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

/f-stack/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()
6798 case I40E_DEV_ID_10G_BASE_T_BC: in i40e_write_phy_register()
7112 (hw->device_id == I40E_DEV_ID_10G_BASE_T_BC || in i40e_get_phy_lpi_status()
7163 if ((hw->device_id == I40E_DEV_ID_10G_BASE_T_BC || in i40e_get_lpi_counters()
7206 if (hw->device_id != I40E_DEV_ID_10G_BASE_T_BC && in i40e_get_lpi_duration()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c433 { RTE_PCI_DEVICE(I40E_INTEL_VENDOR_ID, I40E_DEV_ID_10G_BASE_T_BC) },