Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/adaptec/
Dstarfire.c125 #define QUEUE_ALIGN 256 macro
886 …_size = ((sizeof(struct tx_done_desc) * DONE_Q_SIZE + QUEUE_ALIGN - 1) / QUEUE_ALIGN) * QUEUE_ALIG… in netdev_open()
887 …_done_q_size = ((sizeof(rx_done_desc) * DONE_Q_SIZE + QUEUE_ALIGN - 1) / QUEUE_ALIGN) * QUEUE_ALIG… in netdev_open()
888 …ng_size = ((sizeof(starfire_tx_desc) * TX_RING_SIZE + QUEUE_ALIGN - 1) / QUEUE_ALIGN) * QUEUE_ALIG… in netdev_open()