Lines Matching refs:qed_ops
27 const struct qed_fcoe_ops *qed_ops; variable
551 qed_ops->common->get_link(qedf->cdev, &link); in qedf_bw_update()
935 qed_ops->common->get_link(qedf->cdev, &if_link); in qedf_ctx_soft_reset()
1233 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
1316 rval = qed_ops->acquire_conn(qedf->cdev, &fcport->handle, in qedf_offload_connection()
1385 rval = qed_ops->offload_conn(qedf->cdev, fcport->handle, &conn_info); in qedf_offload_connection()
1399 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_offload_connection()
1423 qed_ops->destroy_conn(qedf->cdev, fcport->handle, term_params_dma); in qedf_upload_connection()
1424 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_upload_connection()
2083 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_fc_get_host_stats()
2377 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_sync_free_irqs()
2388 qed_ops->common->simd_handler_clean(qedf->cdev, in qedf_sync_free_irqs()
2392 qed_ops->common->set_fp_int(qedf->cdev, 0); in qedf_sync_free_irqs()
2404 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_request_msix_irq()
2433 rc = qed_ops->common->set_fp_int(qedf->cdev, num_online_cpus()); in qedf_setup_int()
2437 rc = qed_ops->common->get_fp_int(qedf->cdev, &qedf->int_info); in qedf_setup_int()
2448 qed_ops->common->simd_handler_config(qedf->cdev, &qedf, in qedf_setup_int()
2726 ret = qed_ops->common->sb_init(qedf->cdev, sb_info, sb_virt, sb_phys, in qedf_alloc_and_init_sb()
3391 qedf->cdev = qed_ops->common->probe(pdev, &qed_params); in __qedf_probe()
3405 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3414 qed_ops->common->get_affin_hwfn_idx(qedf->cdev)); in __qedf_probe()
3429 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3432 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3439 qedf->devlink = qed_ops->common->devlink_register(qedf->cdev); in __qedf_probe()
3455 qed_ops->register_ops(qedf->cdev, &qedf_cb_ops, qedf); in __qedf_probe()
3471 rc = qed_ops->common->slowpath_start(qedf->cdev, &slowpath_params); in __qedf_probe()
3481 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3490 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe()
3515 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_probe()
3546 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3590 qed_ops->ll2->register_cb_ops(qedf->cdev, &qedf_ll2_cb_ops, qedf); in __qedf_probe()
3591 rc = qed_ops->ll2->start(qedf->cdev, ¶ms); in __qedf_probe()
3642 qed_ops->common->dbg_all_data_size(qedf->cdev); in __qedf_probe()
3665 status = qed_ops->common->update_drv_state(qedf->cdev, true); in __qedf_probe()
3672 status = qed_ops->common->set_link(qedf->cdev, &link_params); in __qedf_probe()
3700 qed_ops->stop(qedf->cdev); in __qedf_probe()
3705 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_probe()
3707 qed_ops->common->remove(qedf->cdev); in __qedf_probe()
3766 qed_ops->ll2->stop(qedf->cdev); in __qedf_remove()
3803 qed_ops->stop(qedf->cdev); in __qedf_remove()
3816 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_remove()
3820 rc = qed_ops->common->update_drv_state(qedf->cdev, false); in __qedf_remove()
3826 qed_ops->common->devlink_unregister(qedf->devlink); in __qedf_remove()
3830 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_remove()
3831 qed_ops->common->remove(qedf->cdev); in __qedf_remove()
3881 qed_ops->common->attn_clr_enable(qedf->cdev, true); in qedf_schedule_hw_err_handler()
3885 qed_ops->common->attn_clr_enable(qedf->cdev, true); in qedf_schedule_hw_err_handler()
3888 qed_ops->common->report_fatal_error(qedf->devlink, in qedf_schedule_hw_err_handler()
4049 qed_ops->common->recovery_prolog(qedf->cdev); in qedf_recovery_handler()
4118 qed_ops = qed_get_fcoe_ops(); in qedf_init()
4119 if (!qed_ops) { in qedf_init()