Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.c43 uint8_t next_ptr; in pci_dump() local
155 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump()
158 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr); in pci_dump()
173 offset = next_ptr; in pci_dump()
179 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump()
182 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr); in pci_dump()
197 offset = next_ptr; in pci_dump()
203 next_ptr = pci_config_get8(handle, offset + 1); in pci_dump()
205 "PCI_MSIX_NEXT_PTR:\t0x%x\n", next_ptr); in pci_dump()
229 offset = next_ptr; in pci_dump()
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.c199 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
231 table[next_ptr].org_ptr = buf; in zcalloc()
236 table[next_ptr++].new_ptr = buf; in zcalloc()
251 for (n = 0; n < next_ptr; n++) { in zcfree()
255 while (++n < next_ptr) { in zcfree()
258 next_ptr--; in zcfree()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c168 uint8_t next_ptr; in ixgbe_pci_dump() local
280 next_ptr = pci_config_get8(handle, offset + 1); in ixgbe_pci_dump()
283 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr); in ixgbe_pci_dump()
298 offset = next_ptr; in ixgbe_pci_dump()
304 next_ptr = pci_config_get8(handle, offset + 1); in ixgbe_pci_dump()
307 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr); in ixgbe_pci_dump()
322 offset = next_ptr; in ixgbe_pci_dump()
328 next_ptr = pci_config_get8(handle, offset + 1); in ixgbe_pci_dump()
330 "PCI_MSIX_NEXT_PTR:\t0x%x\n", next_ptr); in ixgbe_pci_dump()
354 offset = next_ptr; in ixgbe_pci_dump()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_debug.c374 uint8_t next_ptr; in pciconfig_dump() local
462 next_ptr = pci_config_get8(handle, offset + 1); in pciconfig_dump()
465 "PCI_PM_NEXT_PTR:\t0x%x\n", next_ptr); in pciconfig_dump()
480 offset = next_ptr; in pciconfig_dump()
486 next_ptr = pci_config_get8(handle, offset + 1); in pciconfig_dump()
489 "PCI_MSI_NEXT_PTR:\t0x%x\n", next_ptr); in pciconfig_dump()
504 offset = next_ptr; in pciconfig_dump()
510 next_ptr = pci_config_get8(handle, offset + PCIE_CAP_NEXT_PTR); in pciconfig_dump()
513 "PCIE_CAP_NEXT_PTR:\t0x%x\n", next_ptr); in pciconfig_dump()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_reset.c787 tx_bd_next_t *next_ptr; in lm_setup_bd_chain_ring() local
802 next_ptr = &((tx_bd_next_t *) mem_virt)[MAX_BD_PER_PAGE]; in lm_setup_bd_chain_ring()
805 next_ptr->tx_bd_next_paddr_hi = mem_phy.as_u32.high; in lm_setup_bd_chain_ring()
806 next_ptr->tx_bd_next_paddr_lo = mem_phy.as_u32.low; in lm_setup_bd_chain_ring()
809 *((u8_t **) next_ptr->tx_bd_next_reserved) = mem_virt + LM_PAGE_SIZE; in lm_setup_bd_chain_ring()
815 next_ptr = &((tx_bd_next_t *) mem_virt)[MAX_BD_PER_PAGE]; in lm_setup_bd_chain_ring()
817 next_ptr->tx_bd_next_paddr_hi = start_mem_phy.as_u32.high; in lm_setup_bd_chain_ring()
818 next_ptr->tx_bd_next_paddr_lo = start_mem_phy.as_u32.low; in lm_setup_bd_chain_ring()
819 *((u8_t **) next_ptr->tx_bd_next_reserved) = start_mem_virt; in lm_setup_bd_chain_ring()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c871 local int next_ptr = 0; variable
900 if (buf == NULL || next_ptr >= MAX_PTR) return NULL; in zcalloc()
901 table[next_ptr].org_ptr = buf; in zcalloc()
906 table[next_ptr++].new_ptr = buf; in zcalloc()
918 for (n = 0; n < next_ptr; n++) { in zcfree()
922 while (++n < next_ptr) { in zcfree()
925 next_ptr--; in zcfree()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c5930 local int next_ptr = 0; variable
5965 if (buf == NULL || next_ptr >= MAX_PTR) in zcalloc()
5967 table[next_ptr].org_ptr = buf; in zcalloc()
5972 table[next_ptr++].new_ptr = buf; in zcalloc()
5985 for (n = 0; n < next_ptr; n++) { in zcfree()
5990 while (++n < next_ptr) { in zcfree()
5993 next_ptr--; in zcfree()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.h94 uint32_t next_ptr:8; member