Searched refs:controllers (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_library.h98 struct SCIF_SAS_CONTROLLER * controllers; member in struct:SCIF_SAS_LIBRARY
H A Dscic_sds_library.h74 // Forward declar the controllers
91 * This is the count of the maximum number of controllers that this library
104 * This field is the array of controllers that are contained within the
107 struct SCIC_SDS_CONTROLLER *controllers; member in struct:SCIC_SDS_LIBRARY
H A Dsci_base_library.h110 * of controllers to be supported by this library.
136 & (library)->controllers[index]; \
155 ((((char *)(controller)) - ((char *)(library)->controllers))\
188 &library->controllers[controller_index], \
H A Dscic_sds_library.c103 this_library->controllers =
206 //Check if we are on a b0 or c0 which has 2 controllers
281 if (controller == &library->controllers[index])
H A Dscif_sas_library.c120 fw_library->controllers = (SCIF_SAS_CONTROLLER_T*)
/freebsd-13-stable/sys/modules/i2c/
H A DMakefile5 controllers \
/freebsd-13-stable/sys/dev/isci/
H A Disci_sysctl.c55 isci->controllers[i].scif_controller_handle,
73 isci->controllers[i].scif_controller_handle,
106 struct ISCI_CONTROLLER *controller = &isci->controllers[0];
122 struct ISCI_CONTROLLER *controller = &isci->controllers[1];
161 isci_sysctl_stop(&isci->controllers[controller_index], phy_index);
193 isci_sysctl_start(&isci->controllers[controller_index], phy_index);
213 device = isci->controllers[i].remote_device[j];
234 fail_on_timeout = isci->controllers[0].fail_on_task_timeout;
241 isci->controllers[i].fail_on_task_timeout = fail_on_timeout;
H A Disci_oem_parameters.c135 * into the struct ISCI_CONTROLLER objects. After the controllers are
151 memcpy(&isci->controllers[index].oem_parameters.sds1,
163 isci->controllers[index].oem_parameters_version = oem_data->header.version;
H A Disci_interrupt.c100 &isci->controllers[controller_index];
167 struct ISCI_CONTROLLER *controller = &isci->controllers[index];
H A Disci.c193 struct ISCI_CONTROLLER *controller = &isci->controllers[i];
246 /* The SCIF controllers have been stopped, so we can now
352 struct ISCI_CONTROLLER *controller = &isci->controllers[index];
380 * our controllers and complete initial domain discovery before
386 isci->config_hook.ich_arg = &isci->controllers[0];
H A Disci.h242 struct ISCI_CONTROLLER controllers[SCI_MAX_CONTROLLERS]; member in struct:isci_softc
H A Disci_controller.c587 /* There are more controllers that need to
591 &driver->controllers[next_index]);
595 /* All controllers have been started and completed discovery.
/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.c126 struct dl_list controllers; /* struct dpp_relay_controller */ member in struct:dpp_global
8773 dl_list_for_each_safe(ctrl, tmp, &dpp->controllers,
8799 dl_list_init(&dpp->controllers);
8855 dl_list_add(&dpp->controllers, &ctrl->list);
8868 dl_list_for_each(ctrl, &dpp->controllers, struct dpp_relay_controller,
9197 dl_list_for_each(ctrl, &dpp->controllers,
9242 dl_list_for_each(ctrl, &dpp->controllers,

Completed in 197 milliseconds