Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c823 const struct wreg_addr *wreg_info) in bnx2x_is_wreg_in_chip() argument
826 return IS_E1_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
828 return IS_E1H_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
830 return IS_E2_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
832 return IS_E3A0_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
834 return IS_E3B0_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()