Lines Matching refs:TX_DESC_NUM
174 #define TX_DESC_NUM 1024 macro
252 struct sk_buff *tx_skb[TX_DESC_NUM];
404 hix5hd2_set_desc_depth(priv, RX_DESC_NUM, TX_DESC_NUM); in hix5hd2_hw_init()
603 num = CIRC_CNT(end, start, TX_DESC_NUM); in hix5hd2_xmit_reclaim()
626 pos = dma_ring_incr(pos, TX_DESC_NUM); in hix5hd2_xmit_reclaim()
783 pos = dma_ring_incr(pos, TX_DESC_NUM); in hix5hd2_net_xmit()
813 for (i = 0; i < TX_DESC_NUM; i++) { in hix5hd2_free_dma_desc_rings()
1001 priv->tx_bq.count = TX_DESC_NUM; in hix5hd2_init_hw_desc_queue()
1002 priv->tx_rq.count = TX_DESC_NUM; in hix5hd2_init_hw_desc_queue()
1029 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_init_sg_desc_queue()
1044 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_destroy_sg_desc_queue()