Lines Matching refs:pfacts
4141 struct mpt3sas_port_facts *pfacts; in _base_get_port_facts() local
4161 pfacts = &ioc->pfacts[port]; in _base_get_port_facts()
4162 memset(pfacts, 0, sizeof(struct mpt3sas_port_facts)); in _base_get_port_facts()
4163 pfacts->PortNumber = mpi_reply.PortNumber; in _base_get_port_facts()
4164 pfacts->VP_ID = mpi_reply.VP_ID; in _base_get_port_facts()
4165 pfacts->VF_ID = mpi_reply.VF_ID; in _base_get_port_facts()
4166 pfacts->MaxPostedCmdBuffers = in _base_get_port_facts()
5253 ioc->pfacts = kcalloc(ioc->facts.NumberOfPorts, in mpt3sas_base_attach()
5255 if (!ioc->pfacts) { in mpt3sas_base_attach()
5377 kfree(ioc->pfacts); in mpt3sas_base_attach()
5384 ioc->pfacts = NULL; in mpt3sas_base_attach()
5410 kfree(ioc->pfacts); in mpt3sas_base_detach()