Searched refs:pfacts (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/message/fusion/ |
| H A D | mptlan.c | 1330 if (mpt_dev->pfacts[0].MaxLanBuckets < max_buckets_out) in mpt_register_lan_device() 1331 priv->max_buckets_out = mpt_dev->pfacts[0].MaxLanBuckets; in mpt_register_lan_device() 1335 mpt_dev->pfacts[0].MaxLanBuckets, in mpt_register_lan_device() 1390 ioc->name, ioc->pfacts[i].PortNumber, in mptlan_probe() 1391 ioc->pfacts[i].ProtocolFlags, in mptlan_probe() 1393 ioc->pfacts[i].ProtocolFlags)); in mptlan_probe() 1395 if (!(ioc->pfacts[i].ProtocolFlags & in mptlan_probe() 1407 ioc->pfacts[i].PortNumber); in mptlan_probe()
|
| H A D | mptbase.c | 1870 ioc->name, &ioc->facts, &ioc->pfacts[0])); in mpt_attach() 2574 if ((ioc->pfacts[0].ProtocolFlags & in mpt_do_ioc_recovery() 2867 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_INITIATOR) { in MptDisplayIocCapabilities() 2872 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_TARGET) { in MptDisplayIocCapabilities() 2877 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LAN) { in MptDisplayIocCapabilities() 2886 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_TARGET) { in MptDisplayIocCapabilities() 3247 PortFactsReply_t *pfacts; in GetPortFacts() local 3260 pfacts = &ioc->pfacts[portnum]; in GetPortFacts() 3263 reply_sz = sizeof(*pfacts); in GetPortFacts() 3264 memset(pfacts, 0, reply_sz); in GetPortFacts() [all …]
|
| H A D | mptspi.c | 1396 if (ioc->pfacts[ii].ProtocolFlags & in mptspi_probe() 1456 sh->this_id = ioc->pfacts[0].PortSCSIID; in mptspi_probe()
|
| H A D | mptbase.h | 702 PortFactsReply_t pfacts[2]; member
|
| H A D | mptfc.c | 1248 if (ioc->pfacts[ii].ProtocolFlags & in mptfc_probe() 1288 sh->max_id = ioc->pfacts->MaxDevices; in mptfc_probe()
|
| H A D | mptctl.c | 1335 karg->hostId = ioc->pfacts[port].PortSCSIID; in mptctl_getiocinfo()
|
| H A D | mptsas.c | 5195 if (ioc->pfacts[ii].ProtocolFlags & in mptsas_probe()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 7331 struct mpt3sas_port_facts *pfacts; in _base_get_port_facts() local 7349 pfacts = &ioc->pfacts[port]; in _base_get_port_facts() 7350 memset(pfacts, 0, sizeof(struct mpt3sas_port_facts)); in _base_get_port_facts() 7351 pfacts->PortNumber = mpi_reply.PortNumber; in _base_get_port_facts() 7352 pfacts->VP_ID = mpi_reply.VP_ID; in _base_get_port_facts() 7353 pfacts->VF_ID = mpi_reply.VF_ID; in _base_get_port_facts() 7354 pfacts->MaxPostedCmdBuffers = in _base_get_port_facts() 8520 ioc->pfacts = kzalloc_objs(struct mpt3sas_port_facts, in mpt3sas_base_attach() 8522 if (!ioc->pfacts) { in mpt3sas_base_attach() 8709 kfree(ioc->pfacts); in mpt3sas_base_attach() [all …]
|
| H A D | mpt3sas_ctl.c | 1233 if (ioc->pfacts) in _ctl_getiocinfo() 1234 karg.port_number = ioc->pfacts[0].PortNumber; in _ctl_getiocinfo()
|