Searched refs:octep_device (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_main.h | 70 int (*soft_reset)(struct octep_device *oct); 71 void (*reinit_regs)(struct octep_device *oct); 84 void (*reset_io_queues)(struct octep_device *oct); 85 void (*dump_registers)(struct octep_device *oct); 125 struct octep_device *octep_dev; 199 struct octep_device { struct 364 int octep_setup_iqs(struct octep_device *oct); 365 void octep_free_iqs(struct octep_device *oct); 366 void octep_clean_iqs(struct octep_device *oct); 367 int octep_setup_oqs(struct octep_device *oct); [all …]
|
H A D | octep_ctrl_net.h | 220 int octep_ctrl_net_init(struct octep_device *oct); 229 int octep_ctrl_net_get_link_status(struct octep_device *oct, int vfid); 252 int octep_ctrl_net_set_rx_state(struct octep_device *oct, int vfid, bool up, 263 int octep_ctrl_net_get_mac_addr(struct octep_device *oct, int vfid, u8 *addr); 274 int octep_ctrl_net_set_mac_addr(struct octep_device *oct, int vfid, u8 *addr, 286 int octep_ctrl_net_set_mtu(struct octep_device *oct, int vfid, int mtu, 298 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid, 310 int octep_ctrl_net_get_link_info(struct octep_device *oct, int vfid, 322 int octep_ctrl_net_set_link_info(struct octep_device *oct, 331 void octep_ctrl_net_recv_fw_messages(struct octep_device *oct); [all …]
|
H A D | octep_main.c | 167 struct octep_device *oct = data; in octep_non_ioq_intr_handler() 184 struct octep_device *oct = ioq_vector->octep_dev; in octep_ioq_intr_handler() 484 struct octep_device *oct = netdev_priv(netdev); in octep_open() 550 struct octep_device *oct = netdev_priv(netdev); in octep_stop() 629 struct octep_device *oct = netdev_priv(netdev); in octep_start_xmit() 761 struct octep_device *oct = netdev_priv(netdev); in octep_get_stats64() 804 struct octep_device *oct = container_of(work, struct octep_device, in octep_tx_timeout_task() 890 struct octep_device *oct = container_of(work, struct octep_device, in octep_intr_poll_task() 914 struct octep_device *oct = container_of(work, struct octep_device, in octep_hb_timeout_task() 943 struct octep_device *oct = container_of(work, struct octep_device, in octep_ctrl_mbox_task() [all …]
|
H A D | octep_ctrl_net.c | 55 static int octep_send_mbox_req(struct octep_device *oct, in octep_send_mbox_req() 97 int octep_ctrl_net_init(struct octep_device *oct) in octep_ctrl_net_init() 123 int octep_ctrl_net_get_link_status(struct octep_device *oct, int vfid) in octep_ctrl_net_get_link_status() 201 int octep_ctrl_net_set_mtu(struct octep_device *oct, int vfid, int mtu, in octep_ctrl_net_set_mtu() 215 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid, in octep_ctrl_net_get_if_stats() 236 int octep_ctrl_net_get_link_info(struct octep_device *oct, int vfid, in octep_ctrl_net_get_link_info() 261 int octep_ctrl_net_set_link_info(struct octep_device *oct, int vfid, in octep_ctrl_net_set_link_info() 279 static void process_mbox_resp(struct octep_device *oct, in process_mbox_resp() 296 static int process_mbox_notify(struct octep_device *oct, in process_mbox_notify() 331 void octep_ctrl_net_recv_fw_messages(struct octep_device *oct) in octep_ctrl_net_recv_fw_messages() [all …]
|
H A D | octep_cn9k_pf.c | 43 static void cn93_dump_regs(struct octep_device *oct, int qno) in cn93_dump_regs() 110 static int cn93_reset_iq(struct octep_device *oct, int q_no) in cn93_reset_iq() 138 static void cn93_reset_oq(struct octep_device *oct, int q_no) in cn93_reset_oq() 156 static void octep_reset_io_queues_cn93_pf(struct octep_device *oct) in octep_reset_io_queues_cn93_pf() 203 static void octep_init_config_cn93_pf(struct octep_device *oct) in octep_init_config_cn93_pf() 405 struct octep_device *oct = (struct octep_device *)dev; in octep_non_ioq_intr_handler_cn93_pf() 523 static int octep_soft_reset_cn93_pf(struct octep_device *oct) in octep_soft_reset_cn93_pf() 540 static void octep_reinit_regs_cn93_pf(struct octep_device *oct) in octep_reinit_regs_cn93_pf() 652 static void octep_enable_io_queues_cn93_pf(struct octep_device *oct) in octep_enable_io_queues_cn93_pf() 697 static void octep_dump_registers_cn93_pf(struct octep_device *oct) in octep_dump_registers_cn93_pf() [all …]
|
H A D | octep_rx.c | 79 static int octep_oq_refill(struct octep_device *oct, struct octep_oq *oq) in octep_oq_refill() 123 static int octep_setup_oq(struct octep_device *oct, int q_no) in octep_setup_oq() 227 struct octep_device *oct = oq->octep_dev; in octep_free_oq() 250 int octep_setup_oqs(struct octep_device *oct) in octep_setup_oqs() 282 void octep_oq_dbell_init(struct octep_device *oct) in octep_oq_dbell_init() 295 void octep_free_oqs(struct octep_device *oct) in octep_free_oqs() 316 static int octep_oq_check_hw_for_pkts(struct octep_device *oct, in octep_oq_check_hw_for_pkts() 397 static int __octep_oq_process_rx(struct octep_device *oct, in __octep_oq_process_rx() 513 struct octep_device *oct = oq->octep_dev; in octep_oq_process_rx()
|
H A D | octep_tx.c | 36 struct octep_device *oct = iq->octep_dev; in octep_iq_process_completions() 160 void octep_clean_iqs(struct octep_device *oct) in octep_clean_iqs() 178 static int octep_setup_iq(struct octep_device *oct, int q_no) in octep_setup_iq() 267 struct octep_device *oct = iq->octep_dev; in octep_free_iq() 295 int octep_setup_iqs(struct octep_device *oct) in octep_setup_iqs() 324 void octep_free_iqs(struct octep_device *oct) in octep_free_iqs()
|
H A D | octep_ethtool.c | 72 struct octep_device *oct = netdev_priv(netdev); in octep_get_drvinfo() 81 struct octep_device *oct = netdev_priv(netdev); in octep_get_strings() 117 struct octep_device *oct = netdev_priv(netdev); in octep_get_sset_count() 134 struct octep_device *oct = netdev_priv(netdev); in octep_get_ethtool_stats() 282 struct octep_device *oct = netdev_priv(netdev); in octep_get_link_ksettings() 335 struct octep_device *oct = netdev_priv(netdev); in octep_set_link_ksettings()
|
H A D | octep_rx.h | 142 struct octep_device *octep_dev;
|
H A D | octep_tx.h | 155 struct octep_device *octep_dev;
|