Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h789 uint16_t rx_max_coalesced_frames; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c687 qlge->rx_max_coalesced_frames = DFLT_RX_INTER_FRAME_WAIT_JUMBO; in ql_read_conf()
711 qlge->rx_max_coalesced_frames = DFLT_RX_INTER_FRAME_WAIT; in ql_read_conf()
715 if (qlge->rx_max_coalesced_frames != data) { in ql_read_conf()
716 qlge->rx_max_coalesced_frames = (uint16_t)data; in ql_read_conf()
6539 cpu_to_le16(qlge->rx_max_coalesced_frames); in ql_start_rx_ring()
6550 cpu_to_le16(qlge->rx_max_coalesced_frames); in ql_start_rx_ring()