Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_devlink.c116 struct ice_netlist_ver_info *netlist = &pf->hw.netlist_ver; in ice_info_netlist_ver() local
118 /* The netlist version fields are BCD formatted */ in ice_info_netlist_ver()
119 snprintf(buf, len, "%x.%x.%x-%x.%x.%x", netlist->major, netlist->minor, in ice_info_netlist_ver()
120 netlist->type >> 16, netlist->type & 0xFFFF, netlist->rev, in ice_info_netlist_ver()
121 netlist->cust_ver); in ice_info_netlist_ver()
128 struct ice_netlist_ver_info *netlist = &pf->hw.netlist_ver; in ice_info_netlist_build() local
130 snprintf(buf, len, "0x%08x", netlist in ice_info_netlist_build()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_nvm.c386 * ice_read_netlist_module - Read data from the netlist module area
389 * @offset: offset into the netlist to read from
392 * Read a word from the specified netlist bank.
734 * @netlist: pointer to netlist version info structure
736 * Get the netlist version information from the requested bank. Reads the Link
738 * information into the netlist version structure.
742 struct ice_netlist_info *netlist) in ice_get_netlist_info()
753 ice_debug(hw, ICE_DBG_NVM, "Expected netlist module_id ID of 0x%04x, but got 0x%04x\n", in ice_get_netlist_info()
762 /* sanity check that we have at least enough words to store the netlist I in ice_get_netlist_info()
741 ice_get_netlist_info(struct ice_hw *hw, enum ice_bank_select bank, struct ice_netlist_info *netlist) ice_get_netlist_info() argument
816 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist) ice_get_inactive_netlist_ver() argument
[all...]
H A Dice_devlink.c156 struct ice_netlist_info *netlist = &pf->hw.flash.netlist; in ice_info_netlist_ver() local
158 /* The netlist version fields are BCD formatted */ in ice_info_netlist_ver()
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 in ice_info_netlist_build() local
176 struct ice_netlist_info *netlist = &ctx->pending_netlist; ice_info_pending_netlist_ver() local
190 struct ice_netlist_info *netlist = &ctx->pending_netlist; ice_info_pending_netlist_build() local
[all...]
H A Dice_nvm.h26 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
H A Dice_type.h435 /* netlist version information */
480 struct ice_netlist_info netlist;/* Netlist version info */ member
1099 /* The Link Topology section follows the TLV header. When reading the netlist
1114 /* netlist ID block field offsets (word offsets) */

Completed in 7 milliseconds