Home
last modified time | relevance | path

Searched refs:efct_hw_init (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_hw.h593 int efct_hw_init(struct efct_hw *hw);
H A Defct_xport.c229 rc = efct_hw_init(&efct->hw); in efct_xport_initialize()
231 efc_log_err(efct, "efct_hw_init failure\n"); in efct_xport_initialize()
H A Defct_hw.c238 * efct_hw_init() relies on NULL pointers indicating that a structure in efct_hw_setup()
239 * needs allocation. If a structure is non-NULL, efct_hw_init() won't in efct_hw_setup()
882 efct_hw_init(struct efct_hw *hw) in efct_hw_init() function