Home
last modified time | relevance | path

Searched +defs:val +defs:app (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_dcb_nl.c21 u32 val; in i40e_get_pfc_delay() local
193 struct dcb_app *app) in i40e_dcbnl_ieee_setapp()
245 struct dcb_app *app) in i40e_dcbnl_ieee_delapp()
758 struct dcb_app app = { in i40e_dcbnl_getapp() local
926 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_vsi_del_app()
948 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_del_app()
970 struct i40e_dcb_app_priority_table *app) in i40e_dcbnl_find_app()
997 struct i40e_dcb_app_priority_table app; in i40e_dcbnl_flush_apps() local
Di40e_dcb.c344 struct i40e_cee_app_prio *app; in i40e_parse_cee_app_tlv() local
1534 #define I40E_UP2TC_REG(val, i) \ in i40e_dcb_hw_rx_up2tc_config() argument
Di40e_main.c353 u32 head, val; in i40e_tx_timeout() local
1008 u32 val; in i40e_update_pf_stats() local
3915 u32 val; in i40e_vsi_configure_msix() local
3965 u32 val; in i40e_enable_misc_int_causes() local
4059 u32 val; in i40e_irq_dynamic_enable_icr0() local
4203 u32 val; in i40e_vsi_disable_irq() local
4287 u32 val, ena_mask; in i40e_intr() local
4973 u32 val, qp; in i40e_vsi_free_irq() local
5370 struct i40e_dcb_app_priority_table app; in i40e_get_iscsi_tc_map() local
9296 u32 val; in i40e_do_reset() local
[all …]
/linux-6.14.4/drivers/net/ethernet/intel/ice/
Dice_dcb_nl.c227 u32 val; in ice_get_pfc_delay() local
693 struct dcb_app app = { in ice_dcbnl_getapp() local
712 struct ice_dcb_app_priority_table *app) in ice_dcbnl_find_app()
733 static int ice_dcbnl_setapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_setapp()
867 static int ice_dcbnl_delapp(struct net_device *netdev, struct dcb_app *app) in ice_dcbnl_delapp()
1090 struct ice_dcb_app_priority_table *app) in ice_dcbnl_vsi_del_app()
1123 struct ice_dcb_app_priority_table app = old_cfg->app[i]; in ice_dcbnl_flush_apps() local
/linux-6.14.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_dcb.c88 u32 app[QLC_DCB_MAX_APP]; member
102 __le32 app[QLC_DCB_MAX_APP]; member
157 struct qlcnic_dcb_app app[QLC_DCB_MAX_APP]; member
195 static u8 qlcnic_dcb_get_num_app(struct qlcnic_adapter *adapter, u32 val) in qlcnic_dcb_get_num_app()
204 u32 val) in qlcnic_dcb_pfc_hdr_valid()
213 u32 val) in qlcnic_dcb_tsa_hdr_valid()
222 u32 val) in qlcnic_dcb_get_prio_map_app()
370 static int __qlcnic_dcb_get_capability(struct qlcnic_dcb *dcb, u32 *val) in __qlcnic_dcb_get_capability()
572 u32 val; in qlcnic_83xx_dcb_query_cee_param() local
642 u32 *val = data; in qlcnic_83xx_dcb_aen_handler() local
[all …]
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c184 static void nfp_net_get_nspinfo(struct nfp_app *app, char *version) in nfp_net_get_nspinfo()
203 nfp_get_drvinfo(struct nfp_app *app, struct pci_dev *pdev, in nfp_get_drvinfo()
265 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_get_drvinfo() local
699 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_test_nsp() local
747 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_test_reg() local
1892 nfp_dump_nsp_diag(struct nfp_app *app, struct ethtool_dump *dump, void *buffer) in nfp_dump_nsp_diag()
1935 static int nfp_app_set_dump(struct net_device *netdev, struct ethtool_dump *val) in nfp_app_set_dump()
1937 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_set_dump() local
1965 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_get_dump_flag() local
1983 struct nfp_app *app = nfp_app_from_netdev(netdev); in nfp_app_get_dump_data() local
[all …]
Dnfp_devlink.c174 const char *val; in nfp_devlink_versions_get_hwinfo() local
332 int nfp_devlink_port_register(struct nfp_app *app, struct nfp_port *port) in nfp_devlink_port_register()
Dnfp_net.h722 struct nfp_app *app; member
785 static inline void nn_writeb(struct nfp_net *nn, int off, u8 val) in nn_writeb()
795 static inline void nn_writew(struct nfp_net *nn, int off, u16 val) in nn_writew()
805 static inline void nn_writel(struct nfp_net *nn, int off, u32 val) in nn_writel()
815 static inline void nn_writeq(struct nfp_net *nn, int off, u64 val) in nn_writeq()
856 static inline void nfp_qcp_rd_ptr_add(u8 __iomem *q, u32 val) in nfp_qcp_rd_ptr_add()
867 static inline void nfp_qcp_wr_ptr_add(u8 __iomem *q, u32 val) in nfp_qcp_wr_ptr_add()
875 u32 val; in _nfp_qcp_read() local
/linux-6.14.4/drivers/hid/
Dhid-multitouch.c434 unsigned long val; in mt_set_quirks() local
731 unsigned long **bit, int *max, struct mt_application *app) in mt_touch_input_mapping()
922 static int mt_compute_slot(struct mt_device *td, struct mt_application *app, in mt_compute_slot()
944 struct mt_application *app, in mt_release_pending_palms()
969 static void mt_sync_frame(struct mt_device *td, struct mt_application *app, in mt_sync_frame()
991 static int mt_compute_timestamp(struct mt_application *app, __s32 value) in mt_compute_timestamp()
1022 struct mt_application *app, in mt_process_slot()
1170 struct mt_application *app, in mt_process_mt_event()
1213 struct mt_application *app = rdata->application; in mt_touch_report() local
1310 struct mt_application *app) in mt_touch_input_configured()
[all …]
/linux-6.14.4/drivers/media/pci/zoran/
Dzoran_device.c377 static inline void set_frame(struct zoran *zr, int val) in set_frame()
382 static void set_videobus_dir(struct zoran *zr, int val) in set_videobus_dir()
623 struct jpeg_app_marker app; in zr36057_enable_jpg() local
/linux-6.14.4/drivers/usb/typec/ucsi/
Ducsi_ccg.c139 struct version_format app; member
149 struct version_format app; member
578 static int ucsi_ccg_read_message_in(struct ucsi *ucsi, void *val, size_t val_len) in ucsi_ccg_read_message_in()
1038 struct version_format *app, in ccg_check_vendor_version()
1058 struct version_format *app) in ccg_check_fw_version()
/linux-6.14.4/net/dsa/
Duser.c329 static int dsa_user_phy_write(struct mii_bus *bus, int addr, int reg, u16 val) in dsa_user_phy_write()
2221 dsa_user_dcbnl_set_default_prio(struct net_device *dev, struct dcb_app *app) in dsa_user_dcbnl_set_default_prio()
2251 struct dcb_app *app, bool del) in dsa_user_dcbnl_ieee_global_dscp_setdel()
2300 dsa_user_dcbnl_add_dscp_prio(struct net_device *dev, struct dcb_app *app) in dsa_user_dcbnl_add_dscp_prio()
2345 struct dcb_app *app) in dsa_user_dcbnl_ieee_setapp()
2364 dsa_user_dcbnl_del_default_prio(struct net_device *dev, struct dcb_app *app) in dsa_user_dcbnl_del_default_prio()
2391 dsa_user_dcbnl_del_dscp_prio(struct net_device *dev, struct dcb_app *app) in dsa_user_dcbnl_del_dscp_prio()
2427 struct dcb_app *app) in dsa_user_dcbnl_ieee_delapp()
2457 struct dcb_app app = { in dsa_user_dcbnl_init() local
2475 struct dcb_app app = { in dsa_user_dcbnl_init() local
/linux-6.14.4/drivers/net/wireless/mediatek/mt7601u/
Dphy.c57 u32 val; in mt7601u_rf_rr() local
95 mt7601u_rf_rmw(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 mask, u8 val) in mt7601u_rf_rmw()
111 mt7601u_rf_set(struct mt7601u_dev *dev, u8 bank, u8 offset, u8 val) in mt7601u_rf_set()
122 static void mt7601u_bbp_wr(struct mt7601u_dev *dev, u8 offset, u8 val) in mt7601u_bbp_wr()
146 u32 val; in mt7601u_bbp_rr() local
182 static int mt7601u_bbp_rmw(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmw()
195 static u8 mt7601u_bbp_rmc(struct mt7601u_dev *dev, u8 offset, u8 mask, u8 val) in mt7601u_bbp_rmc()
212 u8 val; in mt7601u_wait_bbp_ready() local
249 int val; in mt7601u_phy_get_rssi() local
533 u8 val; in mt7601u_read_temp() local
[all …]
/linux-6.14.4/drivers/net/ethernet/qlogic/qed/
Dqed_dcbx.c419 u8 val; in qed_dcbx_get_priority_info() local
474 u32 val; in qed_dcbx_get_app_data() local
637 bool val; in qed_dcbx_get_operational_params() local
898 u16 val; in qed_dcbx_mib_update_event() local
1056 u32 val; in qed_dcbx_set_ets_data() local
2251 static int qed_dcbnl_ieee_getapp(struct qed_dev *cdev, struct dcb_app *app) in qed_dcbnl_ieee_getapp()
2302 static int qed_dcbnl_ieee_setapp(struct qed_dev *cdev, struct dcb_app *app) in qed_dcbnl_ieee_setapp()
Dqed_mfw_hsi.h424 struct dcbx_app_priority_feature app; member
1045 u32 val; member
/linux-6.14.4/drivers/of/
Dbase.c1546 __be32 val = *(map - new_size + i); in of_parse_phandle_with_args_map() local
1898 struct alias_prop *app; in of_alias_get_id() local
1926 struct alias_prop *app; in of_alias_get_highest_id() local
/linux-6.14.4/drivers/pci/controller/dwc/
Dpci-keystone.c138 struct resource app; member
148 u32 val) in ks_pcie_app_writel()
258 u32 val; in ks_pcie_set_dbi_mode() local
279 u32 val; in ks_pcie_clear_dbi_mode() local
405 u32 val; in ks_pcie_setup_rc_app_regs() local
497 u32 val; in ks_pcie_link_up() local
507 u32 val; in ks_pcie_stop_link() local
518 u32 val; in ks_pcie_start_link() local
533 u32 val; in ks_pcie_quirk() local
894 u32 reg, size_t size, u32 val) in ks_pcie_am654_write_dbi2()
[all …]
/linux-6.14.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c74 u32 pri_bit, val = 0; in bnx2x_pfc_set() local
194 struct dcbx_app_priority_feature *app, in bnx2x_dcbx_get_ap_feature()
714 struct dcb_app app; in bnx2x_dcbnl_update_applist() local
Dbnx2x_main.c377 static void bnx2x_reg_wr_ind(struct bnx2x *bp, u32 addr, u32 val) in bnx2x_reg_wr_ind()
387 u32 val; in bnx2x_reg_rd_ind() local
773 u32 addr, val; in bnx2x_fw_dump_lvl() local
858 u32 val = REG_RD(bp, addr); in bnx2x_hc_int_disable() local
891 u32 val = REG_RD(bp, IGU_REG_PF_CONFIGURATION); in bnx2x_igu_int_disable() local
1298 u32 val; in bnx2x_flr_clnup_reg_poll() local
1309 u32 val = bnx2x_flr_clnup_reg_poll(bp, reg, 0, poll_cnt); in bnx2x_flr_clnup_poll_hw_counter() local
1492 u32 val; in bnx2x_hw_enable_status() local
1568 u32 val = REG_RD(bp, addr); in bnx2x_hc_int_enable() local
1631 u32 val; in bnx2x_igu_int_enable() local
[all …]
/linux-6.14.4/drivers/dma/xilinx/
Dxilinx_dma.c265 u32 app[XILINX_DMA_NUM_APP_WORDS]; member
289 u32 app[XILINX_DMA_NUM_APP_WORDS]; member
530 #define xilinx_dma_poll_timeout(chan, reg, val, cond, delay_us, timeout_us) \ argument
1309 u32 val; in xilinx_dma_stop_transfer() local
1327 u32 val; in xilinx_cdma_stop_transfer() local
1341 u32 val; in xilinx_dma_start() local
/linux-6.14.4/net/sctp/
Dinput.c75 __le32 val = sctp_compute_cksum(skb, 0); in sctp_rcv_checksum() local
462 struct sctp_association **app, in sctp_err_lookup()
/linux-6.14.4/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c140 u32 *val = (u32 *)buf; in get_mangled_key() local
1128 static int nfp_fl_ct_del_offload(struct nfp_app *app, unsigned long cookie, in nfp_fl_ct_del_offload()
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c668 unsigned long val; in tp_la_write() local
888 static char *unit_conv(char *buf, size_t len, unsigned int val, in unit_conv()
1700 u64 tcamy, tcamx, val; in mps_tcam_show() local
1943 u32 param[7], val[7]; in sensors_show() local
2474 int app, napps; in dcb_info_show() local
/linux-6.14.4/tools/perf/scripts/python/
Dexported-sql-viewer.py2176 def ToTimeStr(val): argument
3489 def ConvertRelativeTime(self, val): argument
3834 def ToCSValue(val): argument
4247 def CreateExitAction(app, parent=None): argument
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c7868 struct dcb_app app = { in ixgbe_update_default_up() local
9886 __be32 val, m; in ixgbe_clsu32_build_input() local

12