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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.h168 uint8_t nextptr; member in struct:msicap
178 uint8_t nextptr; member in struct:msixcap
187 uint8_t nextptr; member in struct:pciecap
244 void pci_populate_msicap(struct msicap *cap, int msgs, int nextptr);
H A Dpci_passthru.c154 passthru_add_msicap(struct pci_devinst *pi, int msgnum, int nextptr) argument
160 pci_populate_msicap(&msicap, msgnum, nextptr);
H A Dpci_emul.c776 pci_populate_msicap(struct msicap *msicap, int msgnum, int nextptr) argument
786 msicap->nextptr = nextptr;
/freebsd-13-stable/sys/powerpc/powermac/
H A Dcpcht.c223 int ptr, nextptr; local
259 nextptr = PCIB_READ_CONFIG(dev, b, s, f, PCIR_CAP_PTR, 1);
260 while (nextptr != 0) {
261 ptr = nextptr;
262 nextptr = PCIB_READ_CONFIG(dev, b, s, f,
/freebsd-13-stable/usr.sbin/pciconf/
H A Dcap.c913 uint16_t nextptr, len; local
917 nextptr = PCI_EXTCAP_NEXTPTR(val);
921 if (nextptr == 0)
922 nextptr = 0x1000;
923 len = nextptr - ptr;
/freebsd-13-stable/contrib/bsnmp/lib/
H A Dsnmpclient.c753 char *nextptr; local
809 size = strtol(fmt, &nextptr, 10);
810 if (*nextptr != ')')
812 fmt = ++nextptr;
/freebsd-13-stable/sys/dev/xl/
H A Dif_xl.c1721 u_int32_t nextptr; local
1741 nextptr = ld->xl_rx_dmaaddr +
1744 ld->xl_rx_list[i].xl_next = htole32(nextptr);
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c849 int ptr, nextptr, ptrptr; local
862 nextptr = REG(ptrptr, 1); /* sanity check? */
867 while (nextptr != 0) {
869 if (nextptr > 255) {
871 nextptr);
875 ptr = nextptr;
876 nextptr = REG(ptr + PCICAP_NEXTPTR, 1);
885 if ((nextptr - ptr) > PCIR_POWER_DATA)
/freebsd-13-stable/sys/net/
H A Diflib.c2630 int nextptr; local
2634 nextptr = (cidx + CACHE_PTR_INCREMENT) & (nrxd-1);
2635 prefetch(&fl->ifl_sds.ifsd_m[nextptr]);
2636 prefetch(&fl->ifl_sds.ifsd_cl[nextptr]);

Completed in 173 milliseconds