HomeSort by: relevance | last modified time | path
    Searched refs:ethpad (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_lro.c 325 int ethpad, uint32_t rss_hash, uint32_t rss_csum, int lro)
328 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad);
371 t3_rx_eth(adap, rq, m, ethpad);
cxgb_adapter.h 532 int ethpad, uint32_t rss_hash, uint32_t rss_csum, int lro);
533 void t3_rx_eth(struct adapter *adap, struct sge_rspq *rq, struct mbuf *m, int ethpad);
cxgb_sge.c 2154 t3_rx_eth(struct adapter *adap, struct sge_rspq *rq, struct mbuf *m, int ethpad)
2156 struct cpl_rx_pkt *cpl = (struct cpl_rx_pkt *)(mtod(m, uint8_t *) + ethpad);
2176 m_adj(m, sizeof(*cpl) + ethpad);
2404 int eth, eop = 0, ethpad = 0; local in function:process_responses
2468 ethpad = 2;
2499 t3_rx_eth_lro(adap, rspq, rspq->rspq_mh.mh_head, ethpad,

Completed in 14 milliseconds