sp_event
case sp_event:
if (test_and_clear_bit(BNXT_RESTART_ULP_SP_EVENT, &bp->sp_event)) {
if (test_and_clear_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_RX_NTP_FLTR_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_PERIODIC_STATS_SP_EVENT, &bp->sp_event)) {
if (test_and_clear_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event)) {
&bp->sp_event))
&bp->sp_event))
if (test_and_clear_bit(BNXT_UPDATE_PHY_SP_EVENT, &bp->sp_event)) {
if (test_and_clear_bit(BNXT_HWRM_PORT_MODULE_SP_EVENT, &bp->sp_event)) {
if (test_and_clear_bit(BNXT_FLOW_STATS_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_RING_COAL_NOW_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_FW_ECHO_REQUEST_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_THERMAL_THRESHOLD_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_RESET_TASK_SILENT_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_RST_RING_SP_EVENT, &bp->sp_event))
if (test_and_clear_bit(BNXT_FW_RESET_NOTIFY_SP_EVENT, &bp->sp_event)) {
if (test_and_clear_bit(BNXT_FW_EXCEPTION_SP_EVENT, &bp->sp_event)) {
bp->sp_event = 0;
set_bit(BNXT_THERMAL_THRESHOLD_SP_EVENT, &bp->sp_event);
set_bit(BNXT_LINK_SPEED_CHNG_SP_EVENT, &bp->sp_event);
set_bit(BNXT_LINK_CFG_CHANGE_SP_EVENT, &bp->sp_event);
set_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event);
set_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event);
set_bit(BNXT_HWRM_PORT_MODULE_SP_EVENT, &bp->sp_event);
set_bit(BNXT_RESET_TASK_SILENT_SP_EVENT, &bp->sp_event);
set_bit(BNXT_FW_RESET_NOTIFY_SP_EVENT, &bp->sp_event);
set_bit(BNXT_FW_ECHO_REQUEST_SP_EVENT, &bp->sp_event);
set_bit(event, &bp->sp_event);
set_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event);
set_bit(BNXT_RST_RING_SP_EVENT, &bp->sp_event);
unsigned long sp_event;
u32 sp_event;
error = ia_css_queue_dequeue(eventq_handle, &sp_event);
ia_css_event_decode(sp_event, payload);