Searched refs:tx_bcopy_limit (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c697 if (result != dev->tx_bcopy_limit)
698 dev->tx_bcopy_limit = (uint32_t)result;
737 value = dev->tx_bcopy_limit;
H A Doce_tx.c771 if (pkt_len < dev->tx_bcopy_limit) {
781 if (len < dev->tx_bcopy_limit) {
H A Doce_main.c55 static const char tx_bcopy_limit_name[] = "tx_bcopy_limit";
605 dev->tx_bcopy_limit = oce_get_prop(dev, (char *)tx_bcopy_limit_name,
H A Doce_queue.c486 wq->cfg.buf_size = dev->tx_bcopy_limit;
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h225 uint32_t tx_bcopy_limit; /* TX BCOPY Limit */ member in struct:oce_dev

Completed in 72 milliseconds