Home
last modified time | relevance | path

Searched refs:fjes_hw (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/net/fjes/
H A Dfjes_hw.h16 struct fjes_hw;
296 struct fjes_hw { struct
324 int fjes_hw_init(struct fjes_hw *); argument
325 void fjes_hw_exit(struct fjes_hw *);
326 int fjes_hw_reset(struct fjes_hw *);
327 int fjes_hw_request_info(struct fjes_hw *);
328 int fjes_hw_register_buff_addr(struct fjes_hw *, int,
337 void fjes_hw_raise_epstop(struct fjes_hw *);
338 int fjes_hw_wait_epstop(struct fjes_hw *);
354 int fjes_hw_start_debug(struct fjes_hw *);
[all …]
H A Dfjes_hw.c23 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg) in fjes_hw_rd32()
33 static u8 *fjes_hw_iomap(struct fjes_hw *hw) in fjes_hw_iomap()
48 static void fjes_hw_iounmap(struct fjes_hw *hw) in fjes_hw_iounmap()
54 int fjes_hw_reset(struct fjes_hw *hw) in fjes_hw_reset()
201 static int fjes_hw_setup(struct fjes_hw *hw) in fjes_hw_setup()
327 int fjes_hw_init(struct fjes_hw *hw) in fjes_hw_init()
361 void fjes_hw_exit(struct fjes_hw *hw) in fjes_hw_exit()
983 struct fjes_hw *hw = container_of(work, in fjes_hw_update_zone_task()
984 struct fjes_hw, update_zone_task); in fjes_hw_update_zone_task()
1173 struct fjes_hw *hw = container_of(work, struct fjes_hw, epstop_task); in fjes_hw_epstop_task()
[all …]
H A Dfjes_ethtool.c47 struct fjes_hw *hw = &adapter->hw; in fjes_get_ethtool_stats()
89 struct fjes_hw *hw = &adapter->hw; in fjes_get_strings()
168 struct fjes_hw *hw = &adapter->hw; in fjes_get_regs()
207 struct fjes_hw *hw = &adapter->hw; in fjes_set_dump()
240 struct fjes_hw *hw = &adapter->hw; in fjes_get_dump_flag()
253 struct fjes_hw *hw = &adapter->hw; in fjes_get_dump_data()
H A Dfjes_main.c168 struct fjes_hw *hw = &adapter->hw; in fjes_setup_resources()
244 struct fjes_hw *hw = &adapter->hw; in fjes_rx_irq()
254 struct fjes_hw *hw = &adapter->hw; in fjes_stop_req_irq()
291 struct fjes_hw *hw = &adapter->hw; in fjes_txrx_stop_req_irq()
333 struct fjes_hw *hw = &adapter->hw; in fjes_update_zone_irq()
342 struct fjes_hw *hw = &adapter->hw; in fjes_intr()
411 struct fjes_hw *hw = &adapter->hw; in fjes_free_irq()
429 struct fjes_hw *hw = &adapter->hw; in fjes_free_resources()
484 struct fjes_hw *hw = &adapter->hw; in fjes_open()
525 struct fjes_hw *hw = &adapter->hw; in fjes_close()
[all …]
H A Dfjes_regs.h115 struct fjes_hw;
117 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg);
H A Dfjes_trace.h51 TP_PROTO(struct fjes_hw *hw, union fjes_device_command_res *res_buf),
269 TP_PROTO(struct fjes_hw *hw, int src_epid,
293 TP_PROTO(struct fjes_hw *hw, int src_epid),
313 TP_PROTO(struct fjes_hw *hw, int src_epid,
337 TP_PROTO(struct fjes_hw *hw, int src_epid),
H A DMakefile16 fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o fjes_trace.o fjes_debugfs.o
H A Dfjes.h53 struct fjes_hw hw;
H A Dfjes_debugfs.c29 struct fjes_hw *hw = &adapter->hw; in fjes_dbg_status_show()