Searched refs:rxd_ring_size (Results 1 – 2 of 2) sorted by relevance
199 ATL2_WRITE_REGW(hw, REG_RXD_BUF_NUM, (u16)adapter->rxd_ring_size); in atl2_configure()282 adapter->rxd_ring_size * 1536 + 127; /* 128bytes align */ in atl2_setup_ring_resources()453 if (++adapter->rxd_write_ptr == adapter->rxd_ring_size) in atl2_intr_rx()2965 adapter->rxd_ring_size = (u32)val; in atl2_check_options()2970 adapter->rxd_ring_size = (u32)opt.def; in atl2_check_options()2973 adapter->hw.fc_rxd_hi = (adapter->rxd_ring_size / 8) * 7; in atl2_check_options()2975 (adapter->rxd_ring_size / 12) ? (ATL2_MIN_RXD_COUNT / 8) : in atl2_check_options()2976 (adapter->rxd_ring_size / 12); in atl2_check_options()
469 u32 rxd_ring_size; /* 1536 bytes per unit */ member