Lines Matching defs:tx_cfg
582 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
584 size += tx_cfg->fifo_len;
595 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
597 size = tx_cfg->fifo_len;
614 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
615 int fifo_len = tx_cfg->fifo_len;
626 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[i].fifo_len,
629 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
632 fifo->tx_curr_put_info.fifo_len = tx_cfg->fifo_len - 1;
634 fifo->tx_curr_get_info.fifo_len = tx_cfg->fifo_len - 1;
674 if (l == tx_cfg->fifo_len)
687 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
689 size = tx_cfg->fifo_len;
898 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
900 page_num = TXD_MEM_PAGE_CNT(tx_cfg->fifo_len, lst_per_page);
930 swstats->mem_freed += tx_cfg->fifo_len *
987 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
990 swstats->mem_freed += tx_cfg->fifo_len *
1281 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
1283 val64 |= vBIT(tx_cfg->fifo_len - 1, ((j * 32) + 19), 13) |
1284 vBIT(tx_cfg->fifo_priority, ((j * 32) + 5), 3);
2380 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
2385 for (j = 0; j < tx_cfg->fifo_len; j++) {
5483 tx_desc_count += sp->config.tx_cfg[i].fifo_len;
7773 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
7775 tx_cfg->fifo_len = tx_fifo_len[i];
7776 tx_cfg->fifo_priority = i;
7790 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
7792 tx_cfg->f_no_snoop = (NO_SNOOP_TXD | NO_SNOOP_TXD_BUFFER);
7793 if (tx_cfg->fifo_len < 65) {