Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5d7774d authored by Jeffrey Huang's avatar Jeffrey Huang Committed by David S. Miller
Browse files

bnxt_en: Change sp events definitions to represent bit position.



Fix the sp event bits to be bit positions instead of bit values since
the bit helper functions are expecting the former.

Signed-off-by: default avatarJeffrey Huang <huangjw@broadcom.com>
Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 49a496c9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -959,11 +959,11 @@ struct bnxt {
#define BNXT_RX_MASK_SP_EVENT		0
#define BNXT_RX_NTP_FLTR_SP_EVENT	1
#define BNXT_LINK_CHNG_SP_EVENT		2
#define BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT	4
#define BNXT_VXLAN_ADD_PORT_SP_EVENT	8
#define BNXT_VXLAN_DEL_PORT_SP_EVENT	16
#define BNXT_RESET_TASK_SP_EVENT	32
#define BNXT_RST_RING_SP_EVENT		64
#define BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT	3
#define BNXT_VXLAN_ADD_PORT_SP_EVENT	4
#define BNXT_VXLAN_DEL_PORT_SP_EVENT	5
#define BNXT_RESET_TASK_SP_EVENT	6
#define BNXT_RST_RING_SP_EVENT		7

	struct bnxt_pf_info	pf;
#ifdef CONFIG_BNXT_SRIOV