Searched refs:CMD_CFG_PAUSE_IGNORE (Results 1 – 6 of 6) sorted by relevance
222 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()
173 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()
82 #define CMD_CFG_PAUSE_IGNORE 0x00000100 macro
56 #define CMD_CFG_PAUSE_IGNORE 0x00000100 /* 23 Ignore Pause frame quanta */ macro
195 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()
32 #define CMD_CFG_PAUSE_IGNORE 0x00000100 macro