Searched refs:IAVF_REQ_DESCRIPTOR_MULTIPLE (Results 1 – 2 of 2) sorted by relevance
608 new_tx_count = ALIGN(new_tx_count, IAVF_REQ_DESCRIPTOR_MULTIPLE); in iavf_set_ringparam()613 new_rx_count = ALIGN(new_rx_count, IAVF_REQ_DESCRIPTOR_MULTIPLE); in iavf_set_ringparam()
73 #define IAVF_REQ_DESCRIPTOR_MULTIPLE 32 macro