Home
last modified time | relevance | path

Searched refs:tx_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c446 if (tcb == NULL || tcb->tx_type == USE_DMA || in ixgbe_tx_copy()
454 newtcb->tx_type = USE_COPY; in ixgbe_tx_copy()
461 ASSERT3S(tcb->tx_type, ==, USE_COPY); in ixgbe_tx_copy()
519 tcb->tx_type = USE_DMA; in ixgbe_tx_bind()
542 if (tcb->tx_type == USE_DMA) { in ixgbe_tcb_done()
557 } else if (tcb->tx_type == USE_COPY) { in ixgbe_tcb_done()
1400 switch (tcb->tx_type) { in ixgbe_free_tcb()
1426 tcb->tx_type = USE_NONE; in ixgbe_free_tcb()
H A Dixgbe_sw.h450 tx_type_t tx_type; member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c491 ASSERT3U(txp->tx_type, ==, TX_DATA); in xnf_data_txbuf_free()
566 txp->tx_type = TX_DATA; in xnf_data_txbuf_alloc()
675 switch (txp->tx_type) { in xnf_setup_rings()
686 txp->tx_type = TX_MCAST_RSP; in xnf_setup_rings()
1351 txp->tx_type = TX_MCAST_REQ; in xnf_set_multicast()
1383 while (txp->tx_type == TX_MCAST_REQ) in xnf_set_multicast()
1386 ASSERT3U(txp->tx_type, ==, TX_MCAST_RSP); in xnf_set_multicast()
1466 switch (txp->tx_type) { in xnf_tx_clean_ring()
1490 txp->tx_type = TX_MCAST_RSP; in xnf_tx_clean_ring()
1499 txp->tx_type); in xnf_tx_clean_ring()
H A Dxnf.h102 xnf_txbuf_type_t tx_type; member
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_tx.c523 tcb->tx_type = USE_COPY; in igb_tx_copy()
565 tcb->tx_type = USE_DMA; in igb_tx_bind()
1401 switch (tcb->tx_type) { in igb_free_tcb()
1427 tcb->tx_type = USE_NONE; in igb_free_tcb()
H A Digb_sw.h394 tx_type_t tx_type; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h433 enum tx_mode_t tx_type; /* map mode or copy mode */ member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2617 if (tx_ring_desc->tx_type == USE_DMA) { in ql_process_mac_tx_intr()
5632 tx_cb->tx_type = tx_mode; in ql_send_common()