Searched refs:octep_device (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_main.h | 95 int (*soft_reset)(struct octep_device *oct); 96 void (*reinit_regs)(struct octep_device *oct); 110 void (*dump_registers)(struct octep_device *oct); 140 struct octep_device *oct; 149 struct octep_device *octep_dev; 230 struct octep_device { struct 402 int octep_setup_iqs(struct octep_device *oct); 403 void octep_free_iqs(struct octep_device *oct); 404 void octep_clean_iqs(struct octep_device *oct); 405 int octep_setup_oqs(struct octep_device *oct); [all …]
|
| A D | octep_ctrl_net.h | 252 int octep_ctrl_net_init(struct octep_device *oct); 262 int octep_ctrl_net_get_link_status(struct octep_device *oct, int vfid); 322 int octep_ctrl_net_get_mtu(struct octep_device *oct, int vfid); 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, 373 int octep_ctrl_net_set_link_info(struct octep_device *oct, 383 void octep_ctrl_net_recv_fw_messages(struct octep_device *oct); 394 int octep_ctrl_net_get_info(struct octep_device *oct, int vfid, 405 int octep_ctrl_net_dev_remove(struct octep_device *oct, int vfid); 417 int octep_ctrl_net_set_offloads(struct octep_device *oct, int vfid, [all …]
|
| A D | octep_cn9k_pf.c | 410 struct octep_device *oct = (struct octep_device *)dev; in octep_pfvf_mbox_intr_handler_cn93_pf() 434 struct octep_device *oct = (struct octep_device *)dev; in octep_oei_intr_handler_cn93_pf() 452 struct octep_device *oct = (struct octep_device *)dev; in octep_ire_intr_handler_cn93_pf() 482 struct octep_device *oct = (struct octep_device *)dev; in octep_ore_intr_handler_cn93_pf() 510 struct octep_device *oct = (struct octep_device *)dev; in octep_vfire_intr_handler_cn93_pf() 527 struct octep_device *oct = (struct octep_device *)dev; in octep_vfore_intr_handler_cn93_pf() 544 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_intr_handler_cn93_pf() 558 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_vf_intr_handler_cn93_pf() 575 struct octep_device *oct = (struct octep_device *)dev; in octep_pp_vf_intr_handler_cn93_pf() 592 struct octep_device *oct = (struct octep_device *)dev; in octep_misc_intr_handler_cn93_pf() [all …]
|
| A D | octep_cnxk_pf.c | 429 struct octep_device *oct = (struct octep_device *)dev; in octep_pfvf_mbox_intr_handler_cnxk_pf() 454 struct octep_device *oct = (struct octep_device *)dev; in octep_oei_intr_handler_cnxk_pf() 473 struct octep_device *oct = (struct octep_device *)dev; in octep_ire_intr_handler_cnxk_pf() 503 struct octep_device *oct = (struct octep_device *)dev; in octep_ore_intr_handler_cnxk_pf() 531 struct octep_device *oct = (struct octep_device *)dev; in octep_vfire_intr_handler_cnxk_pf() 548 struct octep_device *oct = (struct octep_device *)dev; in octep_vfore_intr_handler_cnxk_pf() 565 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_intr_handler_cnxk_pf() 579 struct octep_device *oct = (struct octep_device *)dev; in octep_dma_vf_intr_handler_cnxk_pf() 596 struct octep_device *oct = (struct octep_device *)dev; in octep_pp_vf_intr_handler_cnxk_pf() 613 struct octep_device *oct = (struct octep_device *)dev; in octep_misc_intr_handler_cnxk_pf() [all …]
|
| A D | octep_main.c | 173 struct octep_device *oct = data; in octep_mbox_intr_handler() 188 struct octep_device *oct = data; in octep_oei_intr_handler() 203 struct octep_device *oct = data; in octep_ire_intr_handler() 218 struct octep_device *oct = data; in octep_ore_intr_handler() 233 struct octep_device *oct = data; in octep_vfire_intr_handler() 248 struct octep_device *oct = data; in octep_vfore_intr_handler() 263 struct octep_device *oct = data; in octep_dma_intr_handler() 1025 struct octep_device *oct = container_of(work, struct octep_device, in octep_tx_timeout_task() 1186 struct octep_device *oct = container_of(work, struct octep_device, in octep_intr_poll_task() 1210 struct octep_device *oct = container_of(work, struct octep_device, in octep_hb_timeout_task() [all …]
|
| A D | octep_ctrl_net.c | 59 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() 205 int octep_ctrl_net_get_mtu(struct octep_device *oct, int vfid) in octep_ctrl_net_get_mtu() 237 int octep_ctrl_net_get_if_stats(struct octep_device *oct, int vfid, in octep_ctrl_net_get_if_stats() 301 static void process_mbox_resp(struct octep_device *oct, in process_mbox_resp() 318 static int process_mbox_notify(struct octep_device *oct, in process_mbox_notify() 358 void octep_ctrl_net_recv_fw_messages(struct octep_device *oct) in octep_ctrl_net_recv_fw_messages() 383 int octep_ctrl_net_get_info(struct octep_device *oct, int vfid, in octep_ctrl_net_get_info() 405 int octep_ctrl_net_dev_remove(struct octep_device *oct, int vfid) in octep_ctrl_net_dev_remove() 418 int octep_ctrl_net_set_offloads(struct octep_device *oct, int vfid, in octep_ctrl_net_set_offloads() [all …]
|
| A D | octep_pfvf_mbox.c | 54 static void octep_pfvf_get_link_status(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_link_status() 85 static void octep_pfvf_set_rx_state(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_rx_state() 100 static int octep_send_notification(struct octep_device *oct, u32 vf_id, in octep_send_notification() 128 static void octep_pfvf_set_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_set_mtu() 143 static void octep_pfvf_get_mtu(struct octep_device *oct, u32 vf_id, in octep_pfvf_get_mtu() 202 static void octep_pfvf_dev_remove(struct octep_device *oct, u32 vf_id, in octep_pfvf_dev_remove() 259 int octep_setup_pfvf_mbox(struct octep_device *oct) in octep_setup_pfvf_mbox() 297 void octep_delete_pfvf_mbox(struct octep_device *oct) in octep_delete_pfvf_mbox() 317 static void octep_pfvf_pf_get_data(struct octep_device *oct, in octep_pfvf_pf_get_data() 413 struct octep_device *oct = NULL; in octep_pfvf_mbox_work() [all …]
|
| 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() 228 struct octep_device *oct = oq->octep_dev; in octep_free_oq() 251 int octep_setup_oqs(struct octep_device *oct) in octep_setup_oqs() 283 void octep_oq_dbell_init(struct octep_device *oct) in octep_oq_dbell_init() 296 void octep_free_oqs(struct octep_device *oct) in octep_free_oqs() 317 static int octep_oq_check_hw_for_pkts(struct octep_device *oct, in octep_oq_check_hw_for_pkts() 398 static int __octep_oq_process_rx(struct octep_device *oct, in __octep_oq_process_rx() 518 struct octep_device *oct = oq->octep_dev; in octep_oq_process_rx()
|
| A D | octep_tx.c | 35 struct octep_device *oct = iq->octep_dev; in octep_iq_process_completions() 157 void octep_clean_iqs(struct octep_device *oct) in octep_clean_iqs() 175 static int octep_setup_iq(struct octep_device *oct, int q_no) in octep_setup_iq() 265 struct octep_device *oct = iq->octep_dev; in octep_free_iq() 293 int octep_setup_iqs(struct octep_device *oct) in octep_setup_iqs() 322 void octep_free_iqs(struct octep_device *oct) in octep_free_iqs()
|
| A D | octep_pfvf_mbox.h | 166 int octep_setup_pfvf_mbox(struct octep_device *oct); 167 void octep_delete_pfvf_mbox(struct octep_device *oct); 168 void octep_pfvf_notify(struct octep_device *oct, struct octep_ctrl_mbox_msg *msg);
|
| 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() 110 struct octep_device *oct = netdev_priv(netdev); in octep_get_sset_count() 127 struct octep_device *oct = netdev_priv(netdev); in octep_get_ethtool_stats() 268 struct octep_device *oct = netdev_priv(netdev); in octep_get_link_ksettings() 321 struct octep_device *oct = netdev_priv(netdev); in octep_set_link_ksettings()
|
| A D | octep_rx.h | 167 struct octep_device *octep_dev;
|
| A D | octep_tx.h | 157 struct octep_device *octep_dev;
|
Completed in 34 milliseconds