Searched refs:txdl_size (Results 1 – 3 of 3) sorted by relevance
3440 u32 txdl_size, txdl_per_memblock; in __vxge_hw_fifo_create() local3451 txdl_size = config->max_frags * sizeof(struct vxge_hw_fifo_txd); in __vxge_hw_fifo_create()3453 txdl_per_memblock = config->memblock_size / txdl_size; in __vxge_hw_fifo_create()3512 fifo->txdl_size = txdl_size; in __vxge_hw_fifo_create()3529 fifo->txdl_size, in __vxge_hw_fifo_create()
1011 u32 txdl_size; member
3663 u32 txdl_size, txdl_per_memblock; in vxge_config_vpaths() local3737 txdl_size = device_config->vp_config[i].fifo.max_frags * in vxge_config_vpaths()3739 txdl_per_memblock = VXGE_HW_MIN_FIFO_MEMBLOCK_SIZE / txdl_size; in vxge_config_vpaths()