cxgb_sge.c | 174 static int free_tx_desc(struct sge_txq *q, int n, struct mbuf **m_vec); 772 struct mbuf *m_vec[TX_CLEAN_MAX_DESC]; local in function:sge_txq_reclaim_ 780 n = reclaim_completed_tx(txq, TX_CLEAN_MAX_DESC, m_vec); 787 m_freem_vec(m_vec[i]); 1639 free_tx_desc(struct sge_txq *q, int n, struct mbuf **m_vec) 1660 m_vec[nbufs] = d->m; 1789 struct mbuf *m_vec[TX_CLEAN_MAX_DESC]; local in function:ofld_xmit 1800 again: cleaned = reclaim_completed_tx(q, TX_CLEAN_MAX_DESC, m_vec); 1832 m_freem_vec(m_vec[i]); 1851 struct mbuf *m_vec[TX_CLEAN_MAX_DESC] local in function:restart_offloadq [all...] |