Searched refs:fjes_hw (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/fjes/ |
D | fjes_hw.h | 16 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, 330 int fjes_hw_unregister_buff_addr(struct fjes_hw *, int); 331 void fjes_hw_init_command_registers(struct fjes_hw *, 334 int fjes_hw_raise_interrupt(struct fjes_hw *, int, enum REG_ICTL_MASK); [all …]
|
D | fjes_hw.c | 23 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() 74 static int fjes_hw_get_max_epid(struct fjes_hw *hw) in fjes_hw_get_max_epid() 83 static int fjes_hw_get_my_epid(struct fjes_hw *hw) in fjes_hw_get_my_epid() 92 static int fjes_hw_alloc_shared_status_region(struct fjes_hw *hw) in fjes_hw_alloc_shared_status_region() 107 static void fjes_hw_free_shared_status_region(struct fjes_hw *hw) in fjes_hw_free_shared_status_region() 174 fjes_hw_init_command_registers(struct fjes_hw *hw, in fjes_hw_init_command_registers() 201 static int fjes_hw_setup(struct fjes_hw *hw) in fjes_hw_setup() [all …]
|
D | fjes_ethtool.c | 47 struct fjes_hw *hw = &adapter->hw; in fjes_get_ethtool_stats() 89 struct fjes_hw *hw = &adapter->hw; in fjes_get_strings() 186 struct fjes_hw *hw = &adapter->hw; in fjes_get_regs() 225 struct fjes_hw *hw = &adapter->hw; in fjes_set_dump() 258 struct fjes_hw *hw = &adapter->hw; in fjes_get_dump_flag() 271 struct fjes_hw *hw = &adapter->hw; in fjes_get_dump_data()
|
D | fjes_main.c | 235 struct fjes_hw *hw = &adapter->hw; in fjes_free_irq() 263 struct fjes_hw *hw = &adapter->hw; in fjes_open() 304 struct fjes_hw *hw = &adapter->hw; in fjes_close() 350 struct fjes_hw *hw = &adapter->hw; in fjes_setup_resources() 429 struct fjes_hw *hw = &adapter->hw; in fjes_free_resources() 485 struct fjes_hw *hw = &adapter->hw; in fjes_tx_stall_task() 551 struct fjes_hw *hw = &adapter->hw; in fjes_raise_intr_rxdata_task() 621 struct fjes_hw *hw = &adapter->hw; in fjes_xmit_frame() 809 struct fjes_hw *hw = &adapter->hw; in fjes_change_mtu() 913 struct fjes_hw *hw = &adapter->hw; in fjes_txrx_stop_req_irq() [all …]
|
D | fjes_regs.h | 115 struct fjes_hw; 117 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg);
|
D | fjes_trace.h | 51 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),
|
D | Makefile | 16 fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o fjes_trace.o fjes_debugfs.o
|
D | fjes.h | 53 struct fjes_hw hw;
|
D | fjes_debugfs.c | 29 struct fjes_hw *hw = &adapter->hw; in fjes_dbg_status_show()
|