Searched refs:rrd (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_crrd.c | 62 rrd_tail_entry(rrd_t *rrd) in rrd_tail_entry() argument 66 if (rrd_len(rrd) == 0) in rrd_tail_entry() 69 if (rrd->rrd_tail == 0) in rrd_tail_entry() 72 n = rrd->rrd_tail - 1; in rrd_tail_entry() 74 return (&rrd->rrd_entries[n]); in rrd_tail_entry() 78 rrd_tail(rrd_t *rrd) in rrd_tail() argument 82 tail = rrd_tail_entry(rrd); in rrd_tail() 92 rrd_len(const rrd_t *rrd) in rrd_len() argument 95 return (rrd->rrd_length); in rrd_len() 99 rrd_entry(const rrd_t *rrd, size_t i) in rrd_entry() argument [all …]
|
| H A D | dmu_recv.c | 165 struct receive_record_arg *rrd); 1488 struct receive_record_arg *rrd, blkptr_t *bp) in do_corrective_recv() argument 1494 abd_t *abd = rrd->abd; in do_corrective_recv() 1602 rrd->abd = abd; in do_corrective_recv() 2807 struct receive_record_arg *rrd, uint64_t object) in receive_defer_park() argument 2822 ASSERT3U(rrd->header.drr_type, ==, DRR_OBJECT); in receive_defer_park() 2824 rwa->defer_first_bytes_read = rrd->bytes_read; in receive_defer_park() 2826 list_insert_tail(&rwa->defer_records, rrd); in receive_defer_park() 2829 rwa->defer_bytes += sizeof (*rrd) + (rrd->abd != NULL ? in receive_defer_park() 2830 abd_get_size(rrd->abd) : rrd->payload_size); in receive_defer_park() [all …]
|
| /freebsd/sys/dev/qcom_ess_edma/ |
| H A D | qcom_ess_edma_rx.c | 333 struct qcom_edma_rx_return_desc *rrd; in qcom_ess_edma_rx_ring_complete() local 369 rrd = mtod(m, struct qcom_edma_rx_return_desc *); in qcom_ess_edma_rx_ring_complete() 370 if (rrd->rrd7 & EDMA_RRD_DESC_VALID) { in qcom_ess_edma_rx_ring_complete() 371 len = rrd->rrd6 & EDMA_RRD_PKT_SIZE_MASK; in qcom_ess_edma_rx_ring_complete() 372 num_rfds = rrd->rrd1 & EDMA_RRD_NUM_RFD_MASK;; in qcom_ess_edma_rx_ring_complete() 373 port_id = (rrd->rrd1 >> EDMA_PORT_ID_SHIFT) in qcom_ess_edma_rx_ring_complete() 375 priority = (rrd->rrd1 >> EDMA_RRD_PRIORITY_SHIFT) in qcom_ess_edma_rx_ring_complete() 377 hash_type = (rrd->rrd5 >> EDMA_HASH_TYPE_SHIFT) in qcom_ess_edma_rx_ring_complete() 379 hash_val = rrd->rrd2; in qcom_ess_edma_rx_ring_complete() 380 flow_cookie = rrd->rrd3 & EDMA_RRD_FLOW_COOKIE_MASK; in qcom_ess_edma_rx_ring_complete() [all …]
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | zfs_crrd.h | 53 size_t rrd_len(const rrd_t *rrd); 56 rrd_data_t *rrd_tail_entry(rrd_t *rrd); 57 uint64_t rrd_tail(rrd_t *rrd); 58 uint64_t rrd_get(const rrd_t *rrd, size_t i); 60 void rrd_add(rrd_t *rrd, hrtime_t time, uint64_t txg);
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | p9conn.py | 678 if isinstance(resp, protocol.rrd.Rlerror): 680 if isinstance(resp, protocol.rrd.Rerror): 734 req = protocol.rrd.Tversion(tag=tag, msize=maxio, 738 if not isinstance(resp, protocol.rrd.Rversion): 740 if isinstance(resp, protocol.rrd.Rerror): 789 if not isinstance(resp, protocol.rrd.Rattach): 820 if not isinstance(resp, protocol.rrd.Rwalk): 854 if not isinstance(resp, protocol.rrd.Rwalk): 895 if not isinstance(resp, protocol.rrd.Rstat): 906 if not isinstance(resp, protocol.rrd.Rclunk): [all …]
|
| H A D | protocol.py | 540 self.use_rlerror = rrd.Rlerror in pfods 657 cls = getattr(rrd, name) 741 cls = getattr(rrd, fcall) 746 cls = rrd.Rlerror 747 seq = dotl.pfods[rrd.Rlerror].seq 820 cls = getattr(rrd, fcall)
|
| /freebsd/contrib/unbound/validator/ |
| H A D | val_kentry.c | 362 struct packed_rrset_data* rrd; in key_entry_get_rrset() local 376 rrd = regional_alloc_init(region, d->rrset_data, in key_entry_get_rrset() 378 if(!rrd) in key_entry_get_rrset() 380 rrk->entry.data = rrd; in key_entry_get_rrset() 381 packed_rrset_ptr_fixup(rrd); in key_entry_get_rrset()
|
| /freebsd/sys/dev/alc/ |
| H A D | if_alc.c | 3518 struct rx_rdesc *rrd; in alc_rxintr() local 3532 rrd = &sc->alc_rdata.alc_rr_ring[rr_cons]; in alc_rxintr() 3533 status = le32toh(rrd->status); in alc_rxintr() 3536 nsegs = RRD_RD_CNT(le32toh(rrd->rdinfo)); in alc_rxintr() 3543 alc_rxeof(sc, rrd); in alc_rxintr() 3545 rrd->status = 0; in alc_rxintr() 3626 alc_rxeof(struct alc_softc *sc, struct rx_rdesc *rrd) in alc_rxeof() argument 3635 status = le32toh(rrd->status); in alc_rxeof() 3636 rdinfo = le32toh(rrd->rdinfo); in alc_rxeof() 3726 vtag = RRD_VLAN(le32toh(rrd->vtag)); in alc_rxeof()
|