Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dethtool.h97 u32 rx_max_coalesced_frames; member
/linux-2.4.37.9/drivers/net/
Dsky2.c2799 ecmd->rx_max_coalesced_frames = sky2_read8(hw, STAT_FIFO_WM); in sky2_get_coalesce()
2828 if (ecmd->rx_max_coalesced_frames > RX_MAX_PENDING) in sky2_set_coalesce()
2849 sky2_write8(hw, STAT_FIFO_WM, ecmd->rx_max_coalesced_frames); in sky2_set_coalesce()
Dtg3.c5095 tw32(HOSTCC_RXMAX_FRAMES, ec->rx_max_coalesced_frames); in tg3_set_coalesce()
9245 ec->rx_max_coalesced_frames = LOW_RXMAX_FRAMES; in tg3_init_coal()