Lines Matching refs:TX_DESC_NUM
177 #define TX_DESC_NUM 1024 macro
255 struct sk_buff *tx_skb[TX_DESC_NUM];
407 hix5hd2_set_desc_depth(priv, RX_DESC_NUM, TX_DESC_NUM); in hix5hd2_hw_init()
606 num = CIRC_CNT(end, start, TX_DESC_NUM); in hix5hd2_xmit_reclaim()
629 pos = dma_ring_incr(pos, TX_DESC_NUM); in hix5hd2_xmit_reclaim()
786 pos = dma_ring_incr(pos, TX_DESC_NUM); in hix5hd2_net_xmit()
816 for (i = 0; i < TX_DESC_NUM; i++) { in hix5hd2_free_dma_desc_rings()
1004 priv->tx_bq.count = TX_DESC_NUM; in hix5hd2_init_hw_desc_queue()
1005 priv->tx_rq.count = TX_DESC_NUM; in hix5hd2_init_hw_desc_queue()
1032 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_init_sg_desc_queue()
1047 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_destroy_sg_desc_queue()