Searched refs:pdst (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.c | 2409 MLX5_ASSERT(pdst == RTE_PTR_ALIGN(pdst, sizeof(uint16_t))); in mlx5_tx_eseg_dmin() 2515 MLX5_ASSERT(pdst == RTE_PTR_ALIGN(pdst, MLX5_WSEG_SIZE)); in mlx5_tx_eseg_data() 2533 pdst = RTE_PTR_ALIGN(pdst, MLX5_WSEG_SIZE); in mlx5_tx_eseg_data() 2634 pdst += part; in mlx5_tx_mseg_memcpy() 2676 uint8_t *pdst; in mlx5_tx_eseg_mdat() local 2744 pdst = RTE_PTR_ALIGN(pdst, MLX5_WSEG_SIZE); in mlx5_tx_eseg_mdat() 2888 uint8_t *pdst; in mlx5_tx_dseg_empw() local 2910 pdst = RTE_PTR_ALIGN(pdst, MLX5_WSEG_SIZE); in mlx5_tx_dseg_empw() 2952 uint8_t *pdst; in mlx5_tx_dseg_vlan() local 2973 MLX5_ASSERT(pdst == RTE_PTR_ALIGN(pdst, MLX5_WSEG_SIZE)); in mlx5_tx_dseg_vlan() [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_sdhci.c | 584 vm_paddr_t pdst, psrc; in bcm_sdhci_start_dma_seg() local 604 pdst = sc->dmamap_seg_addrs[idx]; in bcm_sdhci_start_dma_seg() 616 pdst = sc->sc_sdhci_buffer_phys; in bcm_sdhci_start_dma_seg() 637 err = bcm_dma_start(sc->sc_dma_ch, psrc, pdst, len); in bcm_sdhci_start_dma_seg()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 1450 struct sockaddr_in6 *pdst; in in6_notify_ifa() local 1480 pdst = &ifra->ifra_dstaddr; in in6_notify_ifa() 1481 if (pdst->sin6_family == AF_INET6 && in in6_notify_ifa() 1482 !IN6_ARE_ADDR_EQUAL(&pdst->sin6_addr, &ia->ia_dstaddr.sin6_addr)) { in in6_notify_ifa() 1491 ia->ia_dstaddr = *pdst; in in6_notify_ifa()
|
| H A D | nd6.c | 742 struct in6_addr *dst, *pdst, *psrc, src; in nd6_llinfo_timer() local 781 pdst = dst; in nd6_llinfo_timer() 809 pdst = NULL; in nd6_llinfo_timer() 907 nd6_ns_output(ifp, psrc, pdst, dst, NULL); in nd6_llinfo_timer()
|