Home
last modified time | relevance | path

Searched refs:nctl (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-asx0-defs.h91 uint64_t nctl : 4; /**< These bits control the driving strength of the dbg member
94 uint64_t nctl : 4;
104 uint64_t nctl : 4; /**< These bits control the driving strength of the dbg member
107 uint64_t nctl : 4;
H A Dcvmx-asxx-defs.h694 uint64_t nctl : 4;
707 uint64_t nctl : 4;
736 uint64_t nctl : 4;
783 uint64_t nctl : 5; /**< Duke's drive control */ member
785 uint64_t nctl : 5;
807 uint64_t nctl : 5; /**< UNUSED (not needed for CN58XX) */ member
809 uint64_t nctl : 5;
1181 uint64_t nctl : 4;
1194 uint64_t nctl : 4;
1209 uint64_t nctl : 5;
[all …]
H A Dcvmx-smi-defs.h83 uint64_t nctl : 6; /**< NCTL Drive strength control bits member
88 uint64_t nctl : 6;
H A Dcvmx-agl-defs.h1374 uint64_t nctl : 5; /**< AGL NCTL */ member
1376 uint64_t nctl : 5;
1399 uint64_t nctl : 5; /**< AGL NCTL */ member
1401 uint64_t nctl : 5;
H A Dcvmx-mgmt-port.c403 drv_ctl.s.nctl = 6; in cvmx_mgmt_port_initialize()
H A Dcvmx-dfa-defs.h5520 uint64_t nctl : 4; /**< Compensation control bits */ member
5526 uint64_t nctl : 4;
H A Dcvmx-mio-defs.h1946 uint64_t nctl : 5; /**< Boot bus NCTL */ member
1948 uint64_t nctl : 5;
1961 uint64_t nctl : 6; /**< Boot bus NCTL */ member
1963 uint64_t nctl : 6;
4957 uint64_t nctl : 6; /**< GPIO bus NCTL */ member
4959 uint64_t nctl : 6;
H A Dcvmx-npi-defs.h1278 uint64_t nctl : 5; /**< Bypass value for NCTL */ member
1280 uint64_t nctl : 5;
H A Dcvmx-lmcx-defs.h6980 uint64_t nctl : 4; /**< Compensation control bits */ member
6986 uint64_t nctl : 4;
/f-stack/freebsd/netinet/
H A Dsctp_indata.c1060 struct sctp_queued_to_read *control, *nctl = NULL; in sctp_deliver_reasm_check() local
1087 nctl = TAILQ_NEXT(control, next_instrm); in sctp_deliver_reasm_check()
1130 control = nctl; in sctp_deliver_reasm_check()
1148 nctl = TAILQ_NEXT(control, next_instrm); in sctp_deliver_reasm_check()
1186 control = nctl; in sctp_deliver_reasm_check()
1203 nctl = TAILQ_NEXT(control, next_instrm); in sctp_deliver_reasm_check()
1275 control = nctl; in sctp_deliver_reasm_check()
H A Dsctp_input.c3859 struct sctp_queued_to_read *ctl, *nctl; in sctp_handle_str_reset_add_strm() local
3897 TAILQ_FOREACH_SAFE(ctl, &oldstrm[i].inqueue, next_instrm, nctl) { in sctp_handle_str_reset_add_strm()
3901 TAILQ_FOREACH_SAFE(ctl, &oldstrm[i].uno_inqueue, next_instrm, nctl) { in sctp_handle_str_reset_add_strm()
H A Dsctputil.c4743 struct sctp_queued_to_read *control, *nctl; in sctp_pull_off_control_to_new_inp() local
4766 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) { in sctp_pull_off_control_to_new_inp()
4791 TAILQ_FOREACH_SAFE(control, &tmp_queue, next, nctl) { in sctp_pull_off_control_to_new_inp()