Searched refs:ring_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c698 * \param ring_type Array index of this ring in the xnb's array of rings
702 xnb_connect_ring(struct xnb_softc *xnb, xnb_ring_type_t ring_type) argument
705 struct xnb_ring_config *ring = &xnb->ring_configs[ring_type];
709 ring->va = xnb->kva + ring_type * PAGE_SIZE;
710 ring->gnt_addr = xnb->gnt_base_addr + ring_type * PAGE_SIZE;
731 if (ring_type == XNB_RING_TYPE_TX) {
735 } else if (ring_type == XNB_RING_TYPE_RX) {
741 "Unknown ring type %d", ring_type);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c779 req.ring_type = type;
H A Dhsi_struct_def.h16128 uint8_t ring_type; member in struct:hwrm_ring_alloc_input
16178 * This field is used only when ring_type is a TX ring. This value
16183 * This field is used only when ring_type is a TX ring. This value
16192 * This field is used only when ring_type is a TX ring. This field is
16229 * This field is used only when ring_type is a TX ring. This input
16237 * This field is used only when ring_type is a TX ring to specify
16270 * This field is used only when ring_type is a Completion ring. This
16364 uint8_t ring_type; member in struct:hwrm_ring_free_input
16666 uint8_t ring_type; member in struct:hwrm_ring_reset_input
[all...]

Completed in 288 milliseconds