Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c222 tmp |= CMD_CFG_PAUSE_IGNORE; in fman_tgec_set_rx_ignore_pause_frames()
224 tmp &= ~CMD_CFG_PAUSE_IGNORE; in fman_tgec_set_rx_ignore_pause_frames()
330 tmp |= CMD_CFG_PAUSE_IGNORE; in fman_tgec_init()
H A Dfman_memac.c173 tmp |= CMD_CFG_PAUSE_IGNORE; in fman_memac_init()
329 tmp |= CMD_CFG_PAUSE_IGNORE; in fman_memac_set_rx_ignore_pause_frames()
331 tmp &= ~CMD_CFG_PAUSE_IGNORE; in fman_memac_set_rx_ignore_pause_frames()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman_tgec.h82 #define CMD_CFG_PAUSE_IGNORE 0x00000100 macro
H A Dfsl_fman_memac.h56 #define CMD_CFG_PAUSE_IGNORE 0x00000100 /* 23 Ignore Pause frame quanta */ macro
/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c195 value = in_be32(cmdcfg) | CMD_CFG_PAUSE_IGNORE; in fman_if_set_rx_ignore_pause_frames()
197 value = in_be32(cmdcfg) & ~CMD_CFG_PAUSE_IGNORE; in fman_if_set_rx_ignore_pause_frames()
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfman.h32 #define CMD_CFG_PAUSE_IGNORE 0x00000100 macro