Home
last modified time | relevance | path

Searched defs:fbd (Results 1 – 21 of 21) sorted by relevance

/linux-6.14.4/drivers/net/ethernet/meta/fbnic/
Dfbnic_fw.c15 static void __fbnic_mbx_wr_desc(struct fbnic_dev *fbd, int mbx_idx, in __fbnic_mbx_wr_desc()
25 static u64 __fbnic_mbx_rd_desc(struct fbnic_dev *fbd, int mbx_idx, int desc_idx) in __fbnic_mbx_rd_desc()
36 static void fbnic_mbx_init_desc_ring(struct fbnic_dev *fbd, int mbx_idx) in fbnic_mbx_init_desc_ring()
61 void fbnic_mbx_init(struct fbnic_dev *fbd) in fbnic_mbx_init()
82 static int fbnic_mbx_map_msg(struct fbnic_dev *fbd, int mbx_idx, in fbnic_mbx_map_msg()
122 static void fbnic_mbx_unmap_and_free_msg(struct fbnic_dev *fbd, int mbx_idx, in fbnic_mbx_unmap_and_free_msg()
140 static void fbnic_mbx_clean_desc_ring(struct fbnic_dev *fbd, int mbx_idx) in fbnic_mbx_clean_desc_ring()
150 void fbnic_mbx_clean(struct fbnic_dev *fbd) in fbnic_mbx_clean()
161 static int fbnic_mbx_alloc_rx_msgs(struct fbnic_dev *fbd) in fbnic_mbx_alloc_rx_msgs()
194 static int fbnic_mbx_map_tlv_msg(struct fbnic_dev *fbd, in fbnic_mbx_map_tlv_msg()
[all …]
Dfbnic_mac.c11 static void fbnic_init_readrq(struct fbnic_dev *fbd, unsigned int offset, in fbnic_init_readrq()
27 static void fbnic_init_mps(struct fbnic_dev *fbd, unsigned int offset, in fbnic_init_mps()
41 static void fbnic_mac_init_axi(struct fbnic_dev *fbd) in fbnic_mac_init_axi()
90 static void fbnic_mac_init_qm(struct fbnic_dev *fbd) in fbnic_mac_init_qm()
176 static void fbnic_mac_init_rxb(struct fbnic_dev *fbd) in fbnic_mac_init_rxb()
306 static void fbnic_mac_init_txb(struct fbnic_dev *fbd) in fbnic_mac_init_txb()
398 static void fbnic_mac_init_regs(struct fbnic_dev *fbd) in fbnic_mac_init_regs()
406 static void __fbnic_mac_stat_rd64(struct fbnic_dev *fbd, bool reset, u32 reg, in __fbnic_mac_stat_rd64()
418 #define fbnic_mac_stat_rd64(fbd, reset, __stat, __CSR) \ argument
421 static void fbnic_mac_tx_pause_config(struct fbnic_dev *fbd, bool tx_pause) in fbnic_mac_tx_pause_config()
[all …]
Dfbnic_irq.c13 struct fbnic_dev *fbd = (struct fbnic_dev *)data; in fbnic_fw_msix_intr() local
34 int fbnic_fw_enable_mbx(struct fbnic_dev *fbd) in fbnic_fw_enable_mbx()
68 void fbnic_fw_disable_mbx(struct fbnic_dev *fbd) in fbnic_fw_disable_mbx()
87 struct fbnic_dev *fbd = data; in fbnic_pcs_msix_intr() local
112 int fbnic_pcs_irq_enable(struct fbnic_dev *fbd) in fbnic_pcs_irq_enable()
138 void fbnic_pcs_irq_disable(struct fbnic_dev *fbd) in fbnic_pcs_irq_disable()
149 void fbnic_synchronize_irq(struct fbnic_dev *fbd, int nr) in fbnic_synchronize_irq()
160 int fbnic_request_irq(struct fbnic_dev *fbd, int nr, irq_handler_t handler, in fbnic_request_irq()
172 void fbnic_free_irq(struct fbnic_dev *fbd, int nr, void *data) in fbnic_free_irq()
183 void fbnic_napi_name_irqs(struct fbnic_dev *fbd) in fbnic_napi_name_irqs()
[all …]
Dfbnic_hw_stats.c6 static void fbnic_hw_stat_rst32(struct fbnic_dev *fbd, u32 reg, in fbnic_hw_stat_rst32()
17 static void fbnic_hw_stat_rd32(struct fbnic_dev *fbd, u32 reg, in fbnic_hw_stat_rd32()
27 u64 fbnic_stat_rd64(struct fbnic_dev *fbd, u32 reg, u32 offset) in fbnic_stat_rd64()
53 static void fbnic_hw_stat_rst64(struct fbnic_dev *fbd, u32 reg, s32 offset, in fbnic_hw_stat_rst64()
63 static void fbnic_hw_stat_rd64(struct fbnic_dev *fbd, u32 reg, s32 offset, in fbnic_hw_stat_rd64()
73 static void fbnic_reset_rpc_stats(struct fbnic_dev *fbd, in fbnic_reset_rpc_stats()
95 static void fbnic_get_rpc_stats32(struct fbnic_dev *fbd, in fbnic_get_rpc_stats32()
120 static void fbnic_reset_pcie_stats_asic(struct fbnic_dev *fbd, in fbnic_reset_pcie_stats_asic()
162 static void fbnic_get_pcie_stats_asic64(struct fbnic_dev *fbd, in fbnic_get_pcie_stats_asic64()
204 void fbnic_reset_hw_stats(struct fbnic_dev *fbd) in fbnic_reset_hw_stats()
[all …]
Dfbnic_rpc.c52 void fbnic_rss_disable_hw(struct fbnic_dev *fbd) in fbnic_rss_disable_hw()
77 void fbnic_rss_reinit_hw(struct fbnic_dev *fbd, struct fbnic_net *fbn) in fbnic_rss_reinit_hw()
102 void fbnic_bmc_rpc_all_multi_config(struct fbnic_dev *fbd, in fbnic_bmc_rpc_all_multi_config()
176 void fbnic_bmc_rpc_init(struct fbnic_dev *fbd) in fbnic_bmc_rpc_init()
254 void fbnic_rss_reinit(struct fbnic_dev *fbd, struct fbnic_net *fbn) in fbnic_rss_reinit()
358 struct fbnic_mac_addr *__fbnic_uc_sync(struct fbnic_dev *fbd, in __fbnic_uc_sync()
389 struct fbnic_mac_addr *__fbnic_mc_sync(struct fbnic_dev *fbd, in __fbnic_mc_sync()
454 void fbnic_sift_macda(struct fbnic_dev *fbd) in fbnic_sift_macda()
496 static void fbnic_clear_macda_entry(struct fbnic_dev *fbd, unsigned int idx) in fbnic_clear_macda_entry()
505 static void fbnic_clear_macda(struct fbnic_dev *fbd) in fbnic_clear_macda()
[all …]
Dfbnic_time.c40 static u64 __fbnic_time_get_slow(struct fbnic_dev *fbd) in __fbnic_time_get_slow()
54 static void __fbnic_time_set_addend(struct fbnic_dev *fbd, u64 addend) in __fbnic_time_set_addend()
63 static void fbnic_ptp_fresh_check(struct fbnic_dev *fbd) in fbnic_ptp_fresh_check()
73 static void fbnic_ptp_refresh_time(struct fbnic_dev *fbd, struct fbnic_net *fbn) in fbnic_ptp_refresh_time()
96 struct fbnic_dev *fbd = fbnic_from_ptp_info(ptp); in fbnic_ptp_do_aux_work() local
109 struct fbnic_dev *fbd = fbnic_from_ptp_info(ptp); in fbnic_ptp_adjfine() local
130 struct fbnic_dev *fbd = fbnic_from_ptp_info(ptp); in fbnic_ptp_adjtime() local
149 struct fbnic_dev *fbd = fbnic_from_ptp_info(ptp); in fbnic_ptp_gettimex64() local
183 struct fbnic_dev *fbd = fbnic_from_ptp_info(ptp); in fbnic_ptp_settime64() local
223 static void fbnic_ptp_reset(struct fbnic_dev *fbd) in fbnic_ptp_reset()
[all …]
Dfbnic_pci.c36 u32 fbnic_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_rd32()
69 bool fbnic_fw_present(struct fbnic_dev *fbd) in fbnic_fw_present()
74 void fbnic_fw_wr32(struct fbnic_dev *fbd, u32 reg, u32 val) in fbnic_fw_wr32()
82 u32 fbnic_fw_rd32(struct fbnic_dev *fbd, u32 reg) in fbnic_fw_rd32()
117 struct fbnic_dev *fbd = fbn->fbd; in fbnic_service_task_start() local
125 struct fbnic_dev *fbd = fbn->fbd; in fbnic_service_task_stop() local
171 static void fbnic_health_check(struct fbnic_dev *fbd) in fbnic_health_check()
197 struct fbnic_dev *fbd = container_of(to_delayed_work(work), in fbnic_service_task() local
232 struct fbnic_dev *fbd; in fbnic_probe() local
352 struct fbnic_dev *fbd = pci_get_drvdata(pdev); in fbnic_remove() local
[all …]
Dfbnic_devlink.c67 struct fbnic_dev *fbd = devlink_priv(devlink); in fbnic_devlink_info_get() local
116 void fbnic_devlink_free(struct fbnic_dev *fbd) in fbnic_devlink_free()
127 struct fbnic_dev *fbd; in fbnic_devlink_alloc() local
151 void fbnic_devlink_register(struct fbnic_dev *fbd) in fbnic_devlink_register()
158 void fbnic_devlink_unregister(struct fbnic_dev *fbd) in fbnic_devlink_unregister()
Dfbnic_netdev.c15 struct fbnic_dev *fbd = fbn->fbd; in __fbnic_open() local
118 struct fbnic_dev *fbd = fbn->fbd; in fbnic_uc_unsync() local
159 struct fbnic_dev *fbd = fbn->fbd; in fbnic_mc_unsync() local
183 struct fbnic_dev *fbd = fbn->fbd; in __fbnic_set_rx_mode() local
300 struct fbnic_dev *fbd = fbn->fbd; in fbnic_clear_rx_mode() local
552 struct fbnic_dev *fbd = fbn->fbd; in fbnic_reset_queues() local
573 void fbnic_netdev_free(struct fbnic_dev *fbd) in fbnic_netdev_free()
593 struct net_device *fbnic_netdev_alloc(struct fbnic_dev *fbd) in fbnic_netdev_alloc()
686 struct fbnic_dev *fbd = fbn->fbd; in fbnic_netdev_register() local
Dfbnic_phylink.c22 struct fbnic_dev *fbd = fbn->fbd; in fbnic_phylink_pcs_get_state() local
52 struct fbnic_dev *fbd = fbn->fbd; in fbnic_phylink_pcs_enable() local
61 struct fbnic_dev *fbd = fbn->fbd; in fbnic_phylink_pcs_disable() local
104 struct fbnic_dev *fbd = fbn->fbd; in fbnic_phylink_mac_link_down() local
119 struct fbnic_dev *fbd = fbn->fbd; in fbnic_phylink_mac_link_up() local
Dfbnic_debugfs.c15 struct fbnic_dev *fbd = s->private; in fbnic_dbg_pcie_stats_show() local
43 void fbnic_dbg_fbd_init(struct fbnic_dev *fbd) in fbnic_dbg_fbd_init()
53 void fbnic_dbg_fbd_exit(struct fbnic_dev *fbd) in fbnic_dbg_fbd_exit()
Dfbnic_hwmon.c34 struct fbnic_dev *fbd = dev_get_drvdata(dev); in fbnic_hwmon_read() local
58 void fbnic_hwmon_register(struct fbnic_dev *fbd) in fbnic_hwmon_register()
74 void fbnic_hwmon_unregister(struct fbnic_dev *fbd) in fbnic_hwmon_unregister()
Dfbnic.h91 static inline bool fbnic_present(struct fbnic_dev *fbd) in fbnic_present()
96 static inline void fbnic_wr32(struct fbnic_dev *fbd, u32 reg, u32 val) in fbnic_wr32()
106 static inline void fbnic_wrfl(struct fbnic_dev *fbd) in fbnic_wrfl()
112 fbnic_rmw32(struct fbnic_dev *fbd, u32 reg, u32 mask, u32 val) in fbnic_rmw32()
134 static inline bool fbnic_bmc_present(struct fbnic_dev *fbd) in fbnic_bmc_present()
139 static inline bool fbnic_init_failure(struct fbnic_dev *fbd) in fbnic_init_failure()
Dfbnic_csr.c59 static void fbnic_csr_get_regs_rpc_ram(struct fbnic_dev *fbd, u32 **data_p) in fbnic_csr_get_regs_rpc_ram()
114 void fbnic_csr_get_regs(struct fbnic_dev *fbd, u32 *data, u32 *regs_version) in fbnic_csr_get_regs()
137 int fbnic_csr_regs_len(struct fbnic_dev *fbd) in fbnic_csr_regs_len()
Dfbnic_txrx.c1002 struct fbnic_dev *fbd = nv->fbd; in fbnic_nv_irq_disable() local
1010 struct fbnic_dev *fbd = nv->fbd; in fbnic_nv_irq_rearm() local
1101 struct fbnic_dev *fbd = nv->fbd; in fbnic_free_napi_vector() local
1179 static int fbnic_alloc_napi_vector(struct fbnic_dev *fbd, struct fbnic_net *fbn, in fbnic_alloc_napi_vector()
1305 struct fbnic_dev *fbd = fbn->fbd; in fbnic_alloc_napi_vectors() local
1732 struct fbnic_dev *fbd = fbn->fbd; in fbnic_disable() local
1758 static void fbnic_tx_flush(struct fbnic_dev *fbd) in fbnic_tx_flush()
1766 static void fbnic_tx_flush_off(struct fbnic_dev *fbd) in fbnic_tx_flush_off()
1776 static bool fbnic_all_idle(struct fbnic_dev *fbd, in fbnic_all_idle()
1791 static void fbnic_idle_dump(struct fbnic_dev *fbd, in fbnic_idle_dump()
[all …]
Dfbnic_ethtool.c47 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_drvinfo() local
115 struct fbnic_dev *fbd = orig->fbd; in fbnic_clone_swap() local
381 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_channels() local
414 struct fbnic_dev *fbd = fbn->fbd; in fbnic_set_channels() local
552 struct fbnic_dev *fbd = fbn->fbd; in fbnic_get_eth_mac_stats() local
Dfbnic_netdev.h23 struct fbnic_dev *fbd; member
Dfbnic_txrx.h106 struct fbnic_dev *fbd; member
/linux-6.14.4/drivers/media/platform/atmel/
Datmel-isi.c43 struct fbd { struct
48 /* Physical address of the next fbd */ argument
49 u32 next_fbd_address; argument
/linux-6.14.4/drivers/gpu/drm/bridge/
Dtc358768.c159 u32 fbd; /* PLL feedback divider */ member
362 u32 fbd; in tc358768_calc_pll() local
615 u32 fbd, prd, frs; in tc358768_setup_pll() local
/linux-6.14.4/drivers/media/i2c/
Dtc358743_regs.h86 #define SET_PLL_FBD(fbd) (((fbd) - 1) & MASK_PLL_FBD) argument