| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto_sym.h | 933 struct rte_mbuf *nseg; in rte_crypto_mbuf_to_vec() local 956 for (i = 1, nseg = mb->next; nseg != NULL; nseg = nseg->next, i++) { in rte_crypto_mbuf_to_vec() 958 vec[i].base = rte_pktmbuf_mtod(nseg, void *); in rte_crypto_mbuf_to_vec() 959 vec[i].iova = rte_pktmbuf_iova(nseg); in rte_crypto_mbuf_to_vec() 961 seglen = nseg->data_len; in rte_crypto_mbuf_to_vec()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.c | 522 uint16_t nseg; in rte_pktmbuf_clone() local 531 nseg = 0; in rte_pktmbuf_clone() 534 nseg++; in rte_pktmbuf_clone() 542 mc->nb_segs = nseg; in rte_pktmbuf_clone()
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_sdhci.c | 188 bcm_sdhci_dmacb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in bcm_sdhci_dmacb() argument 196 sc->dmamap_seg_count = nseg; in bcm_sdhci_dmacb() 199 for (i = 0; i < nseg; i++) { in bcm_sdhci_dmacb()
|
| H A D | bcm2835_mbox.c | 301 bcm2835_mbox_dma_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in bcm2835_mbox_dma_cb() argument
|
| H A D | bcm2835_dma.c | 164 int nseg, int err) in bcm_dmamap_cb() argument
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 281 int nseg; member 298 void ena_dmamap_callback(void *arg, bus_dma_segment_t *segs, int nseg,
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_hdmiaudio.c | 134 a10hdmiaudio_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in a10hdmiaudio_dmamap_cb() argument
|
| H A D | a10_codec.c | 627 a10codec_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in a10codec_dmamap_cb() argument
|
| H A D | if_awg.c | 785 awg_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in awg_dmamap_cb() argument
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 1232 uint8_t nseg; in pktmbuf_deep_clone() local 1240 nseg = 0; in pktmbuf_deep_clone() 1243 nseg++; in pktmbuf_deep_clone() 1251 mc->nb_segs = nseg; in pktmbuf_deep_clone()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_2835_arm.c | 105 vchiq_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in vchiq_dmamap_cb() argument
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_lcd.c | 450 jzlcd_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in jzlcd_dmamap_cb() argument
|
| H A D | jz4780_aic.c | 482 aic_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in aic_dmamap_cb() argument
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_ssi.c | 720 ssi_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in ssi_dmamap_cb() argument
|
| H A D | imx6_ipu.c | 392 ipu_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in ipu_dmamap_cb() argument
|
| /f-stack/freebsd/arm/freescale/vybrid/ |
| H A D | vf_sai.c | 674 sai_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in sai_dmamap_cb() argument
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_clcd.c | 199 versatile_fb_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in versatile_fb_dmamap_cb() argument
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 3302 unsigned int ds, nseg; in mlx5_tx_packet_multi_send() local 3320 nseg = NB_SEGS(loc->mbuf); in mlx5_tx_packet_multi_send() 3321 ds = 2 + nseg; in mlx5_tx_packet_multi_send() 3369 if (--nseg == 0) in mlx5_tx_packet_multi_send() 3378 if (--nseg == 0) in mlx5_tx_packet_multi_send()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd.c | 230 am335x_fb_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in am335x_fb_dmamap_cb() argument
|
| /f-stack/freebsd/net/ |
| H A D | iflib.c | 1385 _iflib_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int err) in _iflib_dmamap_cb() argument 1982 int nseg; member 1986 _rxq_refill_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in _rxq_refill_cb() argument 1992 cb_arg->nseg = nseg; in _rxq_refill_cb()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | if_are.c | 1064 are_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in are_dmamap_cb() argument
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 315 int nseg; member
|
| H A D | bnx2x.c | 180 dma->nseg = 0; in bnx2x_dma_free()
|
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp_hardware.c | 202 ccp_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in ccp_dmamap_cb() argument
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 1908 arge_dmamap_cb(void *arg, bus_dma_segment_t *segs, int nseg, int error) in arge_dmamap_cb() argument
|