Searched refs:next_ptr (Results 1 – 7 of 7) sorted by relevance
542 cvmx_dfa_node_next_t next_ptr; in cvmx_dfa_write_edge_sm() local546 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() local592 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 …]
448 uint64_t next_ptr : 40; member468 uint64_t next_ptr:40; /* on cn68xx this is unused as well */ member
202 local int next_ptr = 0; variable233 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()
516 uint64_t *next_ptr; in otx_cpt_get_resource() local606 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()
252 cvmx_buf_ptr_t next_ptr = *(cvmx_buf_ptr_t *)cvmx_phys_to_ptr(segment_ptr.s.addr-8); in cvm_oct_tasklet_rx() local273 segment_ptr = next_ptr; in cvm_oct_tasklet_rx()
285 cvmx_buf_ptr_t next_ptr = *(cvmx_buf_ptr_t *)cvmx_phys_to_ptr(segment_ptr.s.addr-8); in cvm_oct_free_work() local288 segment_ptr = next_ptr; in cvm_oct_free_work()
670 u32 next_ptr; /* ptr to the start of the first DDR buffer */ member737 local_hdr.next_ptr = htonl((u32)physaddr); in send_dummy_pkt_to_hif()