Lines Matching refs:resp_len
218 size_t resp_len) in occ_save_ffdc() argument
220 if (resp_len > parsed_len) { in occ_save_ffdc()
221 size_t dh = resp_len - parsed_len; in occ_save_ffdc()
262 size_t resp_len = OCC_MAX_RESP_WORDS; in occ_getsram() local
291 rc = sbefifo_submit(occ->sbefifo, cmd, cmd_len, resp, &resp_len); in occ_getsram()
296 resp, resp_len, &parsed_len); in occ_getsram()
300 occ_save_ffdc(occ, resp, parsed_len, resp_len); in occ_getsram()
323 size_t resp_len = OCC_MAX_RESP_WORDS; in occ_putsram() local
364 rc = sbefifo_submit(occ->sbefifo, buf, cmd_len, buf, &resp_len); in occ_putsram()
369 buf, resp_len, &parsed_len); in occ_putsram()
373 occ_save_ffdc(occ, buf, parsed_len, resp_len); in occ_putsram()
400 size_t resp_len = OCC_MAX_RESP_WORDS; in occ_trigger_attn() local
425 rc = sbefifo_submit(occ->sbefifo, buf, cmd_len, buf, &resp_len); in occ_trigger_attn()
430 buf, resp_len, &parsed_len); in occ_trigger_attn()
434 occ_save_ffdc(occ, buf, parsed_len, resp_len); in occ_trigger_attn()
466 void *response, size_t *resp_len) in fsi_occ_submit() argument
473 size_t user_resp_len = *resp_len; in fsi_occ_submit()
483 *resp_len = 0; in fsi_occ_submit()
595 *resp_len = occ->client_response_size; in fsi_occ_submit()