Searched refs:rxd_ring_size (Results 1 – 2 of 2) sorted by relevance
218 ATL2_WRITE_REGW(hw, REG_RXD_BUF_NUM, (u16)adapter->rxd_ring_size); in atl2_configure()301 adapter->rxd_ring_size * 1536 + 127; /* 128bytes align */ in atl2_setup_ring_resources()473 if (++adapter->rxd_write_ptr == adapter->rxd_ring_size) in atl2_intr_rx()3021 adapter->rxd_ring_size = (u32)val; in atl2_check_options()3026 adapter->rxd_ring_size = (u32)opt.def; in atl2_check_options()3029 adapter->hw.fc_rxd_hi = (adapter->rxd_ring_size / 8) * 7; in atl2_check_options()3031 (adapter->rxd_ring_size / 12) ? (ATL2_MIN_RXD_COUNT / 8) : in atl2_check_options()3032 (adapter->rxd_ring_size / 12); in atl2_check_options()
485 u32 rxd_ring_size; /* 1536 bytes per unit */ member