Searched refs:dpp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1452 struct kern_pbufpool *dpp = ring->ckr_pp; in flow_rx_agg_channel() local 1453 ASSERT(dpp->pp_max_frags > 1); in flow_rx_agg_channel() 1475 bh_cnt_tmp = bh_cnt = _estimate_buflet_cnt(fe, dpp); in flow_rx_agg_channel() 1476 err = pp_alloc_buflet_batch(dpp, buf_arr, &bh_cnt, SKMEM_NOSLEEP); in flow_rx_agg_channel() 1489 ASSERT(pkt->pkt_qum.qum_pp != dpp); in flow_rx_agg_channel() 1531 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel() 1562 bh_cnt_tmp = howmany(plen, dpp->pp_buflet_size); in flow_rx_agg_channel() 1585 tmp = _estimate_buflet_cnt(fe, dpp); in flow_rx_agg_channel() 1589 err = pp_alloc_buflet_batch(dpp, &buf_arr[bh_cnt], in flow_rx_agg_channel() 1674 err = kern_pbufpool_alloc_nosleep(dpp, 0, &sph); in flow_rx_agg_channel() [all …]
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1377 struct kern_pbufpool *dpp; in dp_flow_rx_process() local 1419 dpp = r->ckr_pp; in dp_flow_rx_process() 1421 err = pp_alloc_pktq(dpp, 1, &dpkts, n_pkts, NULL, NULL, in dp_flow_rx_process() 1435 cnt = howmany(fe->fe_rx_pktq_bytes, dpp->pp_buflet_size); in dp_flow_rx_process() 1437 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process() 1440 err = pp_alloc_buflet_batch(dpp, buf_array, &buf_cnt, in dp_flow_rx_process() 1479 if (pkt->pkt_qum.qum_pp != dpp) { in dp_flow_rx_process() 1490 n_bufs = howmany(pkt->pkt_length, dpp->pp_buflet_size); in dp_flow_rx_process() 1494 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process() 1497 dpp->pp_buflet_size); in dp_flow_rx_process() [all …]
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_attrlist.c | 3576 int *eofflagp, struct direntry **dpp) in get_direntry() argument 3582 *dpp = NULL; in get_direntry() 3595 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in get_direntry()
|