Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1638 struct kern_pbufpool *dpp = ring->ckr_pp; in flow_rx_agg_channel() local
1639 ASSERT(dpp->pp_max_frags > 1); in flow_rx_agg_channel()
1666 if (fe->fe_rx_largest_size <= PP_BUF_SIZE_DEF(dpp) || in flow_rx_agg_channel()
1667 PP_BUF_SIZE_LARGE(dpp) == 0) { in flow_rx_agg_channel()
1668 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel()
1670 agg_bufsize = PP_BUF_SIZE_LARGE(dpp); in flow_rx_agg_channel()
1674 PP_BUF_SIZE_DEF(dpp), agg_bufsize); in flow_rx_agg_channel()
1683 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel()
1688 err = pp_alloc_buflet_batch(dpp, buf_arr, &bh_cnt, SKMEM_NOSLEEP, in flow_rx_agg_channel()
1702 ASSERT(pkt->pkt_qum.qum_pp != dpp); in flow_rx_agg_channel()
[all …]
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1831 struct kern_pbufpool *dpp; in dp_flow_rx_process() local
1880 dpp = r->ckr_pp; in dp_flow_rx_process()
1882 err = pp_alloc_pktq(dpp, 1, &dpkts, n_pkts, NULL, NULL, in dp_flow_rx_process()
1898 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1900 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process()
1903 err = pp_alloc_buflet_batch(dpp, buf_array, &buf_cnt, in dp_flow_rx_process()
1941 if (pkt->pkt_qum.qum_pp != dpp) { in dp_flow_rx_process()
1954 n_bufs = howmany(pkt->pkt_length, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
1958 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process()
1960 cnt = howmany(rx_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process()
[all …]
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_attrlist.c3772 int *eofflagp, struct direntry **dpp) in get_direntry() argument
3778 *dpp = NULL; in get_direntry()
3791 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in get_direntry()