Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dipoib_tx.c685 u32 tx_ring_size, tx_item_size; in hfi1_ipoib_txreq_init() local
694 tx_item_size = roundup_pow_of_two(sizeof(struct ipoib_txreq)); in hfi1_ipoib_txreq_init()
731 kvzalloc_node(array_size(tx_ring_size, tx_item_size), in hfi1_ipoib_txreq_init()
737 txq->tx_ring.shift = ilog2(tx_item_size); in hfi1_ipoib_txreq_init()