Searched defs:send_ring (Results 1 – 2 of 2) sorted by relevance
500 typedef struct send_ring { struct505 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 …]
530 typedef struct send_ring { struct535 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