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

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

Completed in 60 milliseconds