Home
last modified time | relevance | path

Searched refs:next_ptr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h542 cvmx_dfa_node_next_t next_ptr; in cvmx_dfa_write_edge_sm() local
546 next_ptr.u64 = 0; in cvmx_dfa_write_edge_sm()
564 cvmx_llm_write36(address, next_ptr.u64, 0); in cvmx_dfa_write_edge_sm()
588 cvmx_dfa_node_next_t next_ptr; in cvmx_dfa_write_node_lg() local
592 next_ptr.u64 = 0; in cvmx_dfa_write_node_lg()
595 next_ptr.lg.w32.type = destination_type; in cvmx_dfa_write_node_lg()
596 next_ptr.lg.w32.next_node = destination_node; in cvmx_dfa_write_node_lg()
597 next_ptr.lg.w32.ecc = cvmx_llm_ecc(next_ptr.u64); in cvmx_dfa_write_node_lg()
601 next_ptr.lg.w36.type = destination_type; in cvmx_dfa_write_node_lg()
603 next_ptr.lg.w36.ecc = cvmx_llm_ecc(next_ptr.u64); in cvmx_dfa_write_node_lg()
[all …]
H A Dcvmx-wqe.h448 uint64_t next_ptr : 40; member
468 uint64_t next_ptr:40; /* on cn68xx this is unused as well */ member
/freebsd-13.1/sys/contrib/zlib/
H A Dzutil.c202 local int next_ptr = 0; variable
233 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
234 table[next_ptr].org_ptr = buf; in zcalloc()
239 table[next_ptr++].new_ptr = buf; in zcalloc()
254 for (n = 0; n < next_ptr; n++) { in zcfree()
258 while (++n < next_ptr) { in zcfree()
261 next_ptr--; in zcfree()
/freebsd-13.1/sys/mips/cavium/octe/
H A Dethernet-rx.c252 cvmx_buf_ptr_t next_ptr = *(cvmx_buf_ptr_t *)cvmx_phys_to_ptr(segment_ptr.s.addr-8); in cvm_oct_tasklet_rx() local
273 segment_ptr = next_ptr; in cvm_oct_tasklet_rx()
H A Dethernet.c285 cvmx_buf_ptr_t next_ptr = *(cvmx_buf_ptr_t *)cvmx_phys_to_ptr(segment_ptr.s.addr-8); in cvm_oct_free_work() local
288 segment_ptr = next_ptr; in cvm_oct_free_work()