ixgbe_xmit
static int ixgbe_xmit(struct tx_ring *, struct mbuf *);
if ((rc = ixgbe_xmit(txr, m_head)) == EAGAIN) {
if ((err = ixgbe_xmit(txr, next)) != 0) {