Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/freescale/fman/
Dfman_tgec.c49 #define CMD_CFG_PAUSE_IGNORE 0x00000100 macro
253 tmp |= CMD_CFG_PAUSE_IGNORE; in init()
513 tmp |= CMD_CFG_PAUSE_IGNORE; in tgec_accept_rx_pause_frames()
515 tmp &= ~CMD_CFG_PAUSE_IGNORE; in tgec_accept_rx_pause_frames()
Dfman_memac.c86 #define CMD_CFG_PAUSE_IGNORE 0x00000100 /* 23 Ignore Pause frame quanta */ macro
421 tmp |= CMD_CFG_PAUSE_IGNORE; in init()
892 tmp &= ~CMD_CFG_PAUSE_IGNORE; in memac_accept_rx_pause_frames()
894 tmp |= CMD_CFG_PAUSE_IGNORE; in memac_accept_rx_pause_frames()