Lines Matching refs:facts

250 mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)  in mps_print_iocfacts()  argument
254 MPS_PRINTFIELD(sc, facts, MsgVersion, 0x%x); in mps_print_iocfacts()
255 MPS_PRINTFIELD(sc, facts, HeaderVersion, 0x%x); in mps_print_iocfacts()
256 MPS_PRINTFIELD(sc, facts, IOCNumber, %d); in mps_print_iocfacts()
257 MPS_PRINTFIELD(sc, facts, IOCExceptions, 0x%x); in mps_print_iocfacts()
258 MPS_PRINTFIELD(sc, facts, MaxChainDepth, %d); in mps_print_iocfacts()
260 mps_describe_table(mps_whoinit_names, facts->WhoInit)); in mps_print_iocfacts()
261 MPS_PRINTFIELD(sc, facts, NumberOfPorts, %d); in mps_print_iocfacts()
262 MPS_PRINTFIELD(sc, facts, MaxMSIxVectors, %d); in mps_print_iocfacts()
263 MPS_PRINTFIELD(sc, facts, RequestCredit, %d); in mps_print_iocfacts()
264 MPS_PRINTFIELD(sc, facts, ProductID, 0x%x); in mps_print_iocfacts()
266 facts->IOCCapabilities, "\20" "\3ScsiTaskFull" "\4DiagTrace" in mps_print_iocfacts()
271 facts->FWVersion.Struct.Major, in mps_print_iocfacts()
272 facts->FWVersion.Struct.Minor, in mps_print_iocfacts()
273 facts->FWVersion.Struct.Unit, in mps_print_iocfacts()
274 facts->FWVersion.Struct.Dev); in mps_print_iocfacts()
275 MPS_PRINTFIELD(sc, facts, IOCRequestFrameSize, %d); in mps_print_iocfacts()
276 MPS_PRINTFIELD(sc, facts, MaxInitiators, %d); in mps_print_iocfacts()
277 MPS_PRINTFIELD(sc, facts, MaxTargets, %d); in mps_print_iocfacts()
278 MPS_PRINTFIELD(sc, facts, MaxSasExpanders, %d); in mps_print_iocfacts()
279 MPS_PRINTFIELD(sc, facts, MaxEnclosures, %d); in mps_print_iocfacts()
281 facts->ProtocolFlags, "\20" "\1ScsiTarg" "\2ScsiInit"); in mps_print_iocfacts()
282 MPS_PRINTFIELD(sc, facts, HighPriorityCredit, %d); in mps_print_iocfacts()
283 MPS_PRINTFIELD(sc, facts, MaxReplyDescriptorPostQueueDepth, %d); in mps_print_iocfacts()
284 MPS_PRINTFIELD(sc, facts, ReplyFrameSize, %d); in mps_print_iocfacts()
285 MPS_PRINTFIELD(sc, facts, MaxVolumes, %d); in mps_print_iocfacts()
286 MPS_PRINTFIELD(sc, facts, MaxDevHandle, %d); in mps_print_iocfacts()
287 MPS_PRINTFIELD(sc, facts, MaxPersistentEntries, %d); in mps_print_iocfacts()
291 mps_print_portfacts(struct mps_softc *sc, MPI2_PORT_FACTS_REPLY *facts) in mps_print_portfacts() argument
295 MPS_PRINTFIELD(sc, facts, PortNumber, %d); in mps_print_portfacts()
296 MPS_PRINTFIELD(sc, facts, PortType, 0x%x); in mps_print_portfacts()
297 MPS_PRINTFIELD(sc, facts, MaxPostedCmdBuffers, %d); in mps_print_portfacts()