Home
last modified time | relevance | path

Searched refs:DRV (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/Documentation/devicetree/bindings/soc/qcom/
A Dqcom,rpmh-rsc.yaml19 The hardware block (Direct Resource Voter or DRV) is a part of the h/w entity
22 be written to from Linux. The structure of each DRV follows the same template
54 this DRV from the accelerators.
55 Number of interrupts must match number of DRV blocks.
64 The ID of the DRV in the RSC block that will be used by this controller.
132 // For a TCS whose RSC base address is 0x179C0000 and is at a DRV id of
162 // For a TCS whose RSC base address is 0xAF20000 and is at DRV id of 0, the
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dmediatek,hdmi-phy.yaml55 TX DRV bias current for < 1.65Gbps
63 TX DRV bias current for >= 1.65Gbps
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/
A Den_netdev.c650 en_dbg(DRV, priv, "Registering MAC: %pM for adding\n", in mlx4_en_get_qp()
670 en_dbg(DRV, priv, "Reserved qp %d\n", *qpn); in mlx4_en_get_qp()
688 en_dbg(DRV, priv, "Registering MAC: %pM for deleting\n", in mlx4_en_put_qp()
692 en_dbg(DRV, priv, "Releasing qp: port %d, qpn %d\n", in mlx4_en_put_qp()
1181 en_dbg(DRV, priv, "Removed MAC %pM on port:%d\n", in mlx4_en_do_uc_filter()
1238 en_dbg(DRV, priv, "Added MAC %pM on port:%d\n", in mlx4_en_do_uc_filter()
1353 en_dbg(DRV, priv, "Registering MAC:%pM for deleting\n", in mlx4_en_delete_rss_steer_rules()
1385 en_dbg(DRV, priv, "Scheduling port restart\n"); in mlx4_en_tx_timeout()
1652 en_dbg(DRV, priv, "Rx buf size:%d\n", priv->rx_skb_size); in mlx4_en_start_port()
1737 en_dbg(DRV, priv, in mlx4_en_start_port()
[all …]
A Den_rx.c177 en_dbg(DRV, priv, "Freeing fragment:%d\n", nr); in mlx4_en_free_rx_desc()
231 en_dbg(DRV, priv, "Freeing Rx buf - cons:%d prod:%d\n", in mlx4_en_free_rx_buf()
236 en_dbg(DRV, priv, "Processing descriptor:%d\n", index); in mlx4_en_free_rx_buf()
297 en_dbg(DRV, priv, "Allocated rx_info ring at addr:%p size:%d\n", in mlx4_en_create_rx_ring()
1082 en_dbg(DRV, priv, "Rx buffer scatter-list (effective-mtu:%d num_frags:%d):\n", in mlx4_en_calc_rx_buf()
1085 en_dbg(DRV, in mlx4_en_calc_rx_buf()
1189 en_dbg(DRV, priv, "Configuring rss steering\n"); in mlx4_en_config_rss_steer()
A Den_tx.c77 en_dbg(DRV, priv, "Allocated tx_info ring at addr:%p size:%d\n", in mlx4_en_create_tx_ring()
103 en_dbg(DRV, priv, "Allocated TX ring (addr:%p) - buf:%p size:%d buf_size:%d dma:%llx\n", in mlx4_en_create_tx_ring()
124 en_dbg(DRV, priv, "working without blueflame (%d)\n", err); in mlx4_en_create_tx_ring()
169 en_dbg(DRV, priv, "Destroying tx ring, qpn: %d\n", ring->qpn); in mlx4_en_destroy_tx_ring()
372 en_dbg(DRV, priv, "Freeing Tx buf - cons:0x%x prod:0x%x\n", in mlx4_en_free_tx_buf()
393 en_dbg(DRV, priv, "Freed %d uncompleted tx descriptors\n", cnt); in mlx4_en_free_tx_buf()
A Den_ethtool.c764 en_dbg(DRV, priv, "ptys_reg.proto_mask %x\n", in ethtool_get_ptys_link_ksettings()
766 en_dbg(DRV, priv, "ptys_reg.eth_proto_cap %x\n", in ethtool_get_ptys_link_ksettings()
768 en_dbg(DRV, priv, "ptys_reg.eth_proto_admin %x\n", in ethtool_get_ptys_link_ksettings()
770 en_dbg(DRV, priv, "ptys_reg.eth_proto_oper %x\n", in ethtool_get_ptys_link_ksettings()
772 en_dbg(DRV, priv, "ptys_reg.eth_proto_lp_adv %x\n", in ethtool_get_ptys_link_ksettings()
878 en_dbg(DRV, priv, "query port state.flags ANC(%x) ANE(%x)\n", in mlx4_en_get_link_ksettings()
930 en_dbg(DRV, priv, in mlx4_en_set_link_ksettings()
980 en_dbg(DRV, priv, "mlx4_ACCESS_PTYS_REG SET: ptys_reg.eth_proto_admin = 0x%x\n", in mlx4_en_set_link_ksettings()
2099 en_dbg(DRV, priv, in mlx4_en_get_module_eeprom()
A Den_dcb_nl.c420 en_dbg(DRV, priv, "cap: 0x%x en: 0x%x mbc: 0x%x delay: %d\n", in mlx4_en_dcbnl_ieee_setpfc()
/linux-6.3-rc2/drivers/pinctrl/renesas/
A Dpinctrl-rzv2m.c89 #define DRV(n) ((n) < RZV2M_DEDICATED_PORT_IDX ? (0x28 + (n) * 0x40) \ macro
502 val = (readl(pctrl->base + DRV(port)) >> bit) & DRV_MASK; in rzv2m_pinctrl_pinconf_get()
633 rzv2m_rmw_pin_config(pctrl, DRV(port), bit, DRV_MASK, index); in rzv2m_pinctrl_pinconf_set()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dsun7i-a20-bananapi.dts210 "", "USB0-DRV", "", "", "", "", "", "",
A Dsun6i-a31s-sinovoip-bpi-m2.dts284 "", "USB-DRV", "", "", "", "",
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_main.c3399 QLCDB(adapter, DRV, "Restarting fw\n"); in qlcnic_fwinit_work()
3413 QLCDB(adapter, DRV, "Take FW dump\n"); in qlcnic_fwinit_work()
3570 QLCDB(adapter, DRV, "NEED_RESET state set\n"); in qlcnic_82xx_dev_request_reset()
3588 QLCDB(adapter, DRV, "NPAR operational state set\n"); in qlcnic_dev_set_npar_ready()
3622 QLCDB(adapter, DRV, "Waiting for NPAR state to operational\n"); in qlcnic_attach_work()
3719 QLCDB(adapter, DRV, "fw recovery scheduled.\n"); in qlcnic_check_health()
3793 QLCDB(adapter, DRV, "Restarting fw\n"); in qlcnic_attach_func()
A Dqlcnic_sysfs.c101 QLCDB(adapter, DRV, "rate %x state %x\n", *rate, *state); in qlcnic_validate_beacon()
A Dqlcnic_sriov_common.c1395 QLCDB(adapter, DRV, "MBX not Ready!(cmd 0x%x) for VF 0x%x\n", in __qlcnic_sriov_issue_cmd()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_ethtool.c1955 mlx5e_dbg(DRV, priv, "MLX5E: RxCqeCmprss was turned %s\n", in mlx5e_modify_rx_cqe_compression_locked()
A Den_main.c2377 mlx5e_dbg(DRV, priv, "Creating channel stats %d\n", ix); in mlx5e_channel_stats_alloc()
2755 mlx5e_dbg(DRV, priv, "Setting num_txqs %d\n", num_txqs); in mlx5e_update_tx_netdev_queues()
/linux-6.3-rc2/include/linux/
A Dnetdevice.h4287 #define NETIF_MSG_DRV __NETIF_MSG(DRV)

Completed in 63 milliseconds