Home
last modified time | relevance | path

Searched refs:mpr_printf (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/mpr/
H A Dmpr_user.c262 mpr_printf(sc, "read_cfg_header timed out\n"); in mpr_user_read_cfg_header()
296 mpr_printf(sc, "mpr_user_read_cfg_page timed out\n"); in mpr_user_read_cfg_page()
392 mpr_printf(sc, "page type 0x%x not changeable\n", in mpr_user_write_cfg_page()
413 mpr_printf(sc, "mpr_write_cfg_page timed out\n"); in mpr_user_write_cfg_page()
655 mpr_printf(sc, "%s: no mpr requests\n", __func__); in mpr_user_command()
702 mpr_printf(sc, "%s: invalid request: error %d\n", in mpr_user_command()
860 mpr_printf(sc, "%s: user reply buffer (%d) " in mpr_user_pass_thru()
876 mpr_printf(sc, "%s: no mpr requests\n", __func__); in mpr_user_pass_thru()
1277 mpr_printf(sc, "%s: no mpr requests\n", __func__); in mpr_post_fw_diag_buffer()
1313 mpr_printf(sc, "%s: reply is NULL, probably due to " in mpr_post_fw_diag_buffer()
[all …]
H A Dmpr_pci.c237 mpr_printf(sc, "HBA is in Non Secure mode\n"); in mpr_pci_attach()
241 mpr_printf(sc, "HBA is in Configurable Secure mode\n"); in mpr_pci_attach()
261 mpr_printf(sc, "Cannot allocate PCI registers\n"); in mpr_pci_attach()
271 mpr_printf(sc, "Cannot allocate parent DMA tag\n"); in mpr_pci_attach()
H A Dmprvar.h750 #define mpr_printf(sc, args...) \ macro
759 mpr_printf(sc, ##args); \
769 mpr_printf((sc), ##tag); \
772 mpr_printf((sc), tag "\n")
H A Dmpr_sas_lsi.c665 mpr_printf(sc, "Currently a cable with " in mprsas_fw_work()
675 mpr_printf(sc, "Currently a cable with " in mprsas_fw_work()
694 mpr_printf(sc, "PCIe Host Reset failed on DevHandle " in mprsas_fw_work()
719 mpr_printf(sc, "SMP command failed during discovery " in mprsas_fw_work()
727 mpr_printf(sc, "SMP command timed out during " in mprsas_fw_work()
H A Dmpr_sas.c858 mpr_printf(sc, "EEDP capabilities disabled.\n"); in mpr_attach_sas()