Home
last modified time | relevance | path

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.c701 if (result != dev->tx_bcopy_limit) in oce_set_priv_prop()
702 dev->tx_bcopy_limit = (uint32_t)result; in oce_set_priv_prop()
741 value = dev->tx_bcopy_limit; in oce_get_priv_prop()
H A Doce_tx.c771 if (pkt_len < dev->tx_bcopy_limit) { in oce_send_packet()
781 if (len < dev->tx_bcopy_limit) { in oce_send_packet()
H A Doce_main.c605 dev->tx_bcopy_limit = oce_get_prop(dev, (char *)tx_bcopy_limit_name, in oce_get_params()
H A Doce_queue.c486 wq->cfg.buf_size = dev->tx_bcopy_limit; in oce_wq_init()
/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