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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h542 cvmx_dfa_node_next_t next_ptr; local
546 next_ptr.u64 = 0;
549 next_ptr.sm.w32.next_node0 = destination_node0;
550 next_ptr.sm.w32.p0 = cvmx_llm_parity(destination_node0);
552 next_ptr.sm.w32.next_node1 = destination_node1;
553 next_ptr.sm.w32.p1 = cvmx_llm_parity(destination_node1);
557 next_ptr.sm.w36.next_node0 = destination_node0;
558 next_ptr.sm.w36.p0 = cvmx_llm_parity(destination_node0);
560 next_ptr.sm.w36.next_node1 = destination_node1;
561 next_ptr
588 cvmx_dfa_node_next_t next_ptr; local
[all...]
H A Dcvmx-wqe.h448 uint64_t next_ptr : 40; member in struct:__anon7167::__anon7168
468 uint64_t next_ptr:40; /* on cn68xx this is unused as well */ member in struct:__anon7170::__anon7171
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c207 local int next_ptr = 0; variable
236 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
237 table[next_ptr].org_ptr = buf;
242 table[next_ptr++].new_ptr = buf;
254 for (n = 0; n < next_ptr; n++) {
258 while (++n < next_ptr) {
261 next_ptr--;
/freebsd-10.0-release/lib/libz/
H A Dzutil.c205 local int next_ptr = 0; variable
234 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
235 table[next_ptr].org_ptr = buf;
240 table[next_ptr++].new_ptr = buf;
252 for (n = 0; n < next_ptr; n++) {
256 while (++n < next_ptr) {
259 next_ptr--;
/freebsd-10.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-device.c131 u16 next_ptr; local
143 next_ptr = pci_config->capabilities_pointer;
145 while (next_ptr != 0) {
147 cap_id = VXGE_HAL_PCI_CAP_ID((((u8 *) pci_config) + next_ptr));
152 hldev->pci_caps.pm_cap_offset = next_ptr;
155 hldev->pci_caps.vpd_cap_offset = next_ptr;
158 hldev->pci_caps.sid_cap_offset = next_ptr;
161 hldev->pci_caps.msi_cap_offset = next_ptr;
164 hldev->pci_caps.vs_cap_offset = next_ptr;
167 hldev->pci_caps.shpc_cap_offset = next_ptr;
[all...]
H A Dvxgehal-mgmtaux.c185 u16 next_ptr; local
235 next_ptr = pci_config->capabilities_pointer;
237 while (next_ptr != 0) {
239 cap_id = VXGE_HAL_PCI_CAP_ID((((u8 *) pci_config) + next_ptr));
385 next_ptr =
386 VXGE_HAL_PCI_CAP_NEXT((((u8 *) pci_config) + next_ptr));
393 next_ptr = 0x100;
395 while (next_ptr != 0) {
398 *(u32 *)((void *)(((u8 *) pci_config) + next_ptr)));
443 next_ptr
[all...]
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dethernet-rx.c259 cvmx_buf_ptr_t next_ptr = *(cvmx_buf_ptr_t *)cvmx_phys_to_ptr(segment_ptr.s.addr-8); local
280 segment_ptr = next_ptr;
H A Dethernet.c285 cvmx_buf_ptr_t next_ptr = *(cvmx_buf_ptr_t *)cvmx_phys_to_ptr(segment_ptr.s.addr-8); local
288 segment_ptr = next_ptr;
/freebsd-10.0-release/sys/net/
H A Dzlib.c5227 local int next_ptr = 0; variable
5256 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
5257 table[next_ptr].org_ptr = buf;
5262 table[next_ptr++].new_ptr = buf;
5274 for (n = 0; n < next_ptr; n++) {
5278 while (++n < next_ptr) {
5281 next_ptr--;

Completed in 155 milliseconds