Home
last modified time | relevance | path

Searched refs:octep_device (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.h252 int octep_ctrl_net_init(struct octep_device *oct);
262 int octep_ctrl_net_get_link_status(struct octep_device *oct, int vfid);
274 int octep_ctrl_net_set_link_status(struct octep_device *oct, int vfid, bool up,
287 int octep_ctrl_net_set_rx_state(struct octep_device *oct, int vfid, bool up,
299 int octep_ctrl_net_get_mac_addr(struct octep_device *oct, int vfid, u8 *addr);
311 int octep_ctrl_net_set_mac_addr(struct octep_device *oct, int vfid, u8 *addr,
322 int octep_ctrl_net_get_mtu(struct octep_device *oct, int vfid);
334 int octep_ctrl_net_set_mtu(struct octep_device *oct, int vfid, int mtu,
347 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid,
360 int octep_ctrl_net_get_link_info(struct octep_device *oct, int vfid,
[all …]
H A Doctep_cn9k_pf.c40 static void cn93_dump_regs(struct octep_device *oct, int qno) in cn93_dump_regs()
107 static int cn93_reset_iq(struct octep_device *oct, int q_no) in cn93_reset_iq()
135 static void cn93_reset_oq(struct octep_device *oct, int q_no) in cn93_reset_oq()
153 static void octep_reset_io_queues_cn93_pf(struct octep_device *oct) in octep_reset_io_queues_cn93_pf()
167 static void octep_setup_pci_window_regs_cn93_pf(struct octep_device *oct) in octep_setup_pci_window_regs_cn93_pf()
178 static void octep_configure_ring_mapping_cn93_pf(struct octep_device *oct) in octep_configure_ring_mapping_cn93_pf()
200 static void octep_init_config_cn93_pf(struct octep_device *oct) in octep_init_config_cn93_pf()
263 static void octep_setup_iq_regs_cn93_pf(struct octep_device *oct, int iq_no) in octep_setup_iq_regs_cn93_pf()
310 static void octep_setup_oq_regs_cn93_pf(struct octep_device *oct, int oq_no) in octep_setup_oq_regs_cn93_pf()
361 static void octep_setup_mbox_regs_cn93_pf(struct octep_device *oct, int q_no) in octep_setup_mbox_regs_cn93_pf()
[all …]
H A Doctep_cnxk_pf.c60 static void cnxk_dump_regs(struct octep_device *oct, int qno) in cnxk_dump_regs()
127 static int cnxk_reset_iq(struct octep_device *oct, int q_no) in cnxk_reset_iq()
155 static void cnxk_reset_oq(struct octep_device *oct, int q_no) in cnxk_reset_oq()
176 static void octep_reset_io_queues_cnxk_pf(struct octep_device *oct) in octep_reset_io_queues_cnxk_pf()
190 static void octep_setup_pci_window_regs_cnxk_pf(struct octep_device *oct) in octep_setup_pci_window_regs_cnxk_pf()
201 static void octep_configure_ring_mapping_cnxk_pf(struct octep_device *oct) in octep_configure_ring_mapping_cnxk_pf()
223 static void octep_init_config_cnxk_pf(struct octep_device *oct) in octep_init_config_cnxk_pf()
283 static void octep_setup_iq_regs_cnxk_pf(struct octep_device *oct, int iq_no) in octep_setup_iq_regs_cnxk_pf()
330 static void octep_setup_oq_regs_cnxk_pf(struct octep_device *oct, int oq_no) in octep_setup_oq_regs_cnxk_pf()
391 static void octep_setup_mbox_regs_cnxk_pf(struct octep_device *oct, int q_no) in octep_setup_mbox_regs_cnxk_pf()
[all …]
H A Doctep_ctrl_net.c59 static int octep_send_mbox_req(struct octep_device *oct, in octep_send_mbox_req()
101 int octep_ctrl_net_init(struct octep_device *oct) in octep_ctrl_net_init()
127 int octep_ctrl_net_get_link_status(struct octep_device *oct, int vfid) in octep_ctrl_net_get_link_status()
143 int octep_ctrl_net_set_link_status(struct octep_device *oct, int vfid, bool up, in octep_ctrl_net_set_link_status()
158 int octep_ctrl_net_set_rx_state(struct octep_device *oct, int vfid, bool up, in octep_ctrl_net_set_rx_state()
173 int octep_ctrl_net_get_mac_addr(struct octep_device *oct, int vfid, u8 *addr) in octep_ctrl_net_get_mac_addr()
191 int octep_ctrl_net_set_mac_addr(struct octep_device *oct, int vfid, u8 *addr, in octep_ctrl_net_set_mac_addr()
205 int octep_ctrl_net_get_mtu(struct octep_device *oct, int vfid) in octep_ctrl_net_get_mtu()
223 int octep_ctrl_net_set_mtu(struct octep_device *oct, int vfid, int mtu, in octep_ctrl_net_set_mtu()
237 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid, in octep_ctrl_net_get_if_stats()
[all …]