Home
last modified time | relevance | path

Searched refs:dmac (Results 76 – 100 of 235) sorted by relevance

12345678910

/openbmc/linux/arch/mips/include/asm/mach-rc32434/
H A Ddma.h63 u32 dmac; /* Control. */ member
/openbmc/linux/arch/riscv/boot/dts/renesas/
H A Drzfive-smarc-som.dtsi21 &dmac {
/openbmc/linux/samples/bpf/
H A Dtest_lwt_bpf.c162 uint64_t smac = SRC_MAC, dmac = DST_MAC; in __do_push_ll_and_redirect() local
173 memcpy(&ehdr.h_dest, &dmac, 6); in __do_push_ll_and_redirect()
/openbmc/linux/drivers/dma/
H A DMakefile23 obj-$(CONFIG_AXI_DMAC) += dma-axi-dmac.o
30 obj-$(CONFIG_DW_AXI_DMAC) += dw-axi-dmac/
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c402 ether_addr_copy(flow->l2_key.dmac, match.key->dst); in bnxt_tc_parse_flow()
403 ether_addr_copy(flow->l2_mask.dmac, match.mask->dst); in bnxt_tc_parse_flow()
686 memcpy(req->dmac, flow->l2_key.dmac, ETH_ALEN); in bnxt_hwrm_cfa_flow_alloc()
753 memcpy(&req->l2_rewrite_dmac, &req->dmac, ETH_ALEN); in bnxt_hwrm_cfa_flow_alloc()
761 memcpy(&req->l2_rewrite_dmac, &req->dmac, ETH_ALEN); in bnxt_hwrm_cfa_flow_alloc()
819 ether_addr_copy(req->dst_macaddr, l2_info->dmac); in hwrm_cfa_decap_filter_alloc()
896 ether_addr_copy(encap->dst_mac_addr, l2_info->dmac); in hwrm_cfa_encap_record_alloc()
1058 if (bits_set(&flow->l2_key.dmac, sizeof(flow->l2_key.dmac)) && in bnxt_tc_can_offload()
1059 !is_exactmatch(&flow->l2_mask.dmac, sizeof(flow->l2_mask.dmac))) { in bnxt_tc_can_offload()
1286 neigh_ha_snapshot(l2_info->dmac, nbr, dst_dev); in bnxt_tc_resolve_tunnel_hdrs()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c878 u64 dmac_mask = ether_addr_to_u64(mask->dmac); in npc_update_flow()
880 u64 dmac_val = ether_addr_to_u64(pkt->dmac); in npc_update_flow()
1267 ether_addr_copy(pfvf->default_mac, req->packet.dmac); in npc_install_flow()
1268 ether_addr_copy(pfvf->mac_addr, req->packet.dmac); in npc_install_flow()
1314 if (is_unicast_ether_addr(req->packet.dmac)) { in rvu_mbox_handler_npc_install_flow()
1371 is_zero_ether_addr(req->packet.dmac)) { in rvu_mbox_handler_npc_install_flow()
1372 ether_addr_copy(req->packet.dmac, pfvf->mac_addr); in rvu_mbox_handler_npc_install_flow()
1373 eth_broadcast_addr((u8 *)&req->mask.dmac); in rvu_mbox_handler_npc_install_flow()
1399 ether_addr_copy(pfvf->default_mac, req->packet.dmac); in rvu_mbox_handler_npc_install_flow()
1400 ether_addr_copy(pfvf->mac_addr, req->packet.dmac); in rvu_mbox_handler_npc_install_flow()
[all …]
/openbmc/linux/sound/pci/
H A Dsonicvibes.c1211 unsigned int dmaa, dmac; in snd_sonicvibes_create() local
1250 pci_read_config_dword(pci, 0x48, &dmac); in snd_sonicvibes_create()
1253 dmac &= ~0x0f; in snd_sonicvibes_create()
1261 if (!dmac) { in snd_sonicvibes_create()
1262 dmac = dmaio; in snd_sonicvibes_create()
1266 dmac); in snd_sonicvibes_create()
1269 pci_write_config_dword(pci, 0x48, dmac); in snd_sonicvibes_create()
1279 sonic->res_dmac = devm_request_region(&pci->dev, dmac, 0x10, in snd_sonicvibes_create()
1284 dmac, dmac + 0x10 - 1); in snd_sonicvibes_create()
/openbmc/linux/arch/arm/boot/dts/socionext/
H A Duniphier-ld4.dtsi242 dmac: dma-controller@5a000000 { label
243 compatible = "socionext,uniphier-mio-dmac";
269 dmas = <&dmac 4>;
288 dmas = <&dmac 6>;
H A Duniphier-sld8.dtsi246 dmac: dma-controller@5a000000 { label
247 compatible = "socionext,uniphier-mio-dmac";
273 dmas = <&dmac 4>;
293 dmas = <&dmac 6>;
H A Duniphier-pro4.dtsi276 dmac: dma-controller@5a000000 { label
277 compatible = "socionext,uniphier-mio-dmac";
304 dmas = <&dmac 4>;
324 dmas = <&dmac 5>;
342 dmas = <&dmac 6>;
/openbmc/qemu/include/hw/sd/
H A Dallwinner-sdhost.h111 uint32_t dmac; /**< Internal DMA Controller Control */ member
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dsnps,dw-axi-dmac.yaml4 $id: http://devicetree.org/schemas/dma/snps,dw-axi-dmac.yaml#
139 /* example with snps,dw-axi-dmac */
/openbmc/linux/include/soc/mscc/
H A Docelot_vcap.h505 struct ocelot_vcap_u48 dmac; member
512 struct ocelot_vcap_u48 dmac; member
520 struct ocelot_vcap_u48 dmac; member
/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c223 struct dma_chan *dmac; member
406 dma_async_issue_pending(nc->dmac); in atmel_nand_dma_transfer()
483 if (nc->dmac && virt_addr_valid(buf) && in atmel_nand_data_in()
726 if (nc->base.dmac) in atmel_nfc_copy_to_sram()
749 if (nc->base.dmac) in atmel_nfc_copy_from_sram()
1572 if (nc->dmac) in atmel_nand_init()
1902 if (nc->dmac) in atmel_nand_controller_cleanup()
1903 dma_release_channel(nc->dmac); in atmel_nand_controller_cleanup()
2052 if (!nc->dmac) in atmel_nand_controller_init()
2085 if (nc->dmac) in atmel_nand_controller_init()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_cfm_netlink.c366 nla_memcpy(&tx_info.dmac.addr, in br_cc_ccm_tx_parse()
368 sizeof(tx_info.dmac.addr)); in br_cc_ccm_tx_parse()
557 sizeof(mep->cc_ccm_tx_info.dmac), in br_cfm_config_fill_info()
558 mep->cc_ccm_tx_info.dmac.addr)) in br_cfm_config_fill_info()
H A Dbr_private_cfm.h71 struct mac_addr dmac; member
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a77995.dtsi518 compatible = "renesas,r8a77995-usb-dmac",
519 "renesas,usb-dmac";
533 "renesas,usb-dmac";
581 compatible = "renesas,dmac-r8a77995",
582 "renesas,rcar-dmac";
609 compatible = "renesas,dmac-r8a77995",
610 "renesas,rcar-dmac";
637 compatible = "renesas,dmac-r8a77995",
638 "renesas,rcar-dmac";
1150 compatible = "renesas,dmac-r8a77995",
[all …]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dspear600-evb.dts25 &dmac {
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dmmc.h41 u32 dmac; /* 0x80 internal DMA control */ member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.h32 unsigned char dmac[ETH_ALEN]; member
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h98 s64 syncbuf, struct nv50_dmac *dmac);
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.h70 u8 dmac[6]; /* neighbour's MAC address */ member
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dzynq-reset.txt28 96 : dmac reset
/openbmc/linux/include/net/
H A Dllc.h138 const unsigned char *dmac, unsigned char dsap);
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c380 ether_addr_copy(req->packet.dmac, mac); in otx2_do_add_macfilter()
381 eth_broadcast_addr((u8 *)&req->mask.dmac); in otx2_do_add_macfilter()
833 ether_addr_copy(pkt->dmac, eth_hdr->h_dest); in otx2_prepare_flow_request()
834 ether_addr_copy(pmask->dmac, eth_mask->h_dest); in otx2_prepare_flow_request()
929 ether_addr_copy(pkt->dmac, fsp->h_ext.h_dest); in otx2_prepare_flow_request()
930 ether_addr_copy(pmask->dmac, fsp->m_ext.h_dest); in otx2_prepare_flow_request()
1416 ether_addr_copy(req->packet.dmac, pfvf->netdev->dev_addr); in otx2_install_rxvlan_offload_flow()
1417 eth_broadcast_addr((u8 *)&req->mask.dmac); in otx2_install_rxvlan_offload_flow()

12345678910