Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c938 u32 jumbo_thresh = 0; in atl1e_configure_tx() local
945 jumbo_thresh = hw->max_frame_size + extra_size; in atl1e_configure_tx()
947 jumbo_thresh = in atl1e_configure_tx()
950 jumbo_thresh = (hw->max_frame_size + extra_size) / 2; in atl1e_configure_tx()
952 AT_WRITE_REG(hw, REG_TX_EARLY_TH, (jumbo_thresh + 7) >> 3); in atl1e_configure_tx()