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 *
1278 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
1280 val64 |= vBIT(tx_cfg->fifo_len - 1, ((j * 32) + 19), 13) |
1281 vBIT(tx_cfg->fifo_priority, ((j * 32) + 5), 3);
2377 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
2382 for (j = 0; j < tx_cfg->fifo_len; j++) {
5475 tx_desc_count += sp->config.tx_cfg[i].fifo_len;
7777 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
7779 tx_cfg->fifo_len = tx_fifo_len[i];
7780 tx_cfg->fifo_priority = i;
7794 struct tx_fifo_config *tx_cfg = &config->tx_cfg[i];
7796 tx_cfg->f_no_snoop = (NO_SNOOP_TXD | NO_SNOOP_TXD_BUFFER);
7797 if (tx_cfg->fifo_len < 65) {