Searched refs:cur_evt (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_fcs.c | 1015 struct fnic_tport_event_s *cur_evt, *next; in fnic_tport_event_handler() local 1020 list_for_each_entry_safe(cur_evt, next, &fnic->tport_event_list, links) { in fnic_tport_event_handler() 1021 tport = cur_evt->arg1; in fnic_tport_event_handler() 1022 switch (cur_evt->event) { in fnic_tport_event_handler() 1028 (struct fnic_tport_s *) cur_evt->arg1, flags); in fnic_tport_event_handler() 1040 (struct fnic_tport_s *) cur_evt->arg1, flags); in fnic_tport_event_handler() 1057 list_del(&cur_evt->links); in fnic_tport_event_handler() 1058 kfree(cur_evt); in fnic_tport_event_handler() 1065 struct fnic_tport_event_s *cur_evt, *next; in fnic_flush_tport_event_list() local 1069 list_for_each_entry_safe(cur_evt, next, &fnic->tport_event_list, links) { in fnic_flush_tport_event_list() [all …]
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 2782 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 …]
|
| H A D | csio_rnode.h | 103 uint8_t cur_evt; /* Current event */ member
|
| H A D | csio_lnode.h | 156 uint8_t cur_evt; /* Current event */ member
|
| H A D | csio_rnode.c | 883 rn->prev_evt = rn->cur_evt; in csio_rnode_fwevt_handler() 884 rn->cur_evt = fwevt; in csio_rnode_fwevt_handler()
|
| H A D | csio_hw.h | 520 uint8_t cur_evt; /* current s/m evt */ member
|
| H A D | csio_lnode.c | 1573 ln->prev_evt = ln->cur_evt; in csio_fcoe_fwevt_handler() 1574 ln->cur_evt = rdev_wr->event_cause; in csio_fcoe_fwevt_handler()
|