Searched refs:ocs_hw_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_xport.c517 rc = ocs_hw_init(&ocs->hw);
519 ocs_log_err(ocs, "ocs_hw_init failure\n");
578 /* ocs_hw_teardown can only execute after ocs_hw_init */
H A Docs_hw.h1251 extern ocs_hw_rtn_e ocs_hw_init(ocs_hw_t *);
H A Docs_hw.c347 * ocs_hw_init() relies on NULL pointers indicating that a structure
348 * needs allocation. If a structure is non-NULL, ocs_hw_init() won't
521 ocs_hw_init(ocs_hw_t *hw) function
6578 * Since it is used during the time of ocs_hw_init(), the mailbox
12119 * @b Note: Once configured, the driver must initialize the HW (ocs_hw_init()). This

Completed in 292 milliseconds