Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_ethtool.c382 new_tx_count = ALIGN(new_tx_count, I40EVF_REQ_DESCRIPTOR_MULTIPLE); in i40evf_set_ringparam()
387 new_rx_count = ALIGN(new_rx_count, I40EVF_REQ_DESCRIPTOR_MULTIPLE); in i40evf_set_ringparam()
Di40evf.h73 #define I40EVF_REQ_DESCRIPTOR_MULTIPLE 32 macro