Searched defs:bcopy_thresh (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c112 uint32_t bcopy_thresh; local
270 bcopy_thresh = (hxge_bcopy_thresh - TX_PKT_HEADER_SIZE);
272 bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE);
321 (len >= bcopy_thresh))) {
323 bcopy_thresh += TX_PKT_HEADER_SIZE;
352 if (len < bcopy_thresh) {
360 if ((pack_len <= bcopy_thresh) &&
374 } else if (pack_len > bcopy_thresh &&
378 bcopy_thresh = hxge_bcopy_thresh;
383 bcopy_thresh, pkt_le
[all...]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c167 uint32_t bcopy_thresh; local
179 bcopy_thresh = Adapter->tx_bcopy_thresh;
321 if (bcopy_thresh < cur_context.hdr_len)
322 bcopy_thresh = cur_context.hdr_len;
370 if ((len <= bcopy_thresh) || tx_undersize_flag) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c161 uint32_t bcopy_thresh; local
430 bcopy_thresh = (nxge_bcopy_thresh - TX_PKT_HEADER_SIZE);
432 bcopy_thresh = (TX_BCOPY_SIZE - TX_PKT_HEADER_SIZE);
493 (len >= bcopy_thresh))) {
495 bcopy_thresh += TX_PKT_HEADER_SIZE;
526 if (len < bcopy_thresh) {
535 if ((pack_len <= bcopy_thresh) &&
549 } else if (pack_len > bcopy_thresh &&
553 bcopy_thresh = nxge_bcopy_thresh;
558 bcopy_thresh,
[all...]

Completed in 80 milliseconds