Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/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()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c516 uint64_t *next_ptr; in otx_cpt_get_resource() local
606 next_ptr = (uint64_t *)(chunk_prev->head + in otx_cpt_get_resource()
608 *next_ptr = (uint64_t)chunk->dma_addr; in otx_cpt_get_resource()
613 next_ptr = (uint64_t *)(chunk_prev->head + chunk_size - 8); in otx_cpt_get_resource()
614 *next_ptr = (uint64_t)chunk_head->dma_addr; in otx_cpt_get_resource()
/f-stack/freebsd/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()
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif.c670 u32 next_ptr; /* ptr to the start of the first DDR buffer */ member
737 local_hdr.next_ptr = htonl((u32)physaddr); in send_dummy_pkt_to_hif()