/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_core.c | 158 u32 tx_cfg = readl(ioaddr + SXGBE_CORE_TX_CONFIG_REG); local 161 tx_cfg &= ~0x60000000; 162 tx_cfg |= (speed << SXGBE_SPEED_LSHIFT); 165 writel(tx_cfg, ioaddr + SXGBE_CORE_TX_CONFIG_REG);
|
/drivers/net/wireless/mwifiex/ |
H A D | sta_cmd.c | 1932 struct mwifiex_ds_11n_tx_cfg tx_cfg; local 2063 tx_cfg.tx_htcap = MWIFIEX_FW_DEF_HTTXCFG; 2065 HostCmd_ACT_GEN_SET, 0, &tx_cfg, true);
|
/drivers/usb/gadget/udc/ |
H A D | bcm63xx_udc.c | 459 const struct iudma_ch_cfg *tx_cfg = &iudma_defaults[i + 1]; local 473 ((tx_fifo_slot + tx_cfg->n_fifo_slots - 1) << 475 tx_fifo_slot += tx_cfg->n_fifo_slots; 478 is_hs ? tx_cfg->max_pkt_hs : tx_cfg->max_pkt_fs,
|
/drivers/net/ethernet/brocade/bna/ |
H A D | bna_tx_rx.c | 3411 cfg_req->tx_cfg.vlan_mode = BFI_ENET_TX_VLAN_WI; 3412 cfg_req->tx_cfg.vlan_id = htons((u16)tx->txf_vlan_id); 3413 cfg_req->tx_cfg.admit_tagged_frame = BNA_STATUS_T_ENABLED; 3414 cfg_req->tx_cfg.apply_vlan_filter = BNA_STATUS_T_DISABLED; 3683 struct bna_tx_config *tx_cfg, 3703 if ((intr_info->num != 1) && (intr_info->num != tx_cfg->num_txq)) 3708 tx = bna_tx_get(tx_mod, tx_cfg->tx_type); 3717 for (i = 0; i < tx_cfg->num_txq; i++) { 3742 tx->num_txq = tx_cfg->num_txq; 3782 txq->ib.coalescing_timeo = tx_cfg 3682 bna_tx_create(struct bna *bna, struct bnad *bnad, struct bna_tx_config *tx_cfg, const struct bna_tx_event_cbfn *tx_cbfn, struct bna_res_info *res_info, void *priv) argument [all...] |
H A D | bfi_enet.h | 437 struct bfi_enet_tx_cfg tx_cfg; member in struct:bfi_enet_tx_cfg_req
|
/drivers/net/ethernet/sfc/ |
H A D | farch.c | 2003 efx_oword_t tx_cfg; local 2005 efx_reado(efx, &tx_cfg, FR_AZ_TX_CFG); 2010 tx_cfg, FRF_CZ_TX_ETH_FILTER_FULL_SEARCH_RANGE, 2014 tx_cfg, FRF_CZ_TX_ETH_FILTER_WILD_SEARCH_RANGE, 2019 efx_writeo(efx, &tx_cfg, FR_AZ_TX_CFG);
|
/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 589 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 591 size += tx_cfg->fifo_len; 602 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 604 size = tx_cfg->fifo_len; 621 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 622 int fifo_len = tx_cfg->fifo_len; 633 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[ 636 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 693 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 905 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 994 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 1287 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 2377 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 7827 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local 7844 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i]; local [all...] |
H A D | s2io.h | 435 struct tx_fifo_config tx_cfg[MAX_TX_FIFOS]; /*Per-Tx FIFO config */ member in struct:config_param
|
/drivers/net/ethernet/sun/ |
H A D | niu.c | 392 u32 tx_cfg, rx_cfg; local 395 tx_cfg = (PLL_TX_CFG_ENTX | PLL_TX_CFG_SWING_1375MV); 406 tx_cfg |= PLL_TX_CFG_ENTEST; 412 int err = esr2_set_tx_cfg(np, i, tx_cfg); 432 u32 tx_cfg, rx_cfg; local 436 tx_cfg = (PLL_TX_CFG_ENTX | PLL_TX_CFG_SWING_1375MV | 451 tx_cfg |= PLL_TX_CFG_ENTEST; 480 err = esr2_set_tx_cfg(np, i, tx_cfg); 526 u32 tx_cfg, rx_cfg, pll_cfg, pll_sts; local 532 tx_cfg [all...] |
/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1242 * @tx_cfg: Cached transmit control settings. 1281 u32 tx_cfg; member in struct:ksz_hw 3221 u32 tx_cfg; local 3224 tx_cfg = hw->tx_cfg; 3230 hw->tx_cfg |= DMA_TX_FLOW_ENABLE; 3232 hw->tx_cfg &= ~DMA_TX_FLOW_ENABLE; 3236 if (tx_cfg != hw->tx_cfg) 3237 writel(hw->tx_cfg, h [all...] |