Searched refs:txdl_size (Results 1 – 3 of 3) sorted by relevance
3444 u32 txdl_size, txdl_per_memblock; in __vxge_hw_fifo_create() local3455 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()3457 txdl_per_memblock = config->memblock_size / txdl_size; in __vxge_hw_fifo_create()3516 fifo->txdl_size = txdl_size; in __vxge_hw_fifo_create()3533 fifo->txdl_size, in __vxge_hw_fifo_create()
1011 u32 txdl_size; member
3680 u32 txdl_size, txdl_per_memblock; in vxge_config_vpaths() local3755 txdl_size = device_config->vp_config[i].fifo.max_frags * in vxge_config_vpaths()3757 txdl_per_memblock = VXGE_HW_MIN_FIFO_MEMBLOCK_SIZE / txdl_size; in vxge_config_vpaths()