Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c804 const struct wreg_addr *wreg_info) in bnx2x_is_wreg_in_chip() argument
807 return IS_E1_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
809 return IS_E1H_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
811 return IS_E2_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
813 return IS_E3A0_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()
815 return IS_E3B0_REG(wreg_info->chips); in bnx2x_is_wreg_in_chip()