Searched refs:txdl_size (Results 1 – 2 of 2) sorted by relevance
156 int i, txdl_size, max_arr_index, mid_point; in __hal_fifo_open() local233 fifo->txdl_size = fifo->config->max_frags * sizeof(xge_hal_fifo_txd_t); in __hal_fifo_open()234 txdl_size = ((fifo->txdl_size + __xge_os_cacheline_size - 1) / in __hal_fifo_open()237 if (fifo->txdl_size != txdl_size) in __hal_fifo_open()239 fifo->config->max_frags, fifo->txdl_size, txdl_size, in __hal_fifo_open()242 fifo->txdl_size = txdl_size; in __hal_fifo_open()250 fifo->txdl_size; in __hal_fifo_open()254 fifo->txdl_size, in __hal_fifo_open()
162 int txdl_size; member