Searched refs:txdl_size (Results 1 – 3 of 3) sorted by relevance
3459 u32 txdl_size, txdl_per_memblock; in __vxge_hw_fifo_create() local3470 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()3472 txdl_per_memblock = config->memblock_size / txdl_size; in __vxge_hw_fifo_create()3531 fifo->txdl_size = txdl_size; in __vxge_hw_fifo_create()3548 fifo->txdl_size, in __vxge_hw_fifo_create()
1011 u32 txdl_size; member
3697 u32 txdl_size, txdl_per_memblock; in vxge_config_vpaths() local3772 txdl_size = device_config->vp_config[i].fifo.max_frags * in vxge_config_vpaths()3774 txdl_per_memblock = VXGE_HW_MIN_FIFO_MEMBLOCK_SIZE / txdl_size; in vxge_config_vpaths()