Searched defs:iocpp (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.c421 * @iocpp: The ioc pointer is returned in this.
426 _ctl_verify_adapter(int ioc_number, struct MPT2SAS_ADAPTER **iocpp) argument
433 *iocpp = ioc;
436 *iocpp = NULL;
/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c415 * @iocpp: The ioc pointer is returned in this.
420 _ctl_verify_adapter(int ioc_number, struct MPT3SAS_ADAPTER **iocpp) argument
427 *iocpp = ioc;
430 *iocpp = NULL;
/drivers/message/fusion/
H A Dmptbase.c1374 * @iocpp: Pointer to pointer to IOC adapter
1379 * Returns iocid and sets iocpp if iocid is found.
1383 mpt_verify_adapter(int iocid, MPT_ADAPTER **iocpp) argument
1389 *iocpp =ioc;
1394 *iocpp = NULL;

Completed in 89 milliseconds