Searched refs:trp (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-token.c73 #define IS_SOURCE_ROUTED(trp) ((trp)->token_shost[0] & 0x80)
74 #define FRAME_TYPE(trp) (((trp)->token_fc & 0xC0) >> 6)
77 #define BROADCAST(trp) ((EXTRACT_16BITS(&(trp)->token_rcf) & 0xE000) >> 13)
78 #define RIF_LENGTH(trp) ((EXTRACT_16BITS(&(trp)->token_rcf) & 0x1f00) >> 8)
79 #define DIRECTION(trp) ((EXTRACT_16BITS(&(trp)
98 extract_token_addrs(const struct token_header *trp, char *fsrc, char *fdst) argument
108 token_hdr_print(netdissect_options *ndo, register const struct token_header *trp, register u_int length, register const u_char *fsrc, register const u_char *fdst) argument
151 const struct token_header *trp; local
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dtrap.h88 trp->status = x->sr; \
89 trp->cause = x->cause; \
90 trp->vadr = x->badvaddr; \
91 trp->pc = x->pc; \
92 trp->sp = x->sp; \
93 trp->ra = x->ra; \
94 trp->code = cd; \
95 if (++trp == &trapdebug[TRAPSIZE]) \
96 trp = trapdebug; \
101 extern struct trapdebug trapdebug[TRAPSIZE], *trp;
[all...]
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c278 struct trapdebug trapdebug[TRAPSIZE], *trp = trapdebug; variable in typeref:struct:
804 if (trp == trapdebug)
807 trp[-1].code = td->td_sa.code;
1151 if (trp == trapdebug) {
1152 trp = &trapdebug[TRAPSIZE - 1];
1154 trp--;
1157 if (trp->cause == 0)
1161 trap_type[(trp->cause & MIPS_CR_EXC_CODE) >>
1163 (intmax_t)trp->vadr, (intmax_t)trp
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h2563 uint64_t trp : 4; /**< Indicates tRP constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_s
2617 uint64_t trp : 4;
2638 uint64_t trp : 4; /**< Indicates tRP constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xx
2692 uint64_t trp : 4;
2706 uint64_t trp : 4; /**< Indicates tRP constraints. member in struct:cvmx_dfm_timing_params0::cvmx_dfm_timing_params0_cn63xxp1
2760 uint64_t trp : 4;
H A Dcvmx-lmcx-defs.h5494 uint64_t trp : 4; /**< tRP Cycles = RNDUP[tRP(ns)/tcyc(ns)] member in struct:cvmx_lmcx_mem_cfg1::cvmx_lmcx_mem_cfg1_s
5534 uint64_t trp : 4;
5597 uint64_t trp : 4; /**< tRP Cycles = RNDUP[tRP(ns)/tcyc(ns)] member in struct:cvmx_lmcx_mem_cfg1::cvmx_lmcx_mem_cfg1_cn38xx
5640 uint64_t trp : 4;
7509 uint64_t trp : 4; /**< Indicates tRP constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_s
7563 uint64_t trp : 4;
7584 uint64_t trp : 4; /**< Indicates tRP constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn61xx
7638 uint64_t trp : 4;
7653 uint64_t trp : 4; /**< Indicates tRP constraints. member in struct:cvmx_lmcx_timing_params0::cvmx_lmcx_timing_params0_cn63xxp1
7707 uint64_t trp
[all...]
H A Dcvmx-llm.c764 dfaTmg.s.trp = 4 /*400 - 3, 500 - 4*/;
H A Dcvmx-dfa-defs.h2354 uint64_t trp : 4; /**< tRP Cycles = RNDUP[tRP(ns)/tcyc(ns)] member in struct:cvmx_dfa_ddr2_tmg::cvmx_dfa_ddr2_tmg_s
2435 uint64_t trp : 4;

Completed in 180 milliseconds