Lines Matching full:controller
214 @param[in] Controller The handle of the controller.
223 IN EFI_HANDLE Controller
230 @param[in] Controller The handle of the controller.
238 IN EFI_HANDLE Controller
259 @param[in] Controller The handle of the controller.
269 IN EFI_HANDLE Controller,
299 @param[in] Controller The handle of the controller.
308 IN EFI_HANDLE Controller
326 Check wheather the Controller handle is configured to use DHCP protocol.
328 @param[in] Controller The handle of the controller.
331 @retval TRUE The handle of the controller need the Dhcp protocol.
332 @retval FALSE The handle of the controller does not need the Dhcp protocol.
337 IN EFI_HANDLE Controller,
385 Tests whether a controller handle is being managed by IScsi driver.
388 currently managing the controller specified by ControllerHandle. This test
394 @param ControllerHandle A handle for a controller to test.