Searched refs:mpt_config (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/message/fusion/
H A Dmptfc.c363 if ((rc = mpt_config(ioc, &cfg)) != 0)
379 if ((rc = mpt_config(ioc, &cfg)) == 0) {
794 if ((rc = mpt_config(ioc, &cfg)) != 0)
811 if ((rc = mpt_config(ioc, &cfg)) == 0) {
889 if ((rc = mpt_config(ioc, &cfg)) != 0)
902 rc = mpt_config(ioc, &cfg);
932 if ((rc = mpt_config(ioc, &cfg)) != 0)
965 if ((rc = mpt_config(ioc, &cfg)) == 0) {
H A Dmptbase.c298 if ((mpt_config(ioc, &cfg)))
311 if ((mpt_config(ioc, &cfg)))
4964 if ((rc = mpt_config(ioc, &cfg)) != 0)
4977 if ((rc = mpt_config(ioc, &cfg)) == 0) {
5009 if ((rc = mpt_config(ioc, &cfg)) != 0)
5024 if ((rc = mpt_config(ioc, &cfg)) == 0) {
5311 if ((rc = mpt_config(ioc, &cfg)) != 0)
5328 if ((rc = mpt_config(ioc, &cfg)) == 0)
5403 if (mpt_config(ioc, &cfg) != 0)
5413 if (mpt_config(io
6355 mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *pCfg) function
8465 EXPORT_SYMBOL(mpt_config); variable
[all...]
H A Dmptsas.c699 if (mpt_config(ioc, &cfg) != 0)
714 if (mpt_config(ioc, &cfg) != 0)
1394 error = mpt_config(ioc, &cfg);
1412 error = mpt_config(ioc, &cfg);
2055 error = mpt_config(ioc, &cfg);
2069 error = mpt_config(ioc, &cfg);
2407 error = mpt_config(ioc, &cfg);
2425 error = mpt_config(ioc, &cfg);
2482 error = mpt_config(ioc, &cfg);
2500 error = mpt_config(io
[all...]
H A Dmptctl.c2396 if (mpt_config(ioc, &cfg) == 0) {
2406 if (mpt_config(ioc, &cfg) == 0) {
2610 if ((rc = mpt_config(ioc, &cfg)) == 0) {
2656 if ((mpt_config(ioc, &cfg) == 0) && (cfg.cfghdr.hdr->PageLength > 0)) {
2665 if ((rc = mpt_config(ioc, &cfg)) == 0) {
H A Dmptbase.h890 * Generic structure passed to the base mpt_config function.
935 extern int mpt_config(MPT_ADAPTER *ioc, CONFIGPARMS *cfg);
H A Dmptspi.c561 if (mpt_config(ioc, &cfg)) {
562 starget_printk(KERN_ERR, starget, MYIOC_s_FMT "mpt_config failed\n", ioc->name);
922 if (mpt_config(ioc, &cfg)) {
924 "mpt_config failed\n", ioc->name);

Completed in 247 milliseconds