Lines Matching refs:fifo_len
582 size += tx_cfg->fifo_len; in init_shared_mem()
595 size = tx_cfg->fifo_len; in init_shared_mem()
613 int fifo_len = tx_cfg->fifo_len; in init_shared_mem() local
614 int list_holder_size = fifo_len * sizeof(struct list_info_hold); in init_shared_mem()
624 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[i].fifo_len, in init_shared_mem()
630 fifo->tx_curr_put_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
632 fifo->tx_curr_get_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
671 if (l == tx_cfg->fifo_len) in init_shared_mem()
686 size = tx_cfg->fifo_len; in init_shared_mem()
898 page_num = TXD_MEM_PAGE_CNT(tx_cfg->fifo_len, lst_per_page); in free_shared_mem()
928 swstats->mem_freed += tx_cfg->fifo_len * in free_shared_mem()
988 swstats->mem_freed += tx_cfg->fifo_len * in free_shared_mem()
1280 val64 |= vBIT(tx_cfg->fifo_len - 1, ((j * 32) + 19), 13) | in init_nic()
2373 for (j = 0; j < tx_cfg->fifo_len; j++) { in free_tx_buffers()
3060 if (get_info.offset == get_info.fifo_len + 1) in tx_intr_handler()
4089 queue_len = fifo->tx_curr_put_info.fifo_len + 1; in s2io_xmit()
4160 if (put_off == fifo->tx_curr_put_info.fifo_len + 1) in s2io_xmit()
5478 tx_desc_count += sp->config.tx_cfg[i].fifo_len; in s2io_ethtool_gringparam()
7782 tx_cfg->fifo_len = tx_fifo_len[i]; in s2io_init_nic()
7800 if (tx_cfg->fifo_len < 65) { in s2io_init_nic()