Searched refs:mptscsih_scandv_complete (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/message/fusion/ |
H A D | mptscsih.h | 129 extern int mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *r);
|
H A D | mptscsih.c | 107 int mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *r); 2594 * mptscsih_scandv_complete - Scan and DV callback routine registered 2613 mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *req, in mptscsih_scandv_complete() function 3255 EXPORT_SYMBOL(mptscsih_scandv_complete);
|
H A D | mptspi.c | 1588 mptspiInternalCtx = mpt_register(mptscsih_scandv_complete, in mptspi_init() 1589 MPTSPI_DRIVER, "mptscsih_scandv_complete"); in mptspi_init()
|
H A D | mptfc.c | 1503 "mptscsih_scandv_complete"); in mptfc_init() 1505 "mptscsih_scandv_complete"); in mptfc_init() 1506 mptfcInternalCtx = mpt_register(mptscsih_scandv_complete, MPTFC_DRIVER, in mptfc_init() 1507 "mptscsih_scandv_complete"); in mptfc_init()
|
H A D | mptsas.c | 5427 mpt_register(mptscsih_scandv_complete, MPTSAS_DRIVER, in mptsas_init() 5428 "mptscsih_scandv_complete"); in mptsas_init()
|