Searched refs:netlist (Results 1 – 8 of 8) sorted by relevance
| /drivers/net/ethernet/intel/ixgbe/devlink/ |
| A D | devlink.c | 158 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()
|
| /drivers/net/ethernet/intel/ice/devlink/ |
| A D | devlink.c | 156 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 …]
|
| /drivers/net/ethernet/intel/ice/ |
| A D | ice_nvm.c | 769 struct ice_netlist_info *netlist) in ice_get_netlist_info() argument 815 netlist->major = id_blk[ICE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ice_get_netlist_info() 817 netlist->minor = id_blk[ICE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ice_get_netlist_info() 819 netlist->type = id_blk[ICE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ice_get_netlist_info() 821 netlist->rev = id_blk[ICE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ice_get_netlist_info() 823 netlist->cust_ver = id_blk[ICE_NETLIST_ID_BLK_CUST_VER]; in ice_get_netlist_info() 825 netlist->hash = id_blk[ICE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ice_get_netlist_info() 843 int ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist) in ice_get_inactive_netlist_ver() argument 845 return ice_get_netlist_info(hw, ICE_INACTIVE_FLASH_BANK, netlist); in ice_get_inactive_netlist_ver() 1169 status = ice_get_netlist_info(hw, ICE_ACTIVE_FLASH_BANK, &flash->netlist); in ice_init_nvm()
|
| A D | ice_nvm.h | 29 ice_get_inactive_netlist_ver(struct ice_hw *hw, struct ice_netlist_info *netlist);
|
| A D | ice_type.h | 522 struct ice_netlist_info netlist;/* Netlist version info */ member
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_e610.c | 3243 struct ixgbe_netlist_info *netlist) in ixgbe_get_netlist_info() argument 3291 netlist->major = id_blk[IXGBE_NETLIST_ID_BLK_MAJOR_VER_HIGH] << 16 | in ixgbe_get_netlist_info() 3293 netlist->minor = id_blk[IXGBE_NETLIST_ID_BLK_MINOR_VER_HIGH] << 16 | in ixgbe_get_netlist_info() 3295 netlist->type = id_blk[IXGBE_NETLIST_ID_BLK_TYPE_HIGH] << 16 | in ixgbe_get_netlist_info() 3297 netlist->rev = id_blk[IXGBE_NETLIST_ID_BLK_REV_HIGH] << 16 | in ixgbe_get_netlist_info() 3299 netlist->cust_ver = id_blk[IXGBE_NETLIST_ID_BLK_CUST_VER]; in ixgbe_get_netlist_info() 3301 netlist->hash = id_blk[IXGBE_NETLIST_ID_BLK_SHA_HASH_WORD(15)] << 16 | in ixgbe_get_netlist_info() 3321 struct ixgbe_netlist_info *netlist) in ixgbe_get_inactive_netlist_ver() argument 3323 return ixgbe_get_netlist_info(hw, IXGBE_INACTIVE_FLASH_BANK, netlist); in ixgbe_get_inactive_netlist_ver() 3379 &flash->netlist); in ixgbe_get_flash_data()
|
| A D | ixgbe_e610.h | 75 struct ixgbe_netlist_info *netlist);
|
| A D | ixgbe_type_e610.h | 1026 struct ixgbe_netlist_info netlist; /* Netlist version info */ member
|
Completed in 33 milliseconds