Searched refs:nctl (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-asx0-defs.h | 91 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 D | cvmx-asxx-defs.h | 694 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 D | cvmx-smi-defs.h | 83 uint64_t nctl : 6; /**< NCTL Drive strength control bits member 88 uint64_t nctl : 6;
|
| H A D | cvmx-agl-defs.h | 1374 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 D | cvmx-mgmt-port.c | 403 drv_ctl.s.nctl = 6; in cvmx_mgmt_port_initialize()
|
| H A D | cvmx-dfa-defs.h | 5520 uint64_t nctl : 4; /**< Compensation control bits */ member 5526 uint64_t nctl : 4;
|
| H A D | cvmx-mio-defs.h | 1946 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 D | cvmx-npi-defs.h | 1278 uint64_t nctl : 5; /**< Bypass value for NCTL */ member 1280 uint64_t nctl : 5;
|
| H A D | cvmx-lmcx-defs.h | 6980 uint64_t nctl : 4; /**< Compensation control bits */ member 6986 uint64_t nctl : 4;
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.c | 1060 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 D | sctp_input.c | 3859 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 D | sctputil.c | 4743 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()
|