Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_a0_internal.h83 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE))
Dhw_atl_b0_internal.h147 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE))
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_internal.h41 (ALIGN(AQ_CFG_SKB_FRAGS_MAX + 1U, AQ_HW_RXD_MULTIPLE))
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/
Daq_hw.h138 #define AQ_HW_RXD_MULTIPLE 8U macro
Daq_ethtool.c858 cfg->rxds = ALIGN(cfg->rxds, AQ_HW_RXD_MULTIPLE); in aq_set_ringparam()