Searched refs:rxd_ring_size (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl2.c218 ATL2_WRITE_REGW(hw, REG_RXD_BUF_NUM, (u16)adapter->rxd_ring_size); atl2_configure()
301 adapter->rxd_ring_size * 1536 + 127; /* 128bytes align */ atl2_setup_ring_resources()
473 if (++adapter->rxd_write_ptr == adapter->rxd_ring_size) atl2_intr_rx()
3021 adapter->rxd_ring_size = (u32)val; atl2_check_options()
3026 adapter->rxd_ring_size = (u32)opt.def; atl2_check_options()
3029 adapter->hw.fc_rxd_hi = (adapter->rxd_ring_size / 8) * 7; atl2_check_options()
3031 (adapter->rxd_ring_size / 12) ? (ATL2_MIN_RXD_COUNT / 8) : atl2_check_options()
3032 (adapter->rxd_ring_size / 12); atl2_check_options()
H A Datl2.h485 u32 rxd_ring_size; /* 1536 bytes per unit */ member in struct:atl2_adapter

Completed in 131 milliseconds