Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c686 u32 tx_ring_size, tx_item_size; in hfi1_ipoib_txreq_init() local
695 tx_item_size = roundup_pow_of_two(sizeof(struct ipoib_txreq)); in hfi1_ipoib_txreq_init()
732 kvzalloc_node(array_size(tx_ring_size, tx_item_size), in hfi1_ipoib_txreq_init()
738 txq->tx_ring.shift = ilog2(tx_item_size); in hfi1_ipoib_txreq_init()