Home
last modified time | relevance | path

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

/drivers/net/ethernet/freescale/fman/
Dfman_tgec.c24 #define CMD_CFG_PAUSE_IGNORE 0x00000100 macro
228 tmp |= CMD_CFG_PAUSE_IGNORE; in init()
426 tmp |= CMD_CFG_PAUSE_IGNORE; in tgec_accept_rx_pause_frames()
428 tmp &= ~CMD_CFG_PAUSE_IGNORE; in tgec_accept_rx_pause_frames()
Dfman_memac.c30 #define CMD_CFG_PAUSE_IGNORE 0x00000100 /* 23 Ignore Pause frame quanta */ macro
365 tmp |= CMD_CFG_PAUSE_IGNORE; in init()
612 tmp &= ~CMD_CFG_PAUSE_IGNORE; in memac_accept_rx_pause_frames()
614 tmp |= CMD_CFG_PAUSE_IGNORE; in memac_accept_rx_pause_frames()