Searched refs:control_h2d_ring (Results 1 – 1 of 1) sorted by relevance
594 struct bcm4377_transfer_ring control_h2d_ring; member996 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_completion_ring()1014 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_completion_ring()1643 cpu_to_le64(bcm4377->control_h2d_ring.ring_dma); in bcm4377_init_context()1645 cpu_to_le16(bcm4377->control_h2d_ring.n_entries); in bcm4377_init_context()1647 cpu_to_le16(bcm4377->control_h2d_ring.doorbell); in bcm4377_init_context()1651 bcm4377->control_h2d_ring.payload_size / 4; in bcm4377_init_context()1705 bcm4377->control_h2d_ring.ring_id = BCM4377_XFER_RING_CONTROL; in bcm4377_prepare_rings()1706 bcm4377->control_h2d_ring.doorbell = BCM4377_DOORBELL_CONTROL; in bcm4377_prepare_rings()1709 bcm4377->control_h2d_ring.allow_wait = true; in bcm4377_prepare_rings()[all …]