Searched refs:tx_type (Results 1 – 8 of 8) sorted by relevance
446 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()
450 tx_type_t tx_type; member
491 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()
102 xnf_txbuf_type_t tx_type; member
523 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()
394 tx_type_t tx_type; member
433 enum tx_mode_t tx_type; /* map mode or copy mode */ member
2617 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()