Lines Matching defs:facts

199 mps_print_iocfacts(struct mps_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
203 MPS_PRINTFIELD(sc, facts, MsgVersion, 0x%x);
204 MPS_PRINTFIELD(sc, facts, HeaderVersion, 0x%x);
205 MPS_PRINTFIELD(sc, facts, IOCNumber, %d);
206 MPS_PRINTFIELD(sc, facts, IOCExceptions, 0x%x);
207 MPS_PRINTFIELD(sc, facts, MaxChainDepth, %d);
209 mps_describe_table(mps_whoinit_names, facts->WhoInit));
210 MPS_PRINTFIELD(sc, facts, NumberOfPorts, %d);
211 MPS_PRINTFIELD(sc, facts, RequestCredit, %d);
212 MPS_PRINTFIELD(sc, facts, ProductID, 0x%x);
214 facts->IOCCapabilities, "\20" "\3ScsiTaskFull" "\4DiagTrace"
219 facts->FWVersion.Struct.Major,
220 facts->FWVersion.Struct.Minor,
221 facts->FWVersion.Struct.Unit,
222 facts->FWVersion.Struct.Dev);
223 MPS_PRINTFIELD(sc, facts, IOCRequestFrameSize, %d);
224 MPS_PRINTFIELD(sc, facts, MaxInitiators, %d);
225 MPS_PRINTFIELD(sc, facts, MaxTargets, %d);
226 MPS_PRINTFIELD(sc, facts, MaxSasExpanders, %d);
227 MPS_PRINTFIELD(sc, facts, MaxEnclosures, %d);
229 facts->ProtocolFlags, "\20" "\1ScsiTarg" "\2ScsiInit");
230 MPS_PRINTFIELD(sc, facts, HighPriorityCredit, %d);
231 MPS_PRINTFIELD(sc, facts, MaxReplyDescriptorPostQueueDepth, %d);
232 MPS_PRINTFIELD(sc, facts, ReplyFrameSize, %d);
233 MPS_PRINTFIELD(sc, facts, MaxVolumes, %d);
234 MPS_PRINTFIELD(sc, facts, MaxDevHandle, %d);
235 MPS_PRINTFIELD(sc, facts, MaxPersistentEntries, %d);
239 mps_print_portfacts(struct mps_softc *sc, MPI2_PORT_FACTS_REPLY *facts)
243 MPS_PRINTFIELD(sc, facts, PortNumber, %d);
244 MPS_PRINTFIELD(sc, facts, PortType, 0x%x);
245 MPS_PRINTFIELD(sc, facts, MaxPostedCmdBuffers, %d);