Searched refs:pfacts (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/message/fusion/ |
H A D | mptlan.c | 1335 if (mpt_dev->pfacts[0].MaxLanBuckets < max_buckets_out) in mpt_register_lan_device() 1336 priv->max_buckets_out = mpt_dev->pfacts[0].MaxLanBuckets; in mpt_register_lan_device() 1340 mpt_dev->pfacts[0].MaxLanBuckets, in mpt_register_lan_device() 1395 ioc->name, ioc->pfacts[i].PortNumber, in mptlan_probe() 1396 ioc->pfacts[i].ProtocolFlags, in mptlan_probe() 1398 ioc->pfacts[i].ProtocolFlags)); in mptlan_probe() 1400 if (!(ioc->pfacts[i].ProtocolFlags & in mptlan_probe() 1412 ioc->pfacts[i].PortNumber); in mptlan_probe()
|
H A D | mptbase.c | 1869 ioc->name, &ioc->facts, &ioc->pfacts[0])); in mpt_attach() 2571 if ((ioc->pfacts[0].ProtocolFlags & in mpt_do_ioc_recovery() 2864 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_INITIATOR) { in MptDisplayIocCapabilities() 2869 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_TARGET) { in MptDisplayIocCapabilities() 2874 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LAN) { in MptDisplayIocCapabilities() 2883 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_TARGET) { in MptDisplayIocCapabilities() 3244 PortFactsReply_t *pfacts; in GetPortFacts() local 3257 pfacts = &ioc->pfacts[portnum]; in GetPortFacts() 3260 reply_sz = sizeof(*pfacts); in GetPortFacts() 3261 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 | 1247 if (ioc->pfacts[ii].ProtocolFlags & in mptfc_probe() 1287 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 | 5196 if (ioc->pfacts[ii].ProtocolFlags & in mptsas_probe()
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 7316 struct mpt3sas_port_facts *pfacts; in _base_get_port_facts() local 7334 pfacts = &ioc->pfacts[port]; in _base_get_port_facts() 7335 memset(pfacts, 0, sizeof(struct mpt3sas_port_facts)); in _base_get_port_facts() 7336 pfacts->PortNumber = mpi_reply.PortNumber; in _base_get_port_facts() 7337 pfacts->VP_ID = mpi_reply.VP_ID; in _base_get_port_facts() 7338 pfacts->VF_ID = mpi_reply.VF_ID; in _base_get_port_facts() 7339 pfacts->MaxPostedCmdBuffers = in _base_get_port_facts() 8503 ioc->pfacts = kcalloc(ioc->facts.NumberOfPorts, in mpt3sas_base_attach() 8505 if (!ioc->pfacts) { in mpt3sas_base_attach() 8692 kfree(ioc->pfacts); in mpt3sas_base_attach() [all …]
|
H A D | mpt3sas_base.h | 1457 struct mpt3sas_port_facts *pfacts; member
|