Searched refs:dpp (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1470 struct kern_pbufpool *dpp = ring->ckr_pp; in flow_rx_agg_channel() local 1471 ASSERT(dpp->pp_max_frags > 1); in flow_rx_agg_channel() 1493 bh_cnt_tmp = bh_cnt = _estimate_buflet_cnt(fe, dpp); in flow_rx_agg_channel() 1494 err = pp_alloc_buflet_batch(dpp, buf_arr, &bh_cnt, SKMEM_NOSLEEP); in flow_rx_agg_channel() 1507 ASSERT(pkt->pkt_qum.qum_pp != dpp); in flow_rx_agg_channel() 1549 agg_ok = (agg_ok && bufcnt < dpp->pp_max_frags); in flow_rx_agg_channel() 1580 bh_cnt_tmp = howmany(plen, dpp->pp_buflet_size); in flow_rx_agg_channel() 1603 tmp = _estimate_buflet_cnt(fe, dpp); in flow_rx_agg_channel() 1607 err = pp_alloc_buflet_batch(dpp, &buf_arr[bh_cnt], in flow_rx_agg_channel() 1692 err = kern_pbufpool_alloc_nosleep(dpp, 0, &sph); in flow_rx_agg_channel() [all …]
|
| /xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1373 struct kern_pbufpool *dpp; in dp_flow_rx_process() local 1415 dpp = r->ckr_pp; in dp_flow_rx_process() 1417 err = pp_alloc_pktq(dpp, 1, &dpkts, n_pkts, NULL, NULL, in dp_flow_rx_process() 1431 cnt = howmany(fe->fe_rx_pktq_bytes, dpp->pp_buflet_size); in dp_flow_rx_process() 1433 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process() 1436 err = pp_alloc_buflet_batch(dpp, buf_array, &buf_cnt, in dp_flow_rx_process() 1475 if (pkt->pkt_qum.qum_pp != dpp) { in dp_flow_rx_process() 1486 n_bufs = howmany(pkt->pkt_length, dpp->pp_buflet_size); in dp_flow_rx_process() 1490 ASSERT(dpp->pp_max_frags > 1); in dp_flow_rx_process() 1493 dpp->pp_buflet_size); in dp_flow_rx_process() [all …]
|
| /xnu-8020.121.3/bsd/vfs/ |
| H A D | vfs_attrlist.c | 3580 int *eofflagp, struct direntry **dpp) in get_direntry() argument 3586 *dpp = NULL; in get_direntry() 3599 *dpp = (struct direntry *)(fvd->fv_buf + fvd->fv_bufdone); in get_direntry()
|