Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_ext.h144 #define FM_FD_IPR 0x00000001 /**< IPR frame (not error) */ macro
146 #define FM_FD_ERR_IPR_NCSP (0x00100000 | FM_FD_IPR)
148 #define FM_FD_ERR_IPR (0x00200000 | FM_FD_IPR) /**< IPR error */
149 #define FM_FD_ERR_IPR_TO (0x00300000 | FM_FD_IPR) /**< IPR timeout */
H A Dfm_port_ext.h1313 #define FM_PORT_FRM_ERR_IPRE (FM_FD_ERR_IPR & ~FM_FD_IPR)
1315 #define FM_PORT_FRM_ERR_IPR_NCSP (FM_FD_ERR_IPR_NCSP & ~FM_FD_IPR)
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h158 #define FM_FD_IPR 0x00000001 /**< IPR frame (not error) */ macro
160 #define FM_FD_ERR_IPR_NCSP (0x00100000 | FM_FD_IPR) /**< IPR non-consistent-sp */
161 #define FM_FD_ERR_IPR (0x00200000 | FM_FD_IPR) /**< IPR error */
162 #define FM_FD_ERR_IPR_TO (0x00300000 | FM_FD_IPR) /**< IPR timeout */
H A Dfm_port_ext.h136 #define FM_PORT_FRM_ERR_IPRE (FM_FD_ERR_IPR & ~FM_FD_IPR) /**< IPR error …
137 #define FM_PORT_FRM_ERR_IPR_NCSP (FM_FD_ERR_IPR_NCSP & ~FM_FD_IPR) /**< IPR non-co…