Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h792 uint32_t payload_copy_thresh; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c739 qlge->payload_copy_thresh = DFLT_PAYLOAD_COPY_THRESH; in ql_read_conf()
743 if (qlge->payload_copy_thresh != data) { in ql_read_conf()
744 qlge->payload_copy_thresh = data; in ql_read_conf()
2077 (payload_len <= qlge->payload_copy_thresh) && in ql_build_rx_mp()
2147 (payload_len <= qlge->payload_copy_thresh) && in ql_build_rx_mp()