Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.h31 struct fjes_hw;
311 struct fjes_hw { struct
339 int fjes_hw_init(struct fjes_hw *); argument
340 void fjes_hw_exit(struct fjes_hw *);
341 int fjes_hw_reset(struct fjes_hw *);
342 int fjes_hw_request_info(struct fjes_hw *);
343 int fjes_hw_register_buff_addr(struct fjes_hw *, int,
345 int fjes_hw_unregister_buff_addr(struct fjes_hw *, int);
346 void fjes_hw_init_command_registers(struct fjes_hw *,
349 int fjes_hw_raise_interrupt(struct fjes_hw *, int, enum REG_ICTL_MASK);
[all …]
Dfjes_hw.c38 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg) in fjes_hw_rd32()
48 static u8 *fjes_hw_iomap(struct fjes_hw *hw) in fjes_hw_iomap()
63 static void fjes_hw_iounmap(struct fjes_hw *hw) in fjes_hw_iounmap()
69 int fjes_hw_reset(struct fjes_hw *hw) in fjes_hw_reset()
89 static int fjes_hw_get_max_epid(struct fjes_hw *hw) in fjes_hw_get_max_epid()
98 static int fjes_hw_get_my_epid(struct fjes_hw *hw) in fjes_hw_get_my_epid()
107 static int fjes_hw_alloc_shared_status_region(struct fjes_hw *hw) in fjes_hw_alloc_shared_status_region()
122 static void fjes_hw_free_shared_status_region(struct fjes_hw *hw) in fjes_hw_free_shared_status_region()
188 fjes_hw_init_command_registers(struct fjes_hw *hw, in fjes_hw_init_command_registers()
215 static int fjes_hw_setup(struct fjes_hw *hw) in fjes_hw_setup()
[all …]
Dfjes_ethtool.c62 struct fjes_hw *hw = &adapter->hw; in fjes_get_ethtool_stats()
104 struct fjes_hw *hw = &adapter->hw; in fjes_get_strings()
201 struct fjes_hw *hw = &adapter->hw; in fjes_get_regs()
240 struct fjes_hw *hw = &adapter->hw; in fjes_set_dump()
273 struct fjes_hw *hw = &adapter->hw; in fjes_get_dump_flag()
286 struct fjes_hw *hw = &adapter->hw; in fjes_get_dump_data()
Dfjes_main.c255 struct fjes_hw *hw = &adapter->hw; in fjes_free_irq()
283 struct fjes_hw *hw = &adapter->hw; in fjes_open()
324 struct fjes_hw *hw = &adapter->hw; in fjes_close()
370 struct fjes_hw *hw = &adapter->hw; in fjes_setup_resources()
449 struct fjes_hw *hw = &adapter->hw; in fjes_free_resources()
505 struct fjes_hw *hw = &adapter->hw; in fjes_tx_stall_task()
571 struct fjes_hw *hw = &adapter->hw; in fjes_raise_intr_rxdata_task()
641 struct fjes_hw *hw = &adapter->hw; in fjes_xmit_frame()
829 struct fjes_hw *hw = &adapter->hw; in fjes_change_mtu()
933 struct fjes_hw *hw = &adapter->hw; in fjes_txrx_stop_req_irq()
[all …]
Dfjes_regs.h130 struct fjes_hw;
132 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg);
Dfjes_trace.h66 TP_PROTO(struct fjes_hw *hw, union fjes_device_command_res *res_buf),
284 TP_PROTO(struct fjes_hw *hw, int src_epid,
308 TP_PROTO(struct fjes_hw *hw, int src_epid),
328 TP_PROTO(struct fjes_hw *hw, int src_epid,
352 TP_PROTO(struct fjes_hw *hw, int src_epid),
DMakefile30 fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o fjes_trace.o fjes_debugfs.o
Dfjes.h68 struct fjes_hw hw;
Dfjes_debugfs.c44 struct fjes_hw *hw = &adapter->hw; in fjes_dbg_status_show()