Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_devlink.c156 struct ice_netlist_info *netlist = &pf->hw.flash.netlist; in ice_info_netlist_ver() local
160 netlist->major, netlist->minor, in ice_info_netlist_ver()
161 netlist->type >> 16, netlist->type & 0xFFFF, in ice_info_netlist_ver()
162 netlist->rev, netlist->cust_ver); in ice_info_netlist_ver()
167 struct ice_netlist_info *netlist = &pf->hw.flash.netlist; in ice_info_netlist_build() local
169 snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", netlist->hash); in ice_info_netlist_build()
176 struct ice_netlist_info *netlist = &ctx->pending_netlist; in ice_info_pending_netlist_ver() local
181 netlist->major, netlist->minor, in ice_info_pending_netlist_ver()
182 netlist->type >> 16, netlist->type & 0xFFFF, in ice_info_pending_netlist_ver()
183 netlist->rev, netlist->cust_ver); in ice_info_pending_netlist_ver()
[all …]
Dice_nvm.c742 struct ice_netlist_info *netlist) in ice_get_netlist_info() argument
788 netlist->major = id_blk[ICE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ice_get_netlist_info()
790 netlist->minor = id_blk[ICE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ice_get_netlist_info()
792 netlist->type = id_blk[ICE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ice_get_netlist_info()
794 netlist->rev = id_blk[ICE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ice_get_netlist_info()
796 netlist->cust_ver = id_blk[ICE_NETLIST_ID_BLK_CUST_VER]; in ice_get_netlist_info()
798 netlist->hash = id_blk[ICE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ice_get_netlist_info()
816 int ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist) in ice_get_inactive_netlist_ver() argument
818 return ice_get_netlist_info(hw, ICE_INACTIVE_FLASH_BANK, netlist); in ice_get_inactive_netlist_ver()
1069 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.h480 struct ice_netlist_info netlist;/* Netlist version info */ member
/Linux-v6.6/Documentation/networking/devlink/
Dice.rst96 * - ``fw.netlist``
99 - The version of the netlist module. This module defines the device's
103 * - ``fw.netlist.build``
106 - The first 4 bytes of the hash of the netlist module contents.
114 ``fw.netlist`` components.