Lines Matching defs:facts

200 mpr_print_iocfacts(struct mpr_softc *sc, MPI2_IOC_FACTS_REPLY *facts)
204 MPR_PRINTFIELD(sc, facts, MsgVersion, 0x%x);
205 MPR_PRINTFIELD(sc, facts, HeaderVersion, 0x%x);
206 MPR_PRINTFIELD(sc, facts, IOCNumber, %d);
207 MPR_PRINTFIELD(sc, facts, IOCExceptions, 0x%x);
208 MPR_PRINTFIELD(sc, facts, MaxChainDepth, %d);
210 mpr_describe_table(mpr_whoinit_names, facts->WhoInit));
211 MPR_PRINTFIELD(sc, facts, NumberOfPorts, %d);
212 MPR_PRINTFIELD(sc, facts, RequestCredit, %d);
213 MPR_PRINTFIELD(sc, facts, ProductID, 0x%x);
215 facts->IOCCapabilities, "\20" "\3ScsiTaskFull" "\4DiagTrace"
220 facts->FWVersion.Struct.Major,
221 facts->FWVersion.Struct.Minor,
222 facts->FWVersion.Struct.Unit,
223 facts->FWVersion.Struct.Dev);
224 MPR_PRINTFIELD(sc, facts, IOCRequestFrameSize, %d);
225 MPR_PRINTFIELD(sc, facts, MaxInitiators, %d);
226 MPR_PRINTFIELD(sc, facts, MaxTargets, %d);
227 MPR_PRINTFIELD(sc, facts, MaxSasExpanders, %d);
228 MPR_PRINTFIELD(sc, facts, MaxEnclosures, %d);
230 facts->ProtocolFlags, "\20" "\1ScsiTarg" "\2ScsiInit");
231 MPR_PRINTFIELD(sc, facts, HighPriorityCredit, %d);
232 MPR_PRINTFIELD(sc, facts, MaxReplyDescriptorPostQueueDepth, %d);
233 MPR_PRINTFIELD(sc, facts, ReplyFrameSize, %d);
234 MPR_PRINTFIELD(sc, facts, MaxVolumes, %d);
235 MPR_PRINTFIELD(sc, facts, MaxDevHandle, %d);
236 MPR_PRINTFIELD(sc, facts, MaxPersistentEntries, %d);
240 mpr_print_portfacts(struct mpr_softc *sc, MPI2_PORT_FACTS_REPLY *facts)
244 MPR_PRINTFIELD(sc, facts, PortNumber, %d);
245 MPR_PRINTFIELD(sc, facts, PortType, 0x%x);
246 MPR_PRINTFIELD(sc, facts, MaxPostedCmdBuffers, %d);