Lines Matching refs:PAGE_SIZE
460 return scnprintf(buf, PAGE_SIZE, "%llu\n", req_cnt); in request_count_show()
462 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show()
490 return scnprintf(buf, PAGE_SIZE, "%d\n", reqq_cnt); in requestq_count_show()
505 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()
520 rc = scnprintf(buf, PAGE_SIZE, "Reset in progress.\n"); in reset_show()
524 rc = scnprintf(buf, PAGE_SIZE, "Reset Timer armed.\n"); in reset_show()
527 rc = scnprintf(buf, PAGE_SIZE, "No Reset Timer set.\n"); in reset_show()
561 rc = scnprintf(buf, PAGE_SIZE, "Enable Interrupt pending.\n"); in interrupt_show()
563 rc = scnprintf(buf, PAGE_SIZE, "Interrupts enabled.\n"); in interrupt_show()
565 rc = scnprintf(buf, PAGE_SIZE, "Interrupts disabled.\n"); in interrupt_show()
579 rc = scnprintf(buf, PAGE_SIZE, "%d\n", aq->config ? 1 : 0); in config_show()
597 rc = scnprintf(buf, PAGE_SIZE, "UNINITIATED\n"); in states_show()
600 rc = scnprintf(buf, PAGE_SIZE, "OPERATING"); in states_show()
603 rc = scnprintf(buf, PAGE_SIZE, "SHUTDOWN"); in states_show()
606 rc = scnprintf(buf, PAGE_SIZE, "ERROR"); in states_show()
609 rc = scnprintf(buf, PAGE_SIZE, "UNKNOWN"); in states_show()
615 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
619 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
623 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
627 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
631 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
635 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
639 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
661 return scnprintf(buf, PAGE_SIZE, "NORMAL\n"); in last_err_rc_show()
663 return scnprintf(buf, PAGE_SIZE, "Q_NOT_AVAIL\n"); in last_err_rc_show()
665 return scnprintf(buf, PAGE_SIZE, "RESET_IN_PROGRESS\n"); in last_err_rc_show()
667 return scnprintf(buf, PAGE_SIZE, "DECONFIGURED\n"); in last_err_rc_show()
669 return scnprintf(buf, PAGE_SIZE, "CHECKSTOPPED\n"); in last_err_rc_show()
671 return scnprintf(buf, PAGE_SIZE, "BUSY\n"); in last_err_rc_show()
673 return scnprintf(buf, PAGE_SIZE, "INVALID_ADDRESS\n"); in last_err_rc_show()
675 return scnprintf(buf, PAGE_SIZE, "OTHERWISE_CHANGED\n"); in last_err_rc_show()
677 return scnprintf(buf, PAGE_SIZE, "Q_FULL/NO_PENDING_REPLY\n"); in last_err_rc_show()
679 return scnprintf(buf, PAGE_SIZE, "INDEX_TOO_BIG\n"); in last_err_rc_show()
681 return scnprintf(buf, PAGE_SIZE, "NO_FIRST_PART\n"); in last_err_rc_show()
683 return scnprintf(buf, PAGE_SIZE, "MESSAGE_TOO_BIG\n"); in last_err_rc_show()
685 return scnprintf(buf, PAGE_SIZE, "REQ_FAC_NOT_INST\n"); in last_err_rc_show()
687 return scnprintf(buf, PAGE_SIZE, "response code %d\n", rc); in last_err_rc_show()