Home
last modified time | relevance | path

Searched refs:module_type (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_nvm.h97 u16 module_type);
H A Dice_common.c381 pcaps->module_type[0]); in ice_aq_get_phy_caps()
383 pcaps->module_type[1]); in ice_aq_get_phy_caps()
385 pcaps->module_type[2]); in ice_aq_get_phy_caps()
390 ice_memcpy(pi->phy.link_info.module_type, &pcaps->module_type, in ice_aq_get_phy_caps()
391 sizeof(pi->phy.link_info.module_type), in ice_aq_get_phy_caps()
473 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
475 hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDENT] == in ice_get_media_type()
3309 ice_memcpy(li->module_type, &pcaps->module_type, in ice_update_link_info()
3310 sizeof(li->module_type), in ice_update_link_info()
H A Dice_nvm.c428 u16 module_type) in ice_get_pfa_module_tlv() argument
464 if (tlv_sub_module_type == module_type) { in ice_get_pfa_module_tlv()
H A Dice_type.h262 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
H A Dice_adminq_cmd.h1403 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.h47 enum tf_module_type module_type; member
H A Dtf_device_p4.c436 switch (tf_hcapi_res_map_p4[i].module_type) { in tf_dev_p4_map_hcapi_caps()
H A Dtf_device_p58.c623 switch (tf_hcapi_res_map_p58[i].module_type) { in tf_dev_p58_map_hcapi_caps()
/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h814 uint32_t module_type; member
/dpdk/drivers/net/i40e/base/
H A Di40e_type.h262 u8 module_type[3]; member
H A Di40e_adminq_cmd.h2103 u8 module_type[3]; member
H A Di40e_common.c2976 i40e_memcpy(hw->phy.link_info.module_type, &abilities.module_type, in i40e_update_link_info()
2977 sizeof(hw->phy.link_info.module_type), I40E_NONDMA_TO_NONDMA); in i40e_update_link_info()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c11255 type = hw->phy.link_info.module_type[0]; in i40e_get_module_info()
11333 if (hw->phy.link_info.module_type[0] == I40E_MODULE_TYPE_SFP) in i40e_get_module_eeprom()