Home
last modified time | relevance | path

Searched refs:tx_bcopy_threshold (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_cfg.c105 qede->tx_bcopy_threshold = DEFAULT_TX_COPY_THRESHOLD; in qede_cfg_init()
169 qede->tx_bcopy_threshold, in qede_cfg_init()
172 qede->tx_bcopy_threshold, in qede_cfg_init()
H A Dqede_fp.c1518 pktinfo.total_len > qede->tx_bcopy_threshold) { in qede_send_tx_packet()
1522 if (pktinfo.total_len > qede->tx_bcopy_threshold) { in qede_send_tx_packet()
1527 if (pktinfo.total_len <= qede->tx_bcopy_threshold) { in qede_send_tx_packet()
H A Dqede.h777 uint16_t tx_bcopy_threshold; member
H A Dqede_main.c444 qede->instance, qede->tx_bcopy_threshold); in qede_get_config_params()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h496 int tx_bcopy_threshold; member
H A Dunm_nic_main.c1092 if (pktinfo.total_len <= adapter->tx_bcopy_threshold || in unm_nic_xmit_frame()
2080 (knp++)->value.ui64 = adapter->tx_bcopy_threshold; in unm_kstat_update()
H A Dunm_gem.c724 adapter->tx_bcopy_threshold = ddi_prop_get_int(DDI_DEV_T_ANY, in unm_check_options()