Home
last modified time | relevance | path

Searched refs:txdl_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-fifo.c156 int i, txdl_size, max_arr_index, mid_point; in __hal_fifo_open() local
233 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()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-fifo.h162 int txdl_size; member