Home
last modified time | relevance | path

Searched refs:cause_code (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arc/kernel/
Dtroubleshoot.c121 unsigned int vec, cause_code; in show_ecr_verbose() local
130 cause_code = regs->ecr_cause; in show_ecr_verbose()
135 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()
136 ((cause_code == 0x02) ? "Write" : "EX"), in show_ecr_verbose()
141 pr_cont("%s\n", (cause_code == 0x0) ? in show_ecr_verbose()
145 if (cause_code == ECR_C_PROTV_INST_FETCH) in show_ecr_verbose()
147 else if (cause_code == ECR_C_PROTV_MISALIG_DATA) in show_ecr_verbose()
151 (cause_code == 0x01) ? "Read" : in show_ecr_verbose()
152 ((cause_code == 0x02) ? "Write" : "EX")); in show_ecr_verbose()
/linux-4.1.27/include/net/sctp/
Dsm.h240 __be16 cause_code,
/linux-4.1.27/net/sctp/
Dsm_make_chunk.c137 void sctp_init_cause(struct sctp_chunk *chunk, __be16 cause_code, in sctp_init_cause() argument
144 err.cause = cause_code; in sctp_init_cause()
155 static int sctp_init_cause_fixed(struct sctp_chunk *chunk, __be16 cause_code, in sctp_init_cause_fixed() argument
162 err.cause = cause_code; in sctp_init_cause_fixed()
1243 __be16 cause_code, const void *payload, in sctp_make_op_error() argument
1252 sctp_init_cause(retval, cause_code, paylen + reserve_tail); in sctp_make_op_error()