Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h792 uint32_t payload_copy_thresh; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c735 qlge->payload_copy_thresh = DFLT_PAYLOAD_COPY_THRESH; in ql_read_conf()
739 if (qlge->payload_copy_thresh != data) { in ql_read_conf()
740 qlge->payload_copy_thresh = data; in ql_read_conf()
2073 (payload_len <= qlge->payload_copy_thresh) && in ql_build_rx_mp()
2143 (payload_len <= qlge->payload_copy_thresh) && in ql_build_rx_mp()