Home
last modified time | relevance | path

Searched refs:evt_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dscsi_lib.c2694 switch (evt->evt_type) { in scsi_evt_emit()
2733 enum scsi_device_event evt_type; in scsi_evt_thread() local
2738 for (evt_type = SDEV_EVT_FIRST; evt_type <= SDEV_EVT_LAST; evt_type++) in scsi_evt_thread()
2739 if (test_and_clear_bit(evt_type, sdev->pending_events)) in scsi_evt_thread()
2740 sdev_evt_send_simple(sdev, evt_type, GFP_KERNEL); in scsi_evt_thread()
2778 if (!test_bit(evt->evt_type, sdev->supported_events)) { in sdev_evt_send()
2798 struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type, in sdev_evt_alloc() argument
2805 evt->evt_type = evt_type; in sdev_evt_alloc()
2809 switch (evt_type) { in sdev_evt_alloc()
2834 enum scsi_device_event evt_type, gfp_t gfpflags) in sdev_evt_send_simple() argument
[all …]
Dscsi_error.c389 enum scsi_device_event evt_type = SDEV_EVT_MAXBITS; /* i.e. none */ in scsi_report_sense() local
393 evt_type = SDEV_EVT_INQUIRY_CHANGE_REPORTED; in scsi_report_sense()
397 evt_type = SDEV_EVT_LUN_CHANGE_REPORTED; in scsi_report_sense()
412 evt_type = SDEV_EVT_SOFT_THRESHOLD_REACHED_REPORTED; in scsi_report_sense()
420 evt_type = SDEV_EVT_MODE_PARAMETER_CHANGE_REPORTED; in scsi_report_sense()
424 evt_type = SDEV_EVT_CAPACITY_CHANGE_REPORTED; in scsi_report_sense()
432 if (evt_type != SDEV_EVT_MAXBITS) { in scsi_report_sense()
433 set_bit(evt_type, sdev->pending_events); in scsi_report_sense()
/linux-4.1.27/include/scsi/
Dscsi_device.h68 enum scsi_device_event evt_type; member
401 extern struct scsi_event *sdev_evt_alloc(enum scsi_device_event evt_type,
405 enum scsi_device_event evt_type, gfp_t gfpflags);
/linux-4.1.27/drivers/uwb/
Dneh.c107 u8 evt_type; member
231 neh->evt_type = expected_type; in uwb_rc_neh_add()
309 return neh->evt_type == rceb->bEventType in uwb_rc_neh_match()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1861 __u8 evt_type; member
1911 __u8 evt_type; member
/linux-4.1.27/drivers/block/
Dsx8.c1190 u8 evt_type = *evt_type_ptr; in carm_handle_responses() local
1192 pci_name(host->pdev), (int) evt_type); in carm_handle_responses()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_init.c4102 uint8_t evt_type; in lpfc_sli4_async_sli_evt() local
4107 evt_type = bf_get(lpfc_trailer_type, acqe_sli); in lpfc_sli4_async_sli_evt()
4116 evt_type); in lpfc_sli4_async_sli_evt()
4124 switch (evt_type) { in lpfc_sli4_async_sli_evt()
4222 evt_type); in lpfc_sli4_async_sli_evt()
/linux-4.1.27/net/bluetooth/
Dhci_event.c4876 process_adv_report(hdev, ev->evt_type, &ev->bdaddr, in hci_le_adv_report_evt()
5072 process_adv_report(hdev, ev->evt_type, &ev->bdaddr, in hci_le_direct_adv_report_evt()