Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1636 struct kern_pbufpool *dpp = ring->ckr_pp; in flow_rx_agg_channel() local
1637 ASSERT(dpp->pp_max_frags > 1); in flow_rx_agg_channel()
1664 if (fe->fe_rx_largest_size <= PP_BUF_SIZE_DEF(dpp) || in flow_rx_agg_channel()
1665 PP_BUF_SIZE_LARGE(dpp) == 0) { in flow_rx_agg_channel()
1666 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel()
1668 agg_bufsize = PP_BUF_SIZE_LARGE(dpp); in flow_rx_agg_channel()
1672 PP_BUF_SIZE_DEF(dpp), agg_bufsize); in flow_rx_agg_channel()
1681 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel()
1686 err = pp_alloc_buflet_batch(dpp, buf_arr, &bh_cnt, SKMEM_NOSLEEP, in flow_rx_agg_channel()
1700 ASSERT(pkt->pkt_qum.qum_pp != dpp); in flow_rx_agg_channel()
[all …]
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1795 struct kern_pbufpool *dpp; in dp_flow_rx_process() local
1843 dpp = r->ckr_pp; in dp_flow_rx_process()
1845 err = pp_alloc_pktq(dpp, 1, &dpkts, n_pkts, NULL, NULL, in dp_flow_rx_process()
1861 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1863 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process()
1866 err = pp_alloc_buflet_batch(dpp, buf_array, &buf_cnt, in dp_flow_rx_process()
1904 if (pkt->pkt_qum.qum_pp != dpp) { in dp_flow_rx_process()
1917 n_bufs = howmany(pkt->pkt_length, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1921 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process()
1923 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
[all …]
/xnu-11215.1.10/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()