Searched refs:ring_ctrl (Results 1 – 5 of 5) sorted by relevance
527 struct ring_ctrl { struct578 struct ring_ctrl evt_ctrl;579 struct ring_ctrl cmd_ctrl;580 struct ring_ctrl tx_ctrl;581 struct ring_ctrl rx_std_ctrl;582 struct ring_ctrl rx_jumbo_ctrl;583 struct ring_ctrl rx_mini_ctrl;584 struct ring_ctrl rx_return_ctrl;
764 struct ring_ctrl { struct786 struct ring_ctrl evt_ctrl; argument787 struct ring_ctrl cmd_ctrl;788 struct ring_ctrl tx_ctrl;812 struct ring_ctrl *rx_ctrl; /* Receive ring control */
1164 memset(rrpriv->rx_ctrl, 0, 256 * sizeof(struct ring_ctrl)); in rr_timer()1202 256 * sizeof(struct ring_ctrl), in rr_open()1255 dma_free_coherent(&pdev->dev, 256 * sizeof(struct ring_ctrl), in rr_open()1380 dma_free_coherent(&pdev->dev, 256 * sizeof(struct ring_ctrl), in rr_close()1401 struct ring_ctrl *txctrl; in rr_start_xmit()
53 union ce_ring_control ring_ctrl; in crypto4xx_hw_init() local90 ring_ctrl.w = 0; in crypto4xx_hw_init()91 writel(ring_ctrl.w, dev->ce_base + CRYPTO4XX_RING_CTRL); in crypto4xx_hw_init()
1227 u8 ring_ctrl; member