Home
last modified time | relevance | path

Searched refs:last_chunk (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.h109 volatile cvmx_tim_entry_chunk_t *last_chunk; member
242 …tim_entry_ptr = &(work_bucket_ptr->last_chunk->entries[entries_per_chunk - work_bucket_ptr->chunk_… in cvmx_tim_add_entry()
264 work_bucket_ptr->last_chunk->entries[entries_per_chunk] = cvmx_ptr_to_phys(new_chunk); in cvmx_tim_add_entry()
273 work_bucket_ptr->last_chunk = new_chunk; in cvmx_tim_add_entry()
/f-stack/freebsd/netinet/
H A Dsctp_indata.c1693 int *break_flag, int last_chunk, uint8_t chk_type) in sctp_process_a_data_chunk() argument
2029 if (last_chunk == 0) { in sctp_process_a_data_chunk()
2158 if (last_chunk == 0) { in sctp_process_a_data_chunk()
2253 if (last_chunk) { in sctp_process_a_data_chunk()
2272 if (last_chunk) { in sctp_process_a_data_chunk()
2283 if (last_chunk) { in sctp_process_a_data_chunk()
2657 int break_flag, last_chunk; in sctp_process_data() local
2782 last_chunk = 1; in sctp_process_data()
2784 last_chunk = 0; in sctp_process_data()
2788 last_chunk, ch->chunk_type)) { in sctp_process_data()