Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/qe/
H A Duec.c757 * SIZEOFBD; in uec_init_tx_parameter()
1107 length = ((uec_info->tx_bd_ring_len * SIZEOFBD) / in uec_startup()
1110 if ((uec_info->tx_bd_ring_len * SIZEOFBD) % in uec_startup()
1126 length = uec_info->rx_bd_ring_len * SIZEOFBD; in uec_startup()
H A Duec.h488 #define SIZEOFBD sizeof(qe_bd_t) macro