Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
Dqlge_ethtool.c652 if (c->rx_max_coalesced_frames > MAX_INTER_FRAME_WAIT) in ql_set_coalesce()
656 if (c->tx_max_coalesced_frames > MAX_INTER_FRAME_WAIT) in ql_set_coalesce()
Dqlge.h56 #define MAX_INTER_FRAME_WAIT 10 /* 10 usec max interframe-wait for coalescing */ macro
57 #define DFLT_INTER_FRAME_WAIT (MAX_INTER_FRAME_WAIT/2)