mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 04:16:33 +02:00
[bnxt] Fix typo in function declaration
Fix typo in function declaration. Duplicate declaration of bnxt_adv_cq_index(). Modified to include function declaration for bnxt_adv_nq_index(). Signed-off-by: Joseph Wong <joseph.wong@broadcom.com>
This commit is contained in:
parent
df5957ccc9
commit
a5e4bb98bf
@ -21,7 +21,7 @@ FILE_LICENCE ( GPL2_ONLY );
|
||||
static void bnxt_service_cq ( struct net_device *dev );
|
||||
static void bnxt_tx_complete ( struct net_device *dev, u16 hw_idx );
|
||||
static void bnxt_adv_cq_index ( struct bnxt *bp, u16 cnt );
|
||||
static void bnxt_adv_cq_index ( struct bnxt *bp, u16 cnt );
|
||||
static void bnxt_adv_nq_index ( struct bnxt *bp, u16 cnt );
|
||||
static int bnxt_rx_complete ( struct net_device *dev, struct rx_pkt_cmpl *rx );
|
||||
void bnxt_link_evt ( struct bnxt *bp, struct hwrm_async_event_cmpl *evt );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user