Home
last modified time | relevance | path

Searched refs:rx_copy_threshold (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_cfg.c104 qede->rx_copy_threshold = DEFAULT_RX_COPY_THRESHOLD; in qede_cfg_init()
166 qede->rx_copy_threshold, in qede_cfg_init()
H A Dqede.h515 uint32_t rx_copy_threshold; member
747 uint32_t rx_copy_threshold; member
H A Dqede_main.c440 qede->instance, qede->rx_copy_threshold); in qede_get_config_params()
3008 rx_ring->rx_copy_threshold = qede->rx_copy_threshold; in qede_fastpath_config()
H A Dqede_fp.c636 if (pkt_len <= rx_ring->rx_copy_threshold) { in qede_reg_cqe()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx.h306 u32_t rx_copy_threshold; member
H A Dbnxcfg.c416 umdevice->rx_copy_threshold = 0xffffffff; in bnx_cfg_init()
418 umdevice->rx_copy_threshold = 0; in bnx_cfg_init()
H A Dbnxrcv.c282 if (pktlen < umdevice->rx_copy_threshold) { in bnx_recv_ring_recv()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h806 uint32_t rx_copy_threshold; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c667 qlge->rx_copy_threshold = qlge->rx_ring_size / 4; in ql_read_conf()
670 qlge->rx_copy_threshold = data; in ql_read_conf()
672 qlge->rx_copy_threshold); in ql_read_conf()
1925 (rx_ring->sbuf_in_use_count <= qlge->rx_copy_threshold) || in ql_build_rx_mp()
1926 (rx_ring->lbuf_in_use_count <= qlge->rx_copy_threshold)) { in ql_build_rx_mp()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c48 uint16_t rx_copy_threshold = 256; variable
1437 fl->copy_threshold = rx_copy_threshold; in alloc_iq_fl()