Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h260 uint16_t copy_threshold; /* anything this size or less is copied up */ member
290 uint16_t copy_threshold; /* anything this size or less is copied up */ member
H A Dt4_sge.c1204 fl->copy_threshold = rx_copy_threshold; in alloc_iq_fl()
2084 copy = (len <= fl->copy_threshold); in get_fl_payload()
2201 if (txinfo->len <= txq->copy_threshold && in get_frame_txinfo()
2210 if (len <= txq->copy_threshold && in get_frame_txinfo()
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c875 uint32_t copy_threshold, minsize; in sbd_handle_read() local
896 copy_threshold = (sbd_copy_threshold > 0) ? in sbd_handle_read()
899 if (len < copy_threshold && in sbd_handle_read()