Lines Matching refs:smpio
228 smp_command_sbuf(struct ccb_smpio *smpio, struct sbuf *sb, in smp_command_sbuf() argument
231 sbuf_printf(sb, "%s. ", smp_command_desc(smpio->smp_request[1])); in smp_command_sbuf()
237 first_line_len -= strlen(smp_command_desc(smpio->smp_request[1])) + 2; in smp_command_sbuf()
239 smp_command_decode(smpio->smp_request, smpio->smp_request_len, sb, in smp_command_sbuf()
249 smp_error_sbuf(struct ccb_smpio *smpio, struct sbuf *sb) in smp_error_sbuf() argument
252 smp_error_sbuf(struct cam_device *device, struct ccb_smpio *smpio, in smp_error_sbuf()
259 xpt_path_string(smpio->ccb_h.path, path_str, sizeof(path_str)); in smp_error_sbuf()
263 smp_command_sbuf(smpio, sb, path_str, 80 - strlen(path_str), 80); in smp_error_sbuf()
268 smp_error_desc(smpio->smp_response[2]), in smp_error_sbuf()
269 smpio->smp_response[2]); in smp_error_sbuf()
489 smp_report_general(struct ccb_smpio *smpio, uint32_t retries, in smp_report_general() argument
495 cam_fill_smpio(smpio, in smp_report_general()
518 smp_discover(struct ccb_smpio *smpio, uint32_t retries, in smp_discover() argument
524 cam_fill_smpio(smpio, in smp_discover()
549 smp_report_manuf_info(struct ccb_smpio *smpio, uint32_t retries, in smp_report_manuf_info() argument
555 cam_fill_smpio(smpio, in smp_report_manuf_info()
578 smp_phy_control(struct ccb_smpio *smpio, uint32_t retries, in smp_phy_control() argument
587 cam_fill_smpio(smpio, in smp_phy_control()