Searched refs:CMD_CFG_PAUSE_IGNORE (Results 1 – 2 of 2) sorted by relevance
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