Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbe/devlink/
H A Ddevlink.c158 struct ixgbe_netlist_info *netlist = &adapter->hw.flash.netlist; in ixgbe_info_netlist_ver() local
162 netlist = &ctx->pending_netlist; in ixgbe_info_netlist_ver()
166 netlist->major, netlist->minor, in ixgbe_info_netlist_ver()
167 netlist->type >> 16, netlist->type & 0xFFFF, in ixgbe_info_netlist_ver()
168 netlist->rev, netlist->cust_ver); in ixgbe_info_netlist_ver()
175 struct ixgbe_netlist_info *netlist = &adapter->hw.flash.netlist; in ixgbe_info_netlist_build() local
179 netlist = &ctx->pending_netlist; in ixgbe_info_netlist_build()
181 snprintf(ctx->buf, sizeof(ctx->buf), "0x%08x", netlist->hash); in ixgbe_info_netlist_build()
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.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 …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c776 struct ice_netlist_info *netlist) in ice_get_netlist_info() argument
822 netlist->major = id_blk[ICE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ice_get_netlist_info()
824 netlist->minor = id_blk[ICE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ice_get_netlist_info()
826 netlist->type = id_blk[ICE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ice_get_netlist_info()
828 netlist->rev = id_blk[ICE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ice_get_netlist_info()
830 netlist->cust_ver = id_blk[ICE_NETLIST_ID_BLK_CUST_VER]; in ice_get_netlist_info()
832 netlist->hash = id_blk[ICE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ice_get_netlist_info()
850 int ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist) in ice_get_inactive_netlist_ver() argument
852 return ice_get_netlist_info(hw, ICE_INACTIVE_FLASH_BANK, netlist); in ice_get_inactive_netlist_ver()
1171 status = ice_get_netlist_info(hw, ICE_ACTIVE_FLASH_BANK, &flash->netlist); in ice_init_nvm()
H A Dice_nvm.h29 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
/linux/Documentation/networking/devlink/
H A Dice.rst183 * - ``fw.netlist``
186 - The version of the netlist module. This module defines the device's
190 * - ``fw.netlist.build``
193 - The first 4 bytes of the hash of the netlist module contents.
206 ``fw.netlist`` components.