Lines Matching refs:fifo_len
591 size += tx_cfg->fifo_len; in init_shared_mem()
604 size = tx_cfg->fifo_len; in init_shared_mem()
622 int fifo_len = tx_cfg->fifo_len; in init_shared_mem() local
623 int list_holder_size = fifo_len * sizeof(struct list_info_hold); in init_shared_mem()
633 int page_num = TXD_MEM_PAGE_CNT(config->tx_cfg[i].fifo_len, in init_shared_mem()
639 fifo->tx_curr_put_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
641 fifo->tx_curr_get_info.fifo_len = tx_cfg->fifo_len - 1; in init_shared_mem()
680 if (l == tx_cfg->fifo_len) in init_shared_mem()
695 size = tx_cfg->fifo_len; in init_shared_mem()
907 page_num = TXD_MEM_PAGE_CNT(tx_cfg->fifo_len, lst_per_page); in free_shared_mem()
937 swstats->mem_freed += tx_cfg->fifo_len * in free_shared_mem()
997 swstats->mem_freed += tx_cfg->fifo_len * in free_shared_mem()
1289 val64 |= vBIT(tx_cfg->fifo_len - 1, ((j * 32) + 19), 13) | in init_nic()
2382 for (j = 0; j < tx_cfg->fifo_len; j++) { in free_tx_buffers()
3074 if (get_info.offset == get_info.fifo_len + 1) in tx_intr_handler()
4110 queue_len = fifo->tx_curr_put_info.fifo_len + 1; in s2io_xmit()
4214 if (put_off == fifo->tx_curr_put_info.fifo_len + 1) in s2io_xmit()
5525 tx_desc_count += sp->config.tx_cfg[i].fifo_len; in s2io_ethtool_gringparam()
7833 tx_cfg->fifo_len = tx_fifo_len[i]; in s2io_init_nic()
7851 if (tx_cfg->fifo_len < 65) { in s2io_init_nic()