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

/u-boot/drivers/net/bnxt/
H A Dbnxt.c1077 int bnxt_hwrm_ring_free(struct bnxt *bp, u16 ring_id, u8 ring_type) argument
1084 req->ring_type = ring_type;
1094 u8 ring_type,
1105 req->ring_type = ring_type;
1111 if (ring_type == RING_ALLOC_REQ_RING_TYPE_TX) {
1113 } else if (ring_type == RING_ALLOC_REQ_RING_TYPE_RX) {
1123 if (ring_type == RING_ALLOC_REQ_RING_TYPE_L2_CMPL) {
1126 } else if (ring_type
1090 bnxt_hwrm_ring_alloc(struct bnxt *bp, dma_addr_t ring_map, u16 length, u16 ring_id, u8 ring_type, u8 int_mode) argument
[all...]
H A Dbnxt_hsi.h629 u8 ring_type; member in struct:hwrm_ring_alloc_input
678 u8 ring_type; member in struct:hwrm_ring_free_input

Completed in 46 milliseconds