Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h789 uint16_t rx_max_coalesced_frames; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c683 qlge->rx_max_coalesced_frames = DFLT_RX_INTER_FRAME_WAIT_JUMBO; in ql_read_conf()
707 qlge->rx_max_coalesced_frames = DFLT_RX_INTER_FRAME_WAIT; in ql_read_conf()
711 if (qlge->rx_max_coalesced_frames != data) { in ql_read_conf()
712 qlge->rx_max_coalesced_frames = (uint16_t)data; in ql_read_conf()
6538 cpu_to_le16(qlge->rx_max_coalesced_frames); in ql_start_rx_ring()
6549 cpu_to_le16(qlge->rx_max_coalesced_frames); in ql_start_rx_ring()