Searched refs:this_device (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_base_remote_device.c61 SCI_BASE_REMOTE_DEVICE_T *this_device,
67 &this_device->parent,
72 &this_device->state_machine,
73 &this_device->parent,
79 &this_device->state_machine
60 sci_base_remote_device_construct( SCI_BASE_REMOTE_DEVICE_T *this_device, SCI_BASE_LOGGER_T *logger, SCI_BASE_STATE_T *state_table ) argument
H A Dscic_sds_remote_device.c102 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T*) local
117 *new_remote_device_handle = this_device;
118 this_device->owning_port = the_port;
119 this_device->started_request_count = 0;
120 this_device->rnc = (SCIC_SDS_REMOTE_NODE_CONTEXT_T *)
121 ((char *)this_device + sizeof(SCIC_SDS_REMOTE_DEVICE_T));
124 &this_device->parent,
130 this_device,
131 this_device->rnc,
135 sci_object_set_association(this_device
148 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T*) local
233 scic_sds_remote_device_get_info_from_smp_discover_response( SCIC_SDS_REMOTE_DEVICE_T * this_device, SMP_RESPONSE_DISCOVER_T * discover_response ) argument
258 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
337 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
361 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
390 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
415 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
437 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
464 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
491 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
518 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
545 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
568 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
590 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *) local
612 SCIC_SDS_REMOTE_DEVICE_T *this_device; local
749 scic_sds_remote_device_suspend( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 suspend_type ) argument
781 scic_sds_remote_device_frame_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 frame_index ) argument
798 scic_sds_remote_device_event_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 event_code ) argument
816 scic_sds_remote_device_start_io( SCIC_SDS_CONTROLLER_T *controller, SCIC_SDS_REMOTE_DEVICE_T *this_device, SCIC_SDS_REQUEST_T *io_request ) argument
836 scic_sds_remote_device_complete_io( SCIC_SDS_CONTROLLER_T *controller, SCIC_SDS_REMOTE_DEVICE_T *this_device, SCIC_SDS_REQUEST_T *io_request ) argument
856 scic_sds_remote_device_start_task( SCIC_SDS_CONTROLLER_T *controller, SCIC_SDS_REMOTE_DEVICE_T *this_device, SCIC_SDS_REQUEST_T *io_request ) argument
875 scic_sds_remote_device_post_request( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 request ) argument
956 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
981 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
1008 scic_sds_remote_device_start_request( SCIC_SDS_REMOTE_DEVICE_T * this_device, SCIC_SDS_REQUEST_T * the_request, SCI_STATUS status ) argument
1250 scic_sds_remote_device_default_suspend_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 suspend_type ) argument
1307 scic_sds_emit_event_log_message( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 event_code, char * message_guts, BOOL ready_state ) argument
1353 scic_sds_remote_device_core_event_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 event_code, BOOL is_ready_state ) argument
1415 scic_sds_remote_device_default_event_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 event_code ) argument
1437 scic_sds_remote_device_default_frame_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 frame_index ) argument
1564 scic_sds_remote_device_general_suspend_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 suspend_type ) argument
1608 scic_sds_remote_device_general_frame_handler( SCIC_SDS_REMOTE_DEVICE_T *this_device, U32 frame_index ) argument
1658 scic_sds_remote_device_general_event_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 event_code ) argument
1692 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1747 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1784 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1837 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1872 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1906 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1953 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
1997 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
2069 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
2116 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
2139 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
2169 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
2392 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2423 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2438 this_device, local
2445 this_device local
2465 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2498 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2543 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2576 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2599 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2622 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2648 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
2667 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
[all...]
H A Dscic_sds_stp_remote_device.c96 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
105 this_device->owning_port, this_device, the_request
110 scic_sds_remote_device_decrement_request_count(this_device);
118 &this_device->ready_substate_machine,
122 else if (scic_sds_remote_device_get_request_count(this_device) == 0)
125 &this_device->ready_substate_machine,
135 sci_base_object_get_logger(this_device),
138 this_device->owning_port, this_device, the_reques
168 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
251 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
310 scic_sds_stp_remote_device_ready_idle_substate_event_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 event_code ) argument
348 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
390 scic_sds_stp_remote_device_ready_ncq_substate_event_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 event_code ) argument
468 scic_sds_stp_remote_device_ready_ncq_substate_frame_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 frame_index ) argument
550 scic_sds_stp_remote_device_ready_cmd_substate_suspend_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 suspend_type ) argument
573 scic_sds_stp_remote_device_ready_cmd_substate_frame_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 frame_index ) argument
628 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
674 scic_sds_stp_remote_device_ready_atapi_error_substate_event_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 event_code ) argument
840 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
850 scic_sds_remote_device_get_controller(this_device), this_device local
871 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
918 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
932 this_device, local
954 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
982 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
997 this_device, local
1020 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
1049 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
[all...]
H A Dscic_sds_remote_device.h310 SCIC_SDS_REMOTE_DEVICE_T *this_device);
313 SCIC_SDS_REMOTE_DEVICE_T *this_device,
317 SCIC_SDS_REMOTE_DEVICE_T *this_device);
320 SCIC_SDS_REMOTE_DEVICE_T *this_device,
324 SCIC_SDS_REMOTE_DEVICE_T *this_device,
328 SCIC_SDS_REMOTE_DEVICE_T *this_device);
365 #define scic_sds_remote_device_increment_request_count(this_device) \
366 ((this_device)->started_request_count++)
372 #define scic_sds_remote_device_decrement_request_count(this_device) \
373 ((this_device)
[all...]
H A Dscic_sds_smp_remote_device.c95 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)device; local
99 status = this_device->owning_port->state_handlers->start_io_handler(
100 this_device->owning_port,
101 this_device,
108 scic_sds_remote_node_context_start_io(this_device->rnc, io_request);
117 this_device->working_request = io_request;
120 &this_device->ready_substate_machine,
125 scic_sds_remote_device_start_request(this_device, io_request, status);
170 SCIC_SDS_REMOTE_DEVICE_T * this_device; local
173 this_device
214 scic_sds_smp_remote_device_ready_cmd_substate_frame_handler( SCIC_SDS_REMOTE_DEVICE_T * this_device, U32 frame_index ) argument
294 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
303 scic_sds_remote_device_get_controller(this_device), this_device); local
321 SCIC_SDS_REMOTE_DEVICE_T *this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
333 this_device, local
351 SCIC_SDS_REMOTE_DEVICE_T * this_device = (SCIC_SDS_REMOTE_DEVICE_T *)object; local
[all...]
H A Dscif_sas_smp_remote_device.h347 struct SCIF_SAS_REMOTE_DEVICE * this_device
371 struct SCIF_SAS_REMOTE_DEVICE * this_device
375 struct SCIF_SAS_REMOTE_DEVICE * this_device
379 struct SCIF_SAS_REMOTE_DEVICE * this_device
H A Dscif_sas_smp_remote_device.c1799 SCIF_SAS_REMOTE_DEVICE_T * this_device
1803 &this_device->protocol_device.smp_device;
1809 sci_base_object_get_logger(this_device),
1812 this_device
1825 this_device->protocol_device.smp_device.number_of_phys = 0;
1826 this_device->protocol_device.smp_device.expander_route_indexes = 0;
1827 this_device->protocol_device.smp_device.is_table_to_table_supported = FALSE;
1828 this_device->protocol_device.smp_device.is_externally_configurable = FALSE;
1829 this_device->protocol_device.smp_device.is_able_to_config_others = FALSE;
1831 scif_sas_smp_remote_device_clear(this_device);
[all...]
H A Dsci_base_remote_device.h291 SCI_BASE_REMOTE_DEVICE_T * this_device,
H A Dscif_sas_remote_device.c493 SCIF_SAS_REMOTE_DEVICE_T * this_device = (SCIF_SAS_REMOTE_DEVICE_T *) local
496 if ( (this_device != NULL) && (containing_device != NULL) )
498 *containing_device = (SCI_REMOTE_DEVICE_HANDLE_T)(this_device->containing_device);
514 SCIF_SAS_REMOTE_DEVICE_T * this_device = (SCIF_SAS_REMOTE_DEVICE_T *) local
517 return this_device->request_count - this_device->task_request_count;
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmiscdevice.h41 struct device *this_device; member in struct:miscdevice
54 misc->this_device = device_create(&linux_class_misc,
62 if (cdev_add(misc->cdev, misc->this_device->devt, 1))
70 device_destroy(&linux_class_misc, misc->this_device->devt);
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_ucma.c1765 ret = device_create_file(ucma_misc.this_device, &dev_attr_abi_version);
1779 device_remove_file(ucma_misc.this_device, &dev_attr_abi_version);

Completed in 174 milliseconds