| 39 | */ |
| 40 | |
| 41 | static void bnxt_init_ring_grps(struct bnxt *bp) |
| 42 | { |
| 43 | unsigned int i; |
| 44 | |
| 45 | for (i = 0; i < bp->max_ring_grps; i++) |
| 46 | memset(&bp->grp_info[i], (uint8_t)HWRM_NA_SIGNATURE, |
| 47 | sizeof(struct bnxt_ring_grp_info)); |
| 48 | } |
| 49 | |
| 50 | int bnxt_alloc_ring_grps(struct bnxt *bp) |
| 51 | { |
no test coverage detected