Home
last modified time | relevance | path

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

/drivers/net/
Dtg3.c6526 u32 val, rdmac_mode; in tg3_reset_hw() local
6844 rdmac_mode = (RDMAC_MODE_ENABLE | RDMAC_MODE_TGTABORT_ENAB | in tg3_reset_hw()
6853 rdmac_mode |= RDMAC_MODE_BD_SBD_CRPT_ENAB | in tg3_reset_hw()
6863 rdmac_mode |= RDMAC_MODE_FIFO_SIZE_128; in tg3_reset_hw()
6866 rdmac_mode |= RDMAC_MODE_FIFO_LONG_BURST; in tg3_reset_hw()
6871 rdmac_mode |= RDMAC_MODE_FIFO_LONG_BURST; in tg3_reset_hw()
6874 rdmac_mode |= RDMAC_MODE_IPV4_LSO_EN; in tg3_reset_hw()
6878 rdmac_mode |= RDMAC_MODE_IPV6_LSO_EN; in tg3_reset_hw()
6885 } else if ((rdmac_mode & RDMAC_MODE_FIFO_SIZE_128) && in tg3_reset_hw()
7047 tw32_f(RDMAC_MODE, rdmac_mode); in tg3_reset_hw()