Searched refs:dpp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1586 struct kern_pbufpool *dpp = ring->ckr_pp; in flow_rx_agg_channel() local 1587 ASSERT(dpp->pp_max_frags > 1); in flow_rx_agg_channel() 1614 if (fe->fe_rx_largest_size <= PP_BUF_SIZE_DEF(dpp) || in flow_rx_agg_channel() 1615 PP_BUF_SIZE_LARGE(dpp) == 0) { in flow_rx_agg_channel() 1616 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel() 1618 agg_bufsize = PP_BUF_SIZE_LARGE(dpp); in flow_rx_agg_channel() 1621 bh_cnt = estimate_buf_cnt(fe, PP_BUF_SIZE_DEF(dpp), in flow_rx_agg_channel() 1631 agg_bufsize = PP_BUF_SIZE_DEF(dpp); in flow_rx_agg_channel() 1636 err = pp_alloc_buflet_batch(dpp, buf_arr, &bh_cnt, SKMEM_NOSLEEP, in flow_rx_agg_channel() 1650 ASSERT(pkt->pkt_qum.qum_pp != dpp); in flow_rx_agg_channel() [all …]
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1409 struct kern_pbufpool *dpp; in dp_flow_rx_process() local 1451 dpp = r->ckr_pp; in dp_flow_rx_process() 1453 err = pp_alloc_pktq(dpp, 1, &dpkts, n_pkts, NULL, NULL, in dp_flow_rx_process() 1467 cnt = howmany(fe->fe_rx_pktq_bytes, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process() 1469 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process() 1472 err = pp_alloc_buflet_batch(dpp, buf_array, &buf_cnt, in dp_flow_rx_process() 1507 if (pkt->pkt_qum.qum_pp != dpp) { in dp_flow_rx_process() 1518 n_bufs = howmany(pkt->pkt_length, PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process() 1522 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process() 1525 PP_BUF_SIZE_DEF(dpp)); in dp_flow_rx_process() [all …]
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_attrlist.c | 3590 int *eofflagp, struct direntry **dpp) in get_direntry() argument 3596 *dpp = NULL; in get_direntry() 3609 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in get_direntry()
|