Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
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->hash); in ice_info_netlist_build()
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Dice.rst78 * - ``fw.netlist``
81 - The version of the netlist module. This module defines the device's
85 * - ``fw.netlist.build``
88 - The first 4 bytes of the hash of the netlist module contents.
96 ``fw.netlist`` components.