Lines Matching refs:fifo_len
583 size += tx_cfg->fifo_len; in init_shared_mem()
596 size = tx_cfg->fifo_len; in init_shared_mem()
614 int fifo_len = tx_cfg->fifo_len; in init_shared_mem() local
615 int list_holder_size = fifo_len * sizeof(struct list_info_hold); in init_shared_mem()
625 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[i].fifo_len, in init_shared_mem()
631 fifo->tx_curr_put_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
633 fifo->tx_curr_get_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
672 if (l == tx_cfg->fifo_len) in init_shared_mem()
687 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()
4087 queue_len = fifo->tx_curr_put_info.fifo_len + 1; in s2io_xmit()
4156 if (put_off == fifo->tx_curr_put_info.fifo_len + 1) in s2io_xmit()
5474 tx_desc_count += sp->config.tx_cfg[i].fifo_len; in s2io_ethtool_gringparam()
7778 tx_cfg->fifo_len = tx_fifo_len[i]; in s2io_init_nic()
7796 if (tx_cfg->fifo_len < 65) { in s2io_init_nic()