Lines Matching refs:TX_DESC_NUM
173 #define TX_DESC_NUM 1024 macro
251 struct sk_buff *tx_skb[TX_DESC_NUM];
403 hix5hd2_set_desc_depth(priv, RX_DESC_NUM, TX_DESC_NUM); in hix5hd2_hw_init()
602 num = CIRC_CNT(end, start, TX_DESC_NUM); in hix5hd2_xmit_reclaim()
625 pos = dma_ring_incr(pos, TX_DESC_NUM); in hix5hd2_xmit_reclaim()
782 pos = dma_ring_incr(pos, TX_DESC_NUM); in hix5hd2_net_xmit()
812 for (i = 0; i < TX_DESC_NUM; i++) { in hix5hd2_free_dma_desc_rings()
1000 priv->tx_bq.count = TX_DESC_NUM; in hix5hd2_init_hw_desc_queue()
1001 priv->tx_rq.count = TX_DESC_NUM; in hix5hd2_init_hw_desc_queue()
1028 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_init_sg_desc_queue()
1043 TX_DESC_NUM * sizeof(struct sg_desc), in hix5hd2_destroy_sg_desc_queue()