Searched refs:control_h2d_ring (Results 1 – 1 of 1) sorted by relevance
604 struct bcm4377_transfer_ring control_h2d_ring; member1006 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_completion_ring()1024 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_completion_ring()1661 cpu_to_le64(bcm4377->control_h2d_ring.ring_dma); in bcm4377_init_context()1663 cpu_to_le16(bcm4377->control_h2d_ring.n_entries); in bcm4377_init_context()1665 cpu_to_le16(bcm4377->control_h2d_ring.doorbell); in bcm4377_init_context()1669 bcm4377->control_h2d_ring.payload_size / 4; in bcm4377_init_context()1723 bcm4377->control_h2d_ring.ring_id = BCM4377_XFER_RING_CONTROL; in bcm4377_prepare_rings()1724 bcm4377->control_h2d_ring.doorbell = BCM4377_DOORBELL_CONTROL; in bcm4377_prepare_rings()1727 bcm4377->control_h2d_ring.allow_wait = true; in bcm4377_prepare_rings()[all …]