Home
last modified time | relevance | path

Searched refs:tx_sw_desc (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dadapter.h163 struct tx_sw_desc;
177 struct tx_sw_desc *sdesc; /* address of SW Tx descriptor ring */
Dsge.c109 struct tx_sw_desc { /* SW state per Tx descriptor */ struct
240 struct tx_sw_desc *d = &q->sdesc[cidx]; in unmap_skb()
288 struct tx_sw_desc *d; in free_tx_desc()
1058 struct tx_sw_desc *sd = &q->sdesc[pidx]; in write_wr_hdr_sgl()
3007 size_t sz = i == TXQ_CTRL ? 0 : sizeof(struct tx_sw_desc); in t3_sge_alloc_qset()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h230 struct tx_sw_desc;
247 struct tx_sw_desc *sdesc; /* address of SW TX descriptor ring */
Dsge.c157 struct tx_sw_desc { struct
380 struct tx_sw_desc *sdesc; in free_tx_desc()
2381 sizeof(struct tx_sw_desc), in t4vf_sge_alloc_eth_txq()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h551 struct tx_sw_desc;
562 struct tx_sw_desc *sdesc; /* address of SW Tx descriptor ring */
Dsge.c148 struct tx_sw_desc { /* SW state per Tx descriptor */ struct
393 struct tx_sw_desc *d; in free_tx_desc()
2583 sizeof(struct tx_desc), sizeof(struct tx_sw_desc), in t4_sge_alloc_eth_txq()
2691 sizeof(struct tx_desc), sizeof(struct tx_sw_desc), in t4_sge_alloc_ofld_txq()