Lines Matching refs:sp_event

1171 		set_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event);  in bnxt_sched_reset()
1964 set_bit(BNXT_LINK_SPEED_CHNG_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
1968 set_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
1971 set_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
1983 set_bit(BNXT_HWRM_PORT_MODULE_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
1989 set_bit(BNXT_RESET_TASK_SILENT_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
2008 set_bit(BNXT_FW_RESET_NOTIFY_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
2076 set_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event); in bnxt_hwrm_handler()
9594 set_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event); in bnxt_set_rx_mode()
9944 set_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event); in bnxt_tx_timeout()
9976 set_bit(BNXT_FW_EXCEPTION_SP_EVENT, &bp->sp_event); in bnxt_fw_health_check()
9996 set_bit(BNXT_PERIODIC_STATS_SP_EVENT, &bp->sp_event); in bnxt_timer()
10001 set_bit(BNXT_FLOW_STATS_SP_EVENT, &bp->sp_event); in bnxt_timer()
10010 set_bit(BNXT_UPDATE_PHY_SP_EVENT, &bp->sp_event); in bnxt_timer()
10016 set_bit(BNXT_RING_COAL_NOW_SP_EVENT, &bp->sp_event); in bnxt_timer()
10232 if (test_and_clear_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10235 if (test_and_clear_bit(BNXT_RX_NTP_FLTR_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10237 if (test_and_clear_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10239 if (test_and_clear_bit(BNXT_VXLAN_ADD_PORT_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10244 if (test_and_clear_bit(BNXT_VXLAN_DEL_PORT_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10248 if (test_and_clear_bit(BNXT_GENEVE_ADD_PORT_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10253 if (test_and_clear_bit(BNXT_GENEVE_DEL_PORT_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10257 if (test_and_clear_bit(BNXT_PERIODIC_STATS_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10263 if (test_and_clear_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10268 &bp->sp_event)) in bnxt_sp_task()
10277 if (test_and_clear_bit(BNXT_UPDATE_PHY_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10290 if (test_and_clear_bit(BNXT_HWRM_PORT_MODULE_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
10296 if (test_and_clear_bit(BNXT_FLOW_STATS_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10299 if (test_and_clear_bit(BNXT_RING_COAL_NOW_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10305 if (test_and_clear_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10308 if (test_and_clear_bit(BNXT_RESET_TASK_SILENT_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10311 if (test_and_clear_bit(BNXT_FW_RESET_NOTIFY_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
10314 if (test_and_clear_bit(BNXT_FW_EXCEPTION_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
11068 set_bit(BNXT_RX_NTP_FLTR_SP_EVENT, &bp->sp_event); in bnxt_rx_flow_steer()
11120 if (test_and_clear_bit(BNXT_HWRM_PF_UNLOAD_SP_EVENT, &bp->sp_event)) in bnxt_cfg_ntp_filters()
11151 set_bit(BNXT_VXLAN_ADD_PORT_SP_EVENT, &bp->sp_event); in bnxt_udp_tunnel_add()
11162 set_bit(BNXT_GENEVE_ADD_PORT_SP_EVENT, &bp->sp_event); in bnxt_udp_tunnel_add()
11192 set_bit(BNXT_VXLAN_DEL_PORT_SP_EVENT, &bp->sp_event); in bnxt_udp_tunnel_del()
11202 set_bit(BNXT_GENEVE_DEL_PORT_SP_EVENT, &bp->sp_event); in bnxt_udp_tunnel_del()
11330 bp->sp_event = 0; in bnxt_remove_one()