1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2014-2018 Broadcom
10 rte_intr_callback_fn handler;
13 char name[RTE_ETH_NAME_MAX_LEN + 2];
17 int bnxt_free_int(struct bnxt *bp);
18 void bnxt_disable_int(struct bnxt *bp);
19 void bnxt_enable_int(struct bnxt *bp);
20 int bnxt_setup_int(struct bnxt *bp);
21 int bnxt_request_int(struct bnxt *bp);
22 void bnxt_int_handler(void *param);