Lines Matching refs:pfacts
6249 struct mpt3sas_port_facts *pfacts; in _base_get_port_facts() local
6267 pfacts = &ioc->pfacts[port]; in _base_get_port_facts()
6268 memset(pfacts, 0, sizeof(struct mpt3sas_port_facts)); in _base_get_port_facts()
6269 pfacts->PortNumber = mpi_reply.PortNumber; in _base_get_port_facts()
6270 pfacts->VP_ID = mpi_reply.VP_ID; in _base_get_port_facts()
6271 pfacts->VF_ID = mpi_reply.VF_ID; in _base_get_port_facts()
6272 pfacts->MaxPostedCmdBuffers = in _base_get_port_facts()
7380 ioc->pfacts = kcalloc(ioc->facts.NumberOfPorts, in mpt3sas_base_attach()
7382 if (!ioc->pfacts) { in mpt3sas_base_attach()
7553 kfree(ioc->pfacts); in mpt3sas_base_attach()
7560 ioc->pfacts = NULL; in mpt3sas_base_attach()
7586 kfree(ioc->pfacts); in mpt3sas_base_detach()