Searched refs:mpr_printf (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_user.c | 258 mpr_printf(sc, "read_cfg_header timed out\n"); in mpr_user_read_cfg_header() 292 mpr_printf(sc, "mpr_user_read_cfg_page timed out\n"); in mpr_user_read_cfg_page() 327 mpr_printf(sc, "mpr_user_read_extcfg_header timed out\n"); in mpr_user_read_extcfg_header() 366 mpr_printf(sc, "mpr_user_read_extcfg_page timed out\n"); in mpr_user_read_extcfg_page() 388 mpr_printf(sc, "page type 0x%x not changeable\n", in mpr_user_write_cfg_page() 409 mpr_printf(sc, "mpr_write_cfg_page timed out\n"); in mpr_user_write_cfg_page() 651 mpr_printf(sc, "%s: no mpr requests\n", __func__); in mpr_user_command() 687 mpr_printf(sc, "%s: unsupported parameter or unsupported " in mpr_user_command() 698 mpr_printf(sc, "%s: invalid request: error %d\n", in mpr_user_command() 711 mpr_printf(sc, "%s: user reply buffer (%d) smaller than " in mpr_user_command() [all …]
|
H A D | mpr_pci.c | 234 mpr_printf(sc, "HBA is in Non Secure mode\n"); in mpr_pci_attach() 238 mpr_printf(sc, "HBA is in Configurable Secure mode\n"); in mpr_pci_attach() 258 mpr_printf(sc, "Cannot allocate PCI registers\n"); in mpr_pci_attach() 268 mpr_printf(sc, "Cannot allocate parent DMA tag\n"); in mpr_pci_attach()
|
H A D | mprvar.h | 748 #define mpr_printf(sc, args...) \ macro 757 mpr_printf(sc, ##args); \ 767 mpr_printf((sc), ##tag); \ 770 mpr_printf((sc), tag "\n")
|
H A D | mpr_sas_lsi.c | 663 mpr_printf(sc, "Currently a cable with " in mprsas_fw_work() 673 mpr_printf(sc, "Currently a cable with " in mprsas_fw_work() 692 mpr_printf(sc, "PCIe Host Reset failed on DevHandle " in mprsas_fw_work() 717 mpr_printf(sc, "SMP command failed during discovery " in mprsas_fw_work() 725 mpr_printf(sc, "SMP command timed out during " in mprsas_fw_work()
|
H A D | mpr_sas.c | 853 mpr_printf(sc, "EEDP capabilities disabled.\n"); in mpr_attach_sas()
|