Home
last modified time | relevance | path

Searched defs:send_ring (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h500 typedef struct send_ring { struct
505 dma_area_t desc; /* (const) related h/w */
507 dma_area_t buf[BGE_SEND_BUF_ARRAY][BGE_SPLIT];
509 bge_rcb_t hw_rcb; /* (const) image of h/w */
512 struct bge *bgep; /* (const) containing */
514 volatile uint16_t *cons_index_p; /* (const) ptr to h/w */
518 bge_regno_t chip_mbx_reg; /* (const) h/w producer */
523 bge_queue_t txbuf_queue;
524 bge_queue_t freetxbuf_queue;
525 bge_queue_t *txbuf_push_queue;
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h530 typedef struct send_ring { struct
535 dma_area_t desc; /* (const) related h/w */
537 dma_area_t buf[NGE_SEND_SLOTS_BUF];
539 struct nge *ngep; /* (const) containing */
542 uint32_t tx_hwmark;
543 uint32_t tx_lwmark;
573 } send_ring_t; argument