Lines Matching refs:tx_cfg
581 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
583 size += tx_cfg->fifo_len;
594 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
596 size = tx_cfg->fifo_len;
613 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
614 int fifo_len = tx_cfg->fifo_len;
625 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[i].fifo_len,
628 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
631 fifo->tx_curr_put_info.fifo_len = tx_cfg->fifo_len - 1;
633 fifo->tx_curr_get_info.fifo_len = tx_cfg->fifo_len - 1;
673 if (l == tx_cfg->fifo_len)
686 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
688 size = tx_cfg->fifo_len;
897 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
899 page_num = TXD_MEM_PAGE_CNT(tx_cfg->fifo_len, lst_per_page);
929 swstats->mem_freed += tx_cfg->fifo_len *
986 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
989 swstats->mem_freed += tx_cfg->fifo_len *
1280 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
1282 val64 |= vBIT(tx_cfg->fifo_len - 1, ((j * 32) + 19), 13) |
1283 vBIT(tx_cfg->fifo_priority, ((j * 32) + 5), 3);
2379 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
2384 for (j = 0; j < tx_cfg->fifo_len; j++) {
5482 tx_desc_count += sp->config.tx_cfg[i].fifo_len;
7772 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
7774 tx_cfg->fifo_len = tx_fifo_len[i];
7775 tx_cfg->fifo_priority = i;
7789 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
7791 tx_cfg->f_no_snoop = (NO_SNOOP_TXD | NO_SNOOP_TXD_BUFFER);
7792 if (tx_cfg->fifo_len < 65) {