Lines Matching refs:PAGE_SIZE

493 		return scnprintf(buf, PAGE_SIZE, "%llu\n", req_cnt);  in request_count_show()
495 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show()
523 return scnprintf(buf, PAGE_SIZE, "%d\n", reqq_cnt); in requestq_count_show()
538 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()
553 rc = scnprintf(buf, PAGE_SIZE, "Reset in progress.\n"); in reset_show()
557 rc = scnprintf(buf, PAGE_SIZE, "Reset Timer armed.\n"); in reset_show()
560 rc = scnprintf(buf, PAGE_SIZE, "No Reset Timer set.\n"); in reset_show()
594 rc = scnprintf(buf, PAGE_SIZE, "Enable Interrupt pending.\n"); in interrupt_show()
596 rc = scnprintf(buf, PAGE_SIZE, "Interrupts enabled.\n"); in interrupt_show()
598 rc = scnprintf(buf, PAGE_SIZE, "Interrupts disabled.\n"); in interrupt_show()
612 rc = scnprintf(buf, PAGE_SIZE, "%d\n", aq->config ? 1 : 0); in config_show()
626 rc = scnprintf(buf, PAGE_SIZE, "%d\n", aq->chkstop ? 1 : 0); in chkstop_show()
644 rc = scnprintf(buf, PAGE_SIZE, "UNINITIATED\n"); in states_show()
647 rc = scnprintf(buf, PAGE_SIZE, "OPERATING"); in states_show()
650 rc = scnprintf(buf, PAGE_SIZE, "SHUTDOWN"); in states_show()
653 rc = scnprintf(buf, PAGE_SIZE, "ERROR"); in states_show()
656 rc = scnprintf(buf, PAGE_SIZE, "UNKNOWN"); in states_show()
662 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
666 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
670 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
674 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
678 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
682 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
686 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
708 return scnprintf(buf, PAGE_SIZE, "NORMAL\n"); in last_err_rc_show()
710 return scnprintf(buf, PAGE_SIZE, "Q_NOT_AVAIL\n"); in last_err_rc_show()
712 return scnprintf(buf, PAGE_SIZE, "RESET_IN_PROGRESS\n"); in last_err_rc_show()
714 return scnprintf(buf, PAGE_SIZE, "DECONFIGURED\n"); in last_err_rc_show()
716 return scnprintf(buf, PAGE_SIZE, "CHECKSTOPPED\n"); in last_err_rc_show()
718 return scnprintf(buf, PAGE_SIZE, "BUSY\n"); in last_err_rc_show()
720 return scnprintf(buf, PAGE_SIZE, "INVALID_ADDRESS\n"); in last_err_rc_show()
722 return scnprintf(buf, PAGE_SIZE, "OTHERWISE_CHANGED\n"); in last_err_rc_show()
724 return scnprintf(buf, PAGE_SIZE, "Q_FULL/NO_PENDING_REPLY\n"); in last_err_rc_show()
726 return scnprintf(buf, PAGE_SIZE, "INDEX_TOO_BIG\n"); in last_err_rc_show()
728 return scnprintf(buf, PAGE_SIZE, "NO_FIRST_PART\n"); in last_err_rc_show()
730 return scnprintf(buf, PAGE_SIZE, "MESSAGE_TOO_BIG\n"); in last_err_rc_show()
732 return scnprintf(buf, PAGE_SIZE, "REQ_FAC_NOT_INST\n"); in last_err_rc_show()
734 return scnprintf(buf, PAGE_SIZE, "response code %d\n", rc); in last_err_rc_show()