Home
last modified time | relevance | path

Searched refs:tx_buf_size (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h307 int tx_buf_size; member
738 uint32_t tx_buf_size; member
H A Dqede_main.c461 qede->tx_buf_size = BUF_2K_SIZE; in qede_get_config_params()
2550 if (qede->tx_buf_size > page_size) { in qede_alloc_tx_bcopy_buffers()
2551 size = qede->tx_buf_size; in qede_alloc_tx_bcopy_buffers()
2576 qede->tx_buf_size, in qede_alloc_tx_bcopy_buffers()
3022 tx_ring->tx_buf_size = qede->tx_buf_size; in qede_fastpath_config()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c455 unsigned long tx_buf_size:11; member
1273 tp->tx_ring[entry].tx_ctrl.bits.tx_buf_size = s; in rhine_transmit()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h647 uint32_t tx_buf_size; /* Tx buffer size */ member
H A Digb_buf.c752 tx_buf, igb->tx_buf_size); in igb_alloc_tcb_lists()
H A Digb_gld.c1167 igb->tx_buf_size = ((tx_size >> 10) + ((tx_size & in igb_m_setprop()
H A Digb_main.c1082 igb->tx_buf_size = ((tx_size >> 10) + in igb_init_driver_settings()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h692 uint32_t tx_buf_size; /* Tx buffer size */ member
H A Dixgbe_buf.c746 tx_buf, ixgbe->tx_buf_size); in ixgbe_alloc_tcb_lists()
H A Dixgbe_gld.c541 ixgbe->tx_buf_size = ((tx_size >> 10) + ((tx_size & in ixgbe_m_setprop()
H A Dixgbe_main.c1179 ixgbe->tx_buf_size = ((tx_size >> 10) + in ixgbe_init_driver_settings()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c931 int tx_buf_size = dp->gc.gc_tx_buf_size; in gem_init_tx_ring() local
942 SLOT(dp->tx_slots_base + dp->tx_softq_head, tx_buf_size); in gem_init_tx_ring()