Home
last modified time | relevance | path

Searched refs:cur_evt (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
Dcsio_hw.c2782 hw->prev_evt = hw->cur_evt; in csio_hws_uninit()
2783 hw->cur_evt = evt; in csio_hws_uninit()
2807 hw->prev_evt = hw->cur_evt; in csio_hws_configuring()
2808 hw->cur_evt = evt; in csio_hws_configuring()
2845 hw->prev_evt = hw->cur_evt; in csio_hws_initializing()
2846 hw->cur_evt = evt; in csio_hws_initializing()
2886 hw->prev_evt = hw->cur_evt; in csio_hws_ready()
2887 hw->cur_evt = evt; in csio_hws_ready()
2932 hw->prev_evt = hw->cur_evt; in csio_hws_quiescing()
2933 hw->cur_evt = evt; in csio_hws_quiescing()
[all …]
Dcsio_rnode.h103 uint8_t cur_evt; /* Current event */ member
Dcsio_lnode.h169 uint8_t cur_evt; /* Current event */ member
Dcsio_rnode.c883 rn->prev_evt = rn->cur_evt; in csio_rnode_fwevt_handler()
884 rn->cur_evt = fwevt; in csio_rnode_fwevt_handler()
Dcsio_hw.h520 uint8_t cur_evt; /* current s/m evt */ member
Dcsio_lnode.c1573 ln->prev_evt = ln->cur_evt; in csio_fcoe_fwevt_handler()
1574 ln->cur_evt = rdev_wr->event_cause; in csio_fcoe_fwevt_handler()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.c471 node->cur_evt[cur_evt_idx] = raw_evt; in hmdfs_run_evt_cb_verbosely()
474 node->cur_evt[cur_evt_idx] = RAW_NODE_EVT_NR; in hmdfs_run_evt_cb_verbosely()
1165 node->cur_evt[0] = RAW_NODE_EVT_NR; in alloc_peer()
1166 node->cur_evt[1] = RAW_NODE_EVT_NR; in alloc_peer()
Dconnection.h191 unsigned char cur_evt[NODE_EVT_TYPE_NR]; member
Ddevice_node.c1507 to_sysfs_fmt_evt(peer->cur_evt[0]), in event_show()
1509 to_sysfs_fmt_evt(peer->cur_evt[1]), in event_show()
/kernel/linux/linux-5.10/drivers/net/hippi/
Drrunner.h818 u32 cur_rx, cur_cmd, cur_evt; member