Home
last modified time | relevance | path

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

/trueos/sys/contrib/octeon-sdk/
HDcvmx-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()
549 next_ptr.sm.w32.next_node0 = destination_node0; in cvmx_dfa_write_edge_sm()
550 next_ptr.sm.w32.p0 = cvmx_llm_parity(destination_node0); in cvmx_dfa_write_edge_sm()
552 next_ptr.sm.w32.next_node1 = destination_node1; in cvmx_dfa_write_edge_sm()
553 next_ptr.sm.w32.p1 = cvmx_llm_parity(destination_node1); in cvmx_dfa_write_edge_sm()
557 next_ptr.sm.w36.next_node0 = destination_node0; in cvmx_dfa_write_edge_sm()
558 next_ptr.sm.w36.p0 = cvmx_llm_parity(destination_node0); in cvmx_dfa_write_edge_sm()
560 next_ptr.sm.w36.next_node1 = destination_node1; in cvmx_dfa_write_edge_sm()
561 next_ptr.sm.w36.p1 = cvmx_llm_parity(destination_node1); in cvmx_dfa_write_edge_sm()
[all …]
HDcvmx-wqe.h448 uint64_t next_ptr : 40; member
468 uint64_t next_ptr:40; /* on cn68xx this is unused as well */ member
/trueos/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDzutil.c207 local int next_ptr = 0; variable
236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
237 table[next_ptr].org_ptr = buf; in zcalloc()
242 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()
/trueos/lib/libz/
HDzutil.c205 local int next_ptr = 0; variable
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
235 table[next_ptr].org_ptr = buf; in zcalloc()
240 table[next_ptr++].new_ptr = buf; in zcalloc()
252 for (n = 0; n < next_ptr; n++) { in zcfree()
256 while (++n < next_ptr) { in zcfree()
259 next_ptr--; in zcfree()
/trueos/sys/dev/vxge/vxgehal/
HDvxgehal-device.c131 u16 next_ptr; in __hal_device_pci_caps_list_process() local
143 next_ptr = pci_config->capabilities_pointer; in __hal_device_pci_caps_list_process()
145 while (next_ptr != 0) { in __hal_device_pci_caps_list_process()
147 cap_id = VXGE_HAL_PCI_CAP_ID((((u8 *) pci_config) + next_ptr)); in __hal_device_pci_caps_list_process()
152 hldev->pci_caps.pm_cap_offset = next_ptr; in __hal_device_pci_caps_list_process()
155 hldev->pci_caps.vpd_cap_offset = next_ptr; in __hal_device_pci_caps_list_process()
158 hldev->pci_caps.sid_cap_offset = next_ptr; in __hal_device_pci_caps_list_process()
161 hldev->pci_caps.msi_cap_offset = next_ptr; in __hal_device_pci_caps_list_process()
164 hldev->pci_caps.vs_cap_offset = next_ptr; in __hal_device_pci_caps_list_process()
167 hldev->pci_caps.shpc_cap_offset = next_ptr; in __hal_device_pci_caps_list_process()
[all …]
HDvxgehal-mgmtaux.c185 u16 next_ptr; in vxge_hal_aux_pci_config_read() local
235 next_ptr = pci_config->capabilities_pointer; in vxge_hal_aux_pci_config_read()
237 while (next_ptr != 0) { in vxge_hal_aux_pci_config_read()
239 cap_id = VXGE_HAL_PCI_CAP_ID((((u8 *) pci_config) + next_ptr)); in vxge_hal_aux_pci_config_read()
385 next_ptr = in vxge_hal_aux_pci_config_read()
386 VXGE_HAL_PCI_CAP_NEXT((((u8 *) pci_config) + next_ptr)); in vxge_hal_aux_pci_config_read()
393 next_ptr = 0x100; in vxge_hal_aux_pci_config_read()
395 while (next_ptr != 0) { in vxge_hal_aux_pci_config_read()
398 *(u32 *)((void *)(((u8 *) pci_config) + next_ptr))); in vxge_hal_aux_pci_config_read()
443 next_ptr = (u16) VXGE_HAL_PCI_EXT_CAP_NEXT( in vxge_hal_aux_pci_config_read()
[all …]
/trueos/sys/mips/cavium/octe/
HDethernet-rx.c259 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
280 segment_ptr = next_ptr; in cvm_oct_tasklet_rx()
HDethernet.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()
/trueos/sys/net/
HDzlib.c5227 local int next_ptr = 0; variable
5256 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
5257 table[next_ptr].org_ptr = buf; in zcalloc()
5262 table[next_ptr++].new_ptr = buf; in zcalloc()
5274 for (n = 0; n < next_ptr; n++) { in zcfree()
5278 while (++n < next_ptr) { in zcfree()
5281 next_ptr--; in zcfree()