Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_stats.c394 i40e_stat_get_uint32(i40e, I40E_GLPRT_CRCERRS(port), in i40e_stat_pf_update()
777 i40e_stat_get_uint32(i40e, I40E_GLPRT_CRCERRS(port), in i40e_m_stat()
857 i40e_stat_get_uint32(i40e, I40E_GLPRT_CRCERRS(port), in i40e_m_stat()
/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_register.h2430 #define I40E_GLPRT_CRCERRS(_i) (0x00300080 + ((_i) * 8)) /* _i=0...3 */ /* Reset: CORER */ macro