Home
last modified time | relevance | path

Searched refs:media (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_nsp_eth.c194 dst->media = FIELD_GET(NSP_ETH_STATE_MEDIA, state); in nfp_eth_port_translate()
256 if (entry->media == NFP_MEDIA_FIBRE) in nfp_eth_calc_port_type()
H A Dnfp_nsp.h203 enum nfp_eth_media media; member
/dpdk/doc/guides/nics/
H A Dnfp.rst90 3) Finally try the card type and media:
96 This is usually done using file names based on SmartNIC type and media and with a
H A Di40e.rst63 - For information about supported media, please refer to this document: `Intel® Ethernet Controller…
76 may function but are not validated by Intel. Contact Intel for supported media types.
/dpdk/doc/guides/linux_gsg/
H A Dcross_build_dpdk_for_arm64.rst82 …wget https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.1…
88 …wget https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-9.2-2019.1…
/dpdk/drivers/net/i40e/base/
H A Di40e_common.c1268 enum i40e_media_type media; in i40e_get_media_type() local
1282 media = I40E_MEDIA_TYPE_FIBER; in i40e_get_media_type()
1289 media = I40E_MEDIA_TYPE_BASET; in i40e_get_media_type()
1298 media = I40E_MEDIA_TYPE_DA; in i40e_get_media_type()
1306 media = I40E_MEDIA_TYPE_BACKPLANE; in i40e_get_media_type()
1314 media = I40E_MEDIA_TYPE_UNKNOWN; in i40e_get_media_type()
1318 return media; in i40e_get_media_type()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_08.rst103 * Added support for copper media type.
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c8203 sc->media = IFM_10G_CX4; in bnx2x_media_detect()
8207 sc->media = IFM_10G_TWINAX; in bnx2x_media_detect()
8211 sc->media = IFM_10G_T; in bnx2x_media_detect()
8215 sc->media = 0; in bnx2x_media_detect()
8220 sc->media = 0; in bnx2x_media_detect()
H A Dbnx2x.h1054 int media; member