Searched refs:module_type (Results 1 - 25 of 41) sorted by path

12

/linux-master/arch/alpha/include/asm/
H A Derr_ev7.h155 u8 module_type; member in struct:ev7_pal_environmental_subpacket
/linux-master/arch/alpha/kernel/
H A Derr_marvel.c61 env->module_type,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h462 unsigned int module_type; member in struct:icp_qat_css_hdr
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c225 u32 module_type; member in struct:intel_css_header
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_fw.c116 if (css->module_type != 0x6)
H A Dintel_uc_fw_abi.h50 u32 module_type; member in struct:uc_css_header
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw_abi.h48 u32 module_type; member in struct:uc_css_header
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfirmware.c54 u32 module_type; member in struct:css_header
367 if (invalid_header(dd, "module_type", css->module_type,
433 hfi1_cdbg(FIRMWARE, " module_type 0x%x", css->module_type);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1199 enum drx_module module_type; member in struct:drx_version
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_sysfs_pci.c59 static DEVICE_ATTR_RO(module_type);
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h621 u8 *module_type);
H A Dhns3_ethtool.c775 u8 module_type; local
781 ops->get_media_type(h, &media_type, &module_type);
791 if (module_type == HNAE3_MODULE_TYPE_UNKNOWN)
793 else if (module_type == HNAE3_MODULE_TYPE_CR)
837 u8 module_type = HNAE3_MODULE_TYPE_UNKNOWN; local
859 ops->get_media_type(handle, &media_type, &module_type);
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h351 __le32 module_type; member in struct:hclge_sfp_info_cmd
H A Dhclge_main.c3131 switch (mac->module_type) {
3213 mac->module_type == HNAE3_MODULE_TYPE_UNKNOWN)
3214 mac->module_type = HNAE3_MODULE_TYPE_KR;
3216 mac->module_type = HNAE3_MODULE_TYPE_TP;
3283 mac->module_type = le32_to_cpu(resp->module_type);
11084 u8 *module_type)
11098 if (module_type)
11099 *module_type = hdev->hw.mac.module_type;
11083 hclge_get_media_type(struct hnae3_handle *handle, u8 *media_type, u8 *module_type) argument
[all...]
H A Dhclge_main.h292 u32 module_type; /* sub media type, e.g. kr/cr/sr/lr */ member in struct:hclge_mac
H A Dhclge_mbx.c562 hdev->hw.mac.module_type;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c296 hdev->hw.mac.module_type = resp_msg[1];
3219 u8 *module_type)
3226 if (module_type)
3227 *module_type = hdev->hw.mac.module_type;
3218 hclgevf_get_media_type(struct hnae3_handle *handle, u8 *media_type, u8 *module_type) argument
H A Dhclgevf_main.h145 u8 module_type; member in struct:hclgevf_mac
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1673 u8 module_type[3]; member in struct:i40e_aq_get_phy_abilities_resp
H A Di40e_common.c2126 memcpy(hw->phy.link_info.module_type, &abilities.module_type,
2127 sizeof(hw->phy.link_info.module_type));
H A Di40e_ethtool.c836 if (hw_link_info->module_type[2] &
838 hw_link_info->module_type[2] &
5519 type = hw->phy.link_info.module_type[0];
5613 if (hw->phy.link_info.module_type[0] == I40E_MODULE_TYPE_SFP)
H A Di40e_type.h133 u8 module_type[3]; member in struct:i40e_link_status
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h1175 u8 module_type[ICE_MODULE_TYPE_TOTAL_BYTE]; member in struct:ice_aqc_get_phy_caps_data
H A Dice_common.c437 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[0] = 0x%x\n", prefix,
438 pcaps->module_type[0]);
439 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[1] = 0x%x\n", prefix,
440 pcaps->module_type[1]);
441 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[2] = 0x%x\n", prefix,
442 pcaps->module_type[2]);
447 memcpy(pi->phy.link_info.module_type, &pcaps->module_type,
448 sizeof(pi->phy.link_info.module_type));
603 (hw_link_info->module_type[ICE_AQC_MOD_TYPE_IDEN
[all...]
H A Dice_nvm.c433 * @module_type: module type requested
441 u16 module_type)
477 if (tlv_sub_module_type == module_type) {
440 ice_get_pfa_module_tlv(struct ice_hw *hw, u16 *module_tlv, u16 *module_tlv_len, u16 module_type) argument

Completed in 700 milliseconds

12