Searched refs:netlist (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_devlink.c | 114 struct ice_netlist_ver_info *netlist = &pf->hw.netlist_ver; in ice_info_netlist_ver() local 117 snprintf(buf, len, "%x.%x.%x-%x.%x.%x", netlist->major, netlist->minor, in ice_info_netlist_ver() 118 netlist->type >> 16, netlist->type & 0xFFFF, netlist->rev, in ice_info_netlist_ver() 119 netlist->cust_ver); in ice_info_netlist_ver() 126 struct ice_netlist_ver_info *netlist = &pf->hw.netlist_ver; in ice_info_netlist_build() local 128 snprintf(buf, len, "0x%08x", netlist->hash); in ice_info_netlist_build()
|
| /Linux-v5.10/Documentation/networking/devlink/ |
| D | ice.rst | 78 * - ``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.
|