Searched refs:tctrl (Results 1 – 3 of 3) sorted by relevance
1313 struct controller *tctrl; in unload_cpqphpd() local1366 tctrl = ctrl; in unload_cpqphpd()1368 kfree(tctrl); in unload_cpqphpd()
431 u32 tctrl = 0; in gfar_mac_tx_config() local434 tctrl |= TCTRL_INIT_CSUM; in gfar_mac_tx_config()437 tctrl |= TCTRL_TXSCHED_PRIO; in gfar_mac_tx_config()439 tctrl |= TCTRL_TXSCHED_WRRS; in gfar_mac_tx_config()445 tctrl |= TCTRL_VLINS; in gfar_mac_tx_config()447 gfar_write(®s->tctrl, tctrl); in gfar_mac_tx_config()
693 u32 tctrl; /* 0x.100 - Transmit Control Register */ member