Lines Matching defs:tx_cfg
3124 cfg_req->tx_cfg.vlan_mode = BFI_ENET_TX_VLAN_WI;
3125 cfg_req->tx_cfg.vlan_id = htons((u16)tx->txf_vlan_id);
3126 cfg_req->tx_cfg.admit_tagged_frame = BNA_STATUS_T_ENABLED;
3127 cfg_req->tx_cfg.apply_vlan_filter = BNA_STATUS_T_DISABLED;
3364 struct bna_tx_config *tx_cfg,
3383 if ((intr_info->num != 1) && (intr_info->num != tx_cfg->num_txq))
3388 tx = bna_tx_get(tx_mod, tx_cfg->tx_type);
3397 for (i = 0; i < tx_cfg->num_txq; i++) {
3421 tx->num_txq = tx_cfg->num_txq;
3460 txq->ib.coalescing_timeo = tx_cfg->coalescing_timeo;
3466 txq->tcb->q_depth = tx_cfg->txq_depth;
3489 if (tx_cfg->num_txq == BFI_TX_MAX_PRIO)