Home
last modified time | relevance | path

Searched refs:dev (Results 21626 – 21650 of 26800) sorted by relevance

1...<<861862863864865866867868869870>>...1072

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_flows.c37 devm_kfree(pfvf->dev, flow_cfg->flow_ent); in otx2_clear_ntuple_flow_info()
87 flow_cfg->flow_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_alloc_mcam_entries()
178 flow_cfg->def_ent = devm_kmalloc_array(pfvf->dev, count, in otx2_mcam_entry_init()
207 devm_kfree(pfvf->dev, flow_cfg->def_ent); in otx2_mcam_entry_init()
265 pfvf->flow_cfg = devm_kzalloc(pfvf->dev, in otx2vf_mcam_flow_init()
271 pfvf->flow_cfg->dmacflt_bmap = devm_kcalloc(pfvf->dev, in otx2vf_mcam_flow_init()
290 pf->flow_cfg = devm_kzalloc(pf->dev, sizeof(struct otx2_flow_config), in otx2_mcam_flow_init()
295 pf->flow_cfg->dmacflt_bmap = devm_kcalloc(pf->dev, in otx2_mcam_flow_init()
315 pf->mac_table = devm_kzalloc(pf->dev, sizeof(struct otx2_mac_table) in otx2_mcam_flow_init()
327 devm_kzalloc(pf->dev, sizeof(u32) * in otx2_mcam_flow_init()
/openbmc/linux/net/openvswitch/
H A Dactions.c816 return dst->dev->mtu; in ovs_dst_get_mtu()
878 ovs_rt.dst.dev = vport->dev; in ovs_fragment()
895 ovs_rt.dst.dev = vport->dev; in ovs_fragment()
906 vport->dev->mtu); in ovs_fragment()
921 if (likely(vport && netif_carrier_ok(vport->dev))) { in do_output()
939 (skb->len <= mru + vport->dev->hard_header_len))) { in do_output()
941 } else if (mru <= vport->dev->mtu) { in do_output()
991 err = dev_fill_metadata_dst(vport->dev, skb); in output_userspace()
/openbmc/linux/drivers/usb/host/
H A Dohci-q.c45 struct device *dev = ohci_to_hcd(ohci)->self.controller; in finish_urb() local
64 sb800_prefetch(dev, 0); in finish_urb()
596 struct device *dev = ohci_to_hcd(ohci)->self.controller; in td_submit_urb() local
610 if (!usb_gettoggle (urb->dev, usb_pipeendpoint (urb->pipe), is_out)) { in td_submit_urb()
611 usb_settoggle (urb->dev, usb_pipeendpoint (urb->pipe), in td_submit_urb()
734 sb800_prefetch(dev, 1); in td_submit_urb()
890 urb, urb->dev->devpath, in ed_halted()
/openbmc/linux/net/dsa/
H A Dswitch.c366 trace_dsa_lag_fdb_add_bump(lag->dev, addr, vid, &db, in dsa_switch_do_lag_fdb_add()
378 trace_dsa_lag_fdb_add_hw(lag->dev, addr, vid, &db, err); in dsa_switch_do_lag_fdb_add()
407 trace_dsa_lag_fdb_del_not_found(lag->dev, addr, vid, &db); in dsa_switch_do_lag_fdb_del()
413 trace_dsa_lag_fdb_del_drop(lag->dev, addr, vid, &db, in dsa_switch_do_lag_fdb_del()
419 trace_dsa_lag_fdb_del_hw(lag->dev, addr, vid, &db, err); in dsa_switch_do_lag_fdb_del()
1068 dev_dbg(ds->dev, "breaking chain for DSA event %lu (%d)\n", in dsa_switch_event()
1133 dev_err(ds->dev, "failed to unregister notifier (%d)\n", err); in dsa_switch_unregister_notifier()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c55 struct net *net = dev_net(rt->dst.dev); in iptunnel_xmit()
56 struct net_device *dev = skb->dev; in iptunnel_xmit() local
84 if (dev) { in iptunnel_xmit()
87 iptunnel_xmit_stats(dev, pkt_len); in iptunnel_xmit()
248 eth_header(skb, skb->dev, ntohs(eh.h_proto), eh.h_source, eh.h_dest, 0); in iptunnel_pmtud_build_icmp()
341 eth_header(skb, skb->dev, ntohs(eh.h_proto), eh.h_source, eh.h_dest, 0); in iptunnel_pmtud_build_icmpv6()
/openbmc/linux/Documentation/
H A DChanges296 mkdir /dev/cpu
297 mknod /dev/cpu/microcode c 10 184
298 chmod 0644 /dev/cpu/microcode
306 ``udev`` is a userspace application for populating ``/dev`` dynamically with
339 If you are not using udev, you must have the device file /dev/ppp
342 mknod /dev/ppp c 108 0
495 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c889 dma_buf_dynamic_attach(struct dma_buf *dmabuf, struct device *dev, in dma_buf_dynamic_attach() argument
896 if (WARN_ON(!dmabuf || !dev)) in dma_buf_dynamic_attach()
906 attach->dev = dev; in dma_buf_dynamic_attach()
976 struct device *dev) in dma_buf_attach() argument
978 return dma_buf_dynamic_attach(dmabuf, dev, NULL, NULL); in dma_buf_attach()
1646 seq_printf(s, "\t%s\n", dev_name(attach_obj->dev)); in dma_buf_debug_show()
/openbmc/linux/Documentation/process/
H A Dchanges.rst296 mkdir /dev/cpu
297 mknod /dev/cpu/microcode c 10 184
298 chmod 0644 /dev/cpu/microcode
306 ``udev`` is a userspace application for populating ``/dev`` dynamically with
339 If you are not using udev, you must have the device file /dev/ppp
342 mknod /dev/ppp c 108 0
495 - <https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git>
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp.c110 dma_free_coherent(ab->dev, ring->size, ring->vaddr_unaligned, in ath11k_dp_srng_cleanup()
257 ring->vaddr_unaligned = dma_alloc_coherent(ab->dev, ring->size, in ath11k_dp_srng_setup()
497 dma_free_coherent(ab->dev, HAL_WBM_IDLE_SCATTER_BUF_SIZE_MAX, in ath11k_dp_scatter_idle_link_desc_cleanup()
530 slist[i].vaddr = dma_alloc_coherent(ab->dev, in ath11k_dp_scatter_idle_link_desc_setup()
586 dma_free_coherent(ab->dev, in ath11k_dp_link_desc_bank_free()
610 dma_alloc_coherent(ab->dev, desc_sz, in ath11k_dp_link_desc_bank_alloc()
1015 dma_unmap_single(ab->dev, ATH11K_SKB_CB(msdu)->paddr, msdu->len, in ath11k_dp_tx_pending_cleanup()
/openbmc/qemu/hw/net/
H A Dimx_fec.c1322 static void imx_eth_realize(DeviceState *dev, Error **errp) in imx_eth_realize() argument
1324 IMXFECState *s = IMX_FEC(dev); in imx_eth_realize()
1325 SysBusDevice *sbd = SYS_BUS_DEVICE(dev); in imx_eth_realize()
1327 memory_region_init_io(&s->iomem, OBJECT(dev), &imx_eth_ops, s, in imx_eth_realize()
1336 object_get_typename(OBJECT(dev)), in imx_eth_realize()
1337 dev->id, &dev->mem_reentrancy_guard, s); in imx_eth_realize()
/openbmc/linux/drivers/rtc/
H A Dproc.c76 ops->proc(rtc->dev.parent, seq); in rtc_proc_show()
/openbmc/linux/fs/ecryptfs/
H A DKconfig21 Enables the /dev/ecryptfs entry for use by ecryptfsd. This allows
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.h61 void cw1200_tx(struct ieee80211_hw *dev,
/openbmc/linux/tools/testing/selftests/arm64/
H A DREADME25 Documentation/dev-tools/kselftest.rst
/openbmc/linux/arch/mips/include/asm/txx9/
H A Dgeneric.h40 int (*pci_map_irq)(const struct pci_dev *dev, u8 slot, u8 pin);
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_common.h32 struct usbip_usb_device *dev);
/openbmc/linux/arch/sh/boards/mach-hp6xx/
H A Dhp6xx_apm.c74 static irqreturn_t hp6x0_apm_interrupt(int irq, void *dev) in hp6x0_apm_interrupt() argument
/openbmc/linux/arch/ia64/scripts/
H A Dtoolchain-flags47 $CC -c $dir/check-serialize.S -o $out 2>/dev/null
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-70x0.dtsi56 marvell,function = "dev";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libmad/libmad/
H A Dfix_for_mips_with_gcc-4.5.0.patch7 http://us.generation-nt.com/answer/bug-568418-libmad0-dev-mpg321-compilation-errors-mips-mipsel-arc…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Dsnort.init63 kill -TERM `cat $PID` 2>/dev/null
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchtest.sh66 if ! which virtualenv > /dev/null; then
/openbmc/linux/drivers/pcmcia/
H A Dyenta_socket.h115 struct pci_dev *dev; member
/openbmc/linux/include/linux/platform_data/
H A Dwilco-ec.h40 struct device *dev; member
/openbmc/u-boot/configs/
H A Dpicosam9g45_defconfig18 CONFIG_BOOTARGS="console=ttyS0,115200 root=/dev/mmcblk0p2 rw rootwait"

1...<<861862863864865866867868869870>>...1072