Home
last modified time | relevance | path

Searched refs:copy_threshold (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h291 uint16_t copy_threshold; /* anything this size or less is copied up */ member
323 uint16_t copy_threshold; /* anything this size or less is copied up */ member
H A Dt4_sge.c1437 fl->copy_threshold = rx_copy_threshold; in alloc_iq_fl()
2372 copy = (len <= fl->copy_threshold); in get_fl_payload()
2504 if (txinfo->len <= txq->copy_threshold && in get_frame_txinfo()
2513 if (len <= txq->copy_threshold && in get_frame_txinfo()
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c950 uint32_t copy_threshold, minsize; in sbd_handle_read() local
972 copy_threshold = (sbd_copy_threshold > 0) ? in sbd_handle_read()
975 if (len < copy_threshold && in sbd_handle_read()