Home
last modified time | relevance | path

Searched refs:MPS_PRINTFIELD_START (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mps/
Dmps_table.c255 MPS_PRINTFIELD_START(sc, "IOCFacts"); in mps_print_iocfacts()
296 MPS_PRINTFIELD_START(sc, "PortFacts"); in mps_print_portfacts()
306 MPS_PRINTFIELD_START(sc, "EventReply"); in mps_print_evt_generic()
317 MPS_PRINTFIELD_START(sc, "SAS Device Page 0"); in mps_print_sasdev0()
454 MPS_PRINTFIELD_START(sc, "SAS Expander Page 1 #%d", buf->Phy); in mps_print_expander1()
494 MPS_PRINTFIELD_START(sc, "SAS PHY Page 0"); in mps_print_sasphy0()
Dmpsvar.h684 #define MPS_PRINTFIELD_START(sc, tag...) \ macro