Home
last modified time | relevance | path

Searched refs:inext (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_srtm.c154 SRTM_ITEM *inext, *item = ihead; in srtm_free_each() local
156 for (item = item->next_by_seq_num; item != NULL; item = inext) { in srtm_free_each()
157 inext = item->next_by_seq_num; in srtm_free_each()
418 SRTM_ITEM key, *item = NULL, *inext, *ihead; in ossl_quic_srtm_cull() local
428 for (item = ihead; item != NULL; item = inext) { in ossl_quic_srtm_cull()
429 inext = item->next_by_seq_num; in ossl_quic_srtm_cull()
/freebsd/crypto/openssl/test/
H A Dquic_cfq_test.c104 QUIC_CFQ_ITEM *item, *inext; in test_cfq() local
140 item != NULL; item = inext) { in test_cfq()
141 inext = ossl_quic_cfq_item_get_priority_next(item, pn_space); in test_cfq()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_subr.c427 struct bcma_intr *intr, *inext; in bcma_free_dinfo() local
440 STAILQ_FOREACH_SAFE(intr, &dinfo->intrs, i_link, inext) { in bcma_free_dinfo()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c2926 uint8_t inext; in xhci_transfer_insert() local
2991 inext = (i + 1); in xhci_transfer_insert()
2994 if (inext >= (XHCI_MAX_TRANSFERS - 1)) in xhci_transfer_insert()
2995 inext = 0; in xhci_transfer_insert()
2998 pepext->trb_index[id] = inext; in xhci_transfer_insert()
3002 inext += id * XHCI_MAX_TRANSFERS; in xhci_transfer_insert()
3005 addr += (inext * sizeof(struct xhci_trb)); in xhci_transfer_insert()
3024 pepext->trb[inext].qwTrb0 = 0; in xhci_transfer_insert()
3025 pepext->trb[inext].dwTrb2 = 0; in xhci_transfer_insert()
3026 pepext->trb[inext].dwTrb3 = 0; in xhci_transfer_insert()