Lines Matching defs:fifo_len
583 size += tx_cfg->fifo_len;
596 size = tx_cfg->fifo_len;
614 int fifo_len = tx_cfg->fifo_len;
615 int list_holder_size = fifo_len * sizeof(struct list_info_hold);
625 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[i].fifo_len,
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)
688 size = tx_cfg->fifo_len;
899 page_num = TXD_MEM_PAGE_CNT(tx_cfg->fifo_len, lst_per_page);
929 swstats->mem_freed += tx_cfg->fifo_len *
989 swstats->mem_freed += tx_cfg->fifo_len *
1280 val64 |= vBIT(tx_cfg->fifo_len - 1, ((j * 32) + 19), 13) |
2382 for (j = 0; j < tx_cfg->fifo_len; j++) {
3062 if (get_info.offset == get_info.fifo_len + 1)
4092 queue_len = fifo->tx_curr_put_info.fifo_len + 1;
4161 if (put_off == fifo->tx_curr_put_info.fifo_len + 1)
5475 tx_desc_count += sp->config.tx_cfg[i].fifo_len;
7779 tx_cfg->fifo_len = tx_fifo_len[i];
7797 if (tx_cfg->fifo_len < 65) {