Searched refs:bpool (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_009_pos.ksh | 50 if datasetexists bpool ; then 51 log_must_busy zpool destroy -f bpool 63 log_must zpool create bpool $TESTDIR/bfile 69 log_must zfs create bpool/fs 70 log_must mkfile 30M /bpool/fs/file 72 log_must zfs snapshot bpool/fs@snap 82 log_must mv /bpool/fs/file /bpool 83 log_must_busy zfs destroy -rf bpool/fs 85 log_must zfs snapshot bpool@snap
|
| /f-stack/dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | netcfg_layer.c | 41 struct fman_if_bpool *bpool; in dump_netcfg() local 66 fman_if_for_each_bpool(bpool, __if) in dump_netcfg() 69 bpool->bpid, bpool->count, bpool->size, in dump_netcfg() 70 bpool->addr); in dump_netcfg()
|
| H A D | fman.c | 209 struct fman_if_bpool *bpool; in fman_if_init() local 504 bpool = rte_malloc(NULL, sizeof(*bpool), RTE_CACHE_LINE_SIZE); in fman_if_init() 505 if (!bpool) { in fman_if_init() 506 FMAN_ERR(-ENOMEM, "malloc(%zu)\n", sizeof(*bpool)); in fman_if_init() 514 rte_free(bpool); in fman_if_init() 522 rte_free(bpool); in fman_if_init() 531 bpool->bpid = bpid_host; in fman_if_init() 545 bpool->count = bpool->size = bpool->addr = 0; in fman_if_init() 559 bpool->count = ((uint64_t)bpool_host[0] << 32) | in fman_if_init() 561 bpool->size = ((uint64_t)bpool_host[2] << 32) | in fman_if_init() [all …]
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_ethdev.c | 907 if (priv->bpool) { in mrvl_dev_close() 910 priv->bpool = NULL; in mrvl_dev_close() 1632 bpool = rxq->priv->bpool; in mrvl_fill_bpool() 1654 entries[i].bpool = bpool; in mrvl_fill_bpool() 1658 mrvl_port_bpool_size[bpool->pp2_id][bpool->id][core_id] += i; in mrvl_fill_bpool() 2252 bpool = q->priv->bpool; in mrvl_rx_pkt_burst() 2260 mrvl_port_bpool_size[bpool->pp2_id][bpool->id][core_id] -= nb_pkts; in mrvl_rx_pkt_burst() 2294 [bpool->pp2_id][bpool->id][core_id]++; in mrvl_rx_pkt_burst() 2318 num = mrvl_get_bpool_size(bpool->pp2_id, bpool->id); in mrvl_rx_pkt_burst() 2346 [bpool->pp2_id][bpool->id][core_id] -= i; in mrvl_rx_pkt_burst() [all …]
|
| H A D | mrvl_qos.c | 652 struct pp2_bpool *bpool, enum pp2_ppio_color color) in setup_tc() argument 657 param->pools[0][0] = bpool; in setup_tc() 736 max_queues, priv->bpool, PP2_PPIO_COLOR_GREEN); in mrvl_configure_rxqs() 834 priv->bpool, port_cfg->tc[i].color); in mrvl_configure_rxqs()
|
| H A D | mrvl_ethdev.h | 170 struct pp2_bpool *bpool; /**< BPool pointer */ member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fman_port.c | 918 if (bp->bpool[i].size > bp->bpool[i+1].size) in fman_port_set_bpools() 926 tmp |= ((uint32_t)bp->bpool[i].bpid << in fman_port_set_bpools() 933 if (bp->bpool[i].is_backup) in fman_port_set_bpools() 936 tmp |= (uint32_t)bp->bpool[i].size; in fman_port_set_bpools() 949 if (bp->bpool[i].grp_bp_depleted) { in fman_port_set_bpools() 954 if (bp->bpool[i].single_bp_depleted) in fman_port_set_bpools() 957 if (bp->bpool[i].pfc_priorities_en) in fman_port_set_bpools()
|
| H A D | fm_port.c | 564 bpools.bpool[i].bpid = orderedArray[i]; in SetExtBufferPools() 565 bpools.bpool[i].size = sizesArray[orderedArray[i]]; in SetExtBufferPools() 575 bpools.bpool[i].is_backup = TRUE; in SetExtBufferPools() 599 bpools.bpool[j].grp_bp_depleted = TRUE; in SetExtBufferPools() 617 bpools.bpool[j].single_bp_depleted = TRUE; in SetExtBufferPools() 634 bpools.bpool[i].pfc_priorities_en = TRUE; in SetExtBufferPools()
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_port.h | 459 } bpool[FMAN_PORT_MAX_EXT_POOLS_NUM]; member
|