Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.h31 struct fjes_hw;
280 struct fjes_hw { struct
304 int fjes_hw_init(struct fjes_hw *); argument
305 void fjes_hw_exit(struct fjes_hw *);
306 int fjes_hw_reset(struct fjes_hw *);
307 int fjes_hw_request_info(struct fjes_hw *);
308 int fjes_hw_register_buff_addr(struct fjes_hw *, int,
310 int fjes_hw_unregister_buff_addr(struct fjes_hw *, int);
311 void fjes_hw_init_command_registers(struct fjes_hw *,
314 int fjes_hw_raise_interrupt(struct fjes_hw *, int, enum REG_ICTL_MASK);
[all …]
Dfjes_hw.c37 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg) in fjes_hw_rd32()
47 static u8 *fjes_hw_iomap(struct fjes_hw *hw) in fjes_hw_iomap()
62 static void fjes_hw_iounmap(struct fjes_hw *hw) in fjes_hw_iounmap()
68 int fjes_hw_reset(struct fjes_hw *hw) in fjes_hw_reset()
88 static int fjes_hw_get_max_epid(struct fjes_hw *hw) in fjes_hw_get_max_epid()
97 static int fjes_hw_get_my_epid(struct fjes_hw *hw) in fjes_hw_get_my_epid()
106 static int fjes_hw_alloc_shared_status_region(struct fjes_hw *hw) in fjes_hw_alloc_shared_status_region()
121 static void fjes_hw_free_shared_status_region(struct fjes_hw *hw) in fjes_hw_free_shared_status_region()
185 fjes_hw_init_command_registers(struct fjes_hw *hw, in fjes_hw_init_command_registers()
212 static int fjes_hw_setup(struct fjes_hw *hw) in fjes_hw_setup()
[all …]
Dfjes_main.c223 struct fjes_hw *hw = &adapter->hw; in fjes_free_irq()
251 struct fjes_hw *hw = &adapter->hw; in fjes_open()
292 struct fjes_hw *hw = &adapter->hw; in fjes_close()
332 struct fjes_hw *hw = &adapter->hw; in fjes_setup_resources()
403 struct fjes_hw *hw = &adapter->hw; in fjes_free_resources()
454 struct fjes_hw *hw = &adapter->hw; in fjes_tx_stall_task()
517 struct fjes_hw *hw = &adapter->hw; in fjes_raise_intr_rxdata_task()
585 struct fjes_hw *hw = &adapter->hw; in fjes_xmit_frame()
826 struct fjes_hw *hw = &adapter->hw; in fjes_txrx_stop_req_irq()
862 struct fjes_hw *hw = &adapter->hw; in fjes_stop_req_irq()
[all …]
Dfjes_regs.h130 struct fjes_hw;
132 u32 fjes_hw_rd32(struct fjes_hw *hw, u32 reg);
DMakefile30 fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o
Dfjes.h68 struct fjes_hw hw;