Lines Matching refs:rdmac_mode
9857 u32 val, rdmac_mode; in tg3_reset_hw() local
10258 rdmac_mode = (RDMAC_MODE_ENABLE | RDMAC_MODE_TGTABORT_ENAB | in tg3_reset_hw()
10265 rdmac_mode |= RDMAC_MODE_MULT_DMA_RD_DIS; in tg3_reset_hw()
10270 rdmac_mode |= RDMAC_MODE_BD_SBD_CRPT_ENAB | in tg3_reset_hw()
10278 rdmac_mode |= RDMAC_MODE_FIFO_SIZE_128; in tg3_reset_hw()
10281 rdmac_mode |= RDMAC_MODE_FIFO_LONG_BURST; in tg3_reset_hw()
10286 rdmac_mode |= RDMAC_MODE_FIFO_LONG_BURST; in tg3_reset_hw()
10291 rdmac_mode |= RDMAC_MODE_JMB_2K_MMRR; in tg3_reset_hw()
10299 rdmac_mode |= RDMAC_MODE_IPV4_LSO_EN; in tg3_reset_hw()
10304 rdmac_mode |= RDMAC_MODE_IPV6_LSO_EN; in tg3_reset_hw()
10308 rdmac_mode |= tr32(RDMAC_MODE) & RDMAC_MODE_H2BNC_VLAN_DET; in tg3_reset_hw()
10356 } else if ((rdmac_mode & RDMAC_MODE_FIFO_SIZE_128) && in tg3_reset_hw()
10518 tw32_f(RDMAC_MODE, rdmac_mode); in tg3_reset_hw()