HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_xmit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ix_txrx.c 118 static int ixgbe_xmit(struct tx_ring *, struct mbuf *);
172 if ((rc = ixgbe_xmit(txr, m_head)) == EAGAIN) {
321 if ((err = ixgbe_xmit(txr, next)) != 0) {
323 /* All errors are counted in ixgbe_xmit() */
404 * ixgbe_xmit
412 ixgbe_xmit(struct tx_ring *txr, struct mbuf *m_head) function in typeref:typename:int
574 } /* ixgbe_xmit */

Completed in 13 milliseconds