Home
last modified time | relevance | path

Searched refs:netlist (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_devlink.c155 struct ice_netlist_info *netlist = &pf->hw.flash.netlist; in ice_info_netlist_ver() local
159 netlist->major, netlist->minor, in ice_info_netlist_ver()
160 netlist->type >> 16, netlist->type & 0xFFFF, in ice_info_netlist_ver()
161 netlist->rev, netlist->cust_ver); in ice_info_netlist_ver()
166 struct ice_netlist_info *netlist = &pf->hw.flash.netlist; in ice_info_netlist_build() local
168 snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", netlist->hash); in ice_info_netlist_build()
175 struct ice_netlist_info *netlist = &ctx->pending_netlist; in ice_info_pending_netlist_ver() local
180 netlist->major, netlist->minor, in ice_info_pending_netlist_ver()
181 netlist->type >> 16, netlist->type & 0xFFFF, in ice_info_pending_netlist_ver()
182 netlist->rev, netlist->cust_ver); in ice_info_pending_netlist_ver()
[all …]
Dice_nvm.c743 struct ice_netlist_info *netlist) in ice_get_netlist_info() argument
789 netlist->major = id_blk[ICE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ice_get_netlist_info()
791 netlist->minor = id_blk[ICE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ice_get_netlist_info()
793 netlist->type = id_blk[ICE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ice_get_netlist_info()
795 netlist->rev = id_blk[ICE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ice_get_netlist_info()
797 netlist->cust_ver = id_blk[ICE_NETLIST_ID_BLK_CUST_VER]; in ice_get_netlist_info()
799 netlist->hash = id_blk[ICE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ice_get_netlist_info()
817 int ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist) in ice_get_inactive_netlist_ver() argument
819 return ice_get_netlist_info(hw, ICE_INACTIVE_FLASH_BANK, netlist); in ice_get_inactive_netlist_ver()
1070 status = ice_get_netlist_info(hw, ICE_ACTIVE_FLASH_BANK, &flash->netlist); in ice_init_nvm()
Dice_nvm.h26 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
Dice_type.h478 struct ice_netlist_info netlist;/* Netlist version info */ member
/Linux-v6.1/Documentation/networking/devlink/
Dice.rst81 * - ``fw.netlist``
84 - The version of the netlist module. This module defines the device's
88 * - ``fw.netlist.build``
91 - The first 4 bytes of the hash of the netlist module contents.
99 ``fw.netlist`` components.