Home
last modified time | relevance | path

Searched refs:sp_event (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/misc/ibmasm/
Ddot_command.h40 #define sp_event 5 macro
Ddot_command.c47 case sp_event: in ibmasm_receive_message()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c1219 set_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event); in bnxt_async_event_process()
1257 set_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event); in bnxt_hwrm_handler()
4868 set_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event); in bnxt_set_rx_mode()
5045 set_bit(BNXT_RESET_TASK_SP_EVENT, &bp->sp_event); in bnxt_tx_timeout()
5094 if (test_and_clear_bit(BNXT_RX_MASK_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
5097 if (test_and_clear_bit(BNXT_RX_NTP_FLTR_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
5099 if (test_and_clear_bit(BNXT_LINK_CHNG_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
5105 if (test_and_clear_bit(BNXT_HWRM_EXEC_FWD_REQ_SP_EVENT, &bp->sp_event)) in bnxt_sp_task()
5107 if (test_and_clear_bit(BNXT_VXLAN_ADD_PORT_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
5112 if (test_and_clear_bit(BNXT_VXLAN_DEL_PORT_SP_EVENT, &bp->sp_event)) { in bnxt_sp_task()
[all …]
Dbnxt.h964 unsigned long sp_event; member