Searched refs:octep_vf_oq_desc_hw (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeon_ep_vf/
H A Doctep_vf_rx.h11 /* struct octep_vf_oq_desc_hw - Octeon Hardware OQ descriptor format.
19 struct octep_vf_oq_desc_hw { struct
24 static_assert(sizeof(struct octep_vf_oq_desc_hw) == 16);
26 #define OCTEP_VF_OQ_DESC_SIZE (sizeof(struct octep_vf_oq_desc_hw))
217 struct octep_vf_oq_desc_hw *desc_ring;
H A Doctep_vf_rx.c34 struct octep_vf_oq_desc_hw *desc_ring = oq->desc_ring;
81 struct octep_vf_oq_desc_hw *desc_ring = oq->desc_ring;
201 struct octep_vf_oq_desc_hw *desc_ring = oq->desc_ring;

Completed in 193 milliseconds