Searched refs:tx_cfg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ds2io.c651 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
653 size += tx_cfg->fifo_len;
664 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
666 size = tx_cfg->fifo_len;
683 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
684 int fifo_len = tx_cfg->fifo_len;
695 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[
698 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
755 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
967 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
1056 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
1349 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
2440 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
7957 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
7974 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local
[all...]
H A Dksz884x.c1243 * @tx_cfg: Cached transmit control settings.
1282 u32 tx_cfg; member in struct:ksz_hw
3222 u32 tx_cfg; local
3225 tx_cfg = hw->tx_cfg;
3231 hw->tx_cfg |= DMA_TX_FLOW_ENABLE;
3233 hw->tx_cfg &= ~DMA_TX_FLOW_ENABLE;
3237 if (tx_cfg != hw->tx_cfg)
3238 writel(hw->tx_cfg, h
[all...]
H A Dniu.c390 u32 tx_cfg, rx_cfg; local
393 tx_cfg = (PLL_TX_CFG_ENTX | PLL_TX_CFG_SWING_1375MV);
404 tx_cfg |= PLL_TX_CFG_ENTEST;
410 int err = esr2_set_tx_cfg(np, i, tx_cfg);
430 u32 tx_cfg, rx_cfg; local
434 tx_cfg = (PLL_TX_CFG_ENTX | PLL_TX_CFG_SWING_1375MV |
449 tx_cfg |= PLL_TX_CFG_ENTEST;
478 err = esr2_set_tx_cfg(np, i, tx_cfg);
524 u32 tx_cfg, rx_cfg, pll_cfg, pll_sts; local
530 tx_cfg
[all...]
H A Ds2io.h436 struct tx_fifo_config tx_cfg[MAX_TX_FIFOS]; /*Per-Tx FIFO config */ member in struct:config_param

Completed in 219 milliseconds