Home
last modified time | relevance | path

Searched refs:dpp (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1583 struct kern_pbufpool *dpp = ring->ckr_pp; in flow_rx_agg_channel() local
1584 ASSERT(dpp->pp_max_frags > 1); in flow_rx_agg_channel()
1611 if (fe->fe_rx_largest_size <= PP_BUF_SIZE_DEF(dpp) || in flow_rx_agg_channel()
1612 PP_BUF_SIZE_LARGE(dpp) == 0) { in flow_rx_agg_channel()
1613 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel()
1615 agg_bufsize = PP_BUF_SIZE_LARGE(dpp); in flow_rx_agg_channel()
1618 bh_cnt = estimate_buf_cnt(fe, PP_BUF_SIZE_DEF(dpp), in flow_rx_agg_channel()
1628 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel()
1633 err = pp_alloc_buflet_batch(dpp, buf_arr, &bh_cnt, SKMEM_NOSLEEP, in flow_rx_agg_channel()
1647 ASSERT(pkt->pkt_qum.qum_pp != dpp); in flow_rx_agg_channel()
[all …]
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1691 struct kern_pbufpool *dpp; in dp_flow_rx_process() local
1733 dpp = r->ckr_pp; in dp_flow_rx_process()
1735 err = pp_alloc_pktq(dpp, 1, &dpkts, n_pkts, NULL, NULL, in dp_flow_rx_process()
1749 cnt = howmany(fe->fe_rx_pktq_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1751 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process()
1754 err = pp_alloc_buflet_batch(dpp, buf_array, &buf_cnt, in dp_flow_rx_process()
1789 if (pkt->pkt_qum.qum_pp != dpp) { in dp_flow_rx_process()
1800 n_bufs = howmany(pkt->pkt_length, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1804 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process()
1807 PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
[all …]
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_attrlist.c3643 int *eofflagp, struct direntry **dpp) in get_direntry() argument
3649 *dpp = NULL; in get_direntry()
3662 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in get_direntry()