Lines Matching refs:PAGE_SIZE

492 		return scnprintf(buf, PAGE_SIZE, "%llu\n", req_cnt);  in request_count_show()
494 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show()
522 return scnprintf(buf, PAGE_SIZE, "%d\n", reqq_cnt); in requestq_count_show()
537 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show()
552 rc = scnprintf(buf, PAGE_SIZE, "Reset in progress.\n"); in reset_show()
556 rc = scnprintf(buf, PAGE_SIZE, "Reset Timer armed.\n"); in reset_show()
559 rc = scnprintf(buf, PAGE_SIZE, "No Reset Timer set.\n"); in reset_show()
593 rc = scnprintf(buf, PAGE_SIZE, "Enable Interrupt pending.\n"); in interrupt_show()
595 rc = scnprintf(buf, PAGE_SIZE, "Interrupts enabled.\n"); in interrupt_show()
597 rc = scnprintf(buf, PAGE_SIZE, "Interrupts disabled.\n"); in interrupt_show()
611 rc = scnprintf(buf, PAGE_SIZE, "%d\n", aq->config ? 1 : 0); in config_show()
629 rc = scnprintf(buf, PAGE_SIZE, "UNINITIATED\n"); in states_show()
632 rc = scnprintf(buf, PAGE_SIZE, "OPERATING"); in states_show()
635 rc = scnprintf(buf, PAGE_SIZE, "SHUTDOWN"); in states_show()
638 rc = scnprintf(buf, PAGE_SIZE, "ERROR"); in states_show()
641 rc = scnprintf(buf, PAGE_SIZE, "UNKNOWN"); in states_show()
647 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
651 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
655 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
659 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
663 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
667 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
671 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show()
693 return scnprintf(buf, PAGE_SIZE, "NORMAL\n"); in last_err_rc_show()
695 return scnprintf(buf, PAGE_SIZE, "Q_NOT_AVAIL\n"); in last_err_rc_show()
697 return scnprintf(buf, PAGE_SIZE, "RESET_IN_PROGRESS\n"); in last_err_rc_show()
699 return scnprintf(buf, PAGE_SIZE, "DECONFIGURED\n"); in last_err_rc_show()
701 return scnprintf(buf, PAGE_SIZE, "CHECKSTOPPED\n"); in last_err_rc_show()
703 return scnprintf(buf, PAGE_SIZE, "BUSY\n"); in last_err_rc_show()
705 return scnprintf(buf, PAGE_SIZE, "INVALID_ADDRESS\n"); in last_err_rc_show()
707 return scnprintf(buf, PAGE_SIZE, "OTHERWISE_CHANGED\n"); in last_err_rc_show()
709 return scnprintf(buf, PAGE_SIZE, "Q_FULL/NO_PENDING_REPLY\n"); in last_err_rc_show()
711 return scnprintf(buf, PAGE_SIZE, "INDEX_TOO_BIG\n"); in last_err_rc_show()
713 return scnprintf(buf, PAGE_SIZE, "NO_FIRST_PART\n"); in last_err_rc_show()
715 return scnprintf(buf, PAGE_SIZE, "MESSAGE_TOO_BIG\n"); in last_err_rc_show()
717 return scnprintf(buf, PAGE_SIZE, "REQ_FAC_NOT_INST\n"); in last_err_rc_show()
719 return scnprintf(buf, PAGE_SIZE, "response code %d\n", rc); in last_err_rc_show()