Lines Matching refs:qed_ops
27 const struct qed_fcoe_ops *qed_ops; variable
558 qed_ops->common->get_link(qedf->cdev, &link); in qedf_bw_update()
944 qed_ops->common->get_link(qedf->cdev, &if_link); in qedf_ctx_soft_reset()
1244 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
1327 rval = qed_ops->acquire_conn(qedf->cdev, &fcport->handle, in qedf_offload_connection()
1396 rval = qed_ops->offload_conn(qedf->cdev, fcport->handle, &conn_info); in qedf_offload_connection()
1410 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_offload_connection()
1434 qed_ops->destroy_conn(qedf->cdev, fcport->handle, term_params_dma); in qedf_upload_connection()
1435 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_upload_connection()
2094 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_fc_get_host_stats()
2388 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_sync_free_irqs()
2399 qed_ops->common->simd_handler_clean(qedf->cdev, in qedf_sync_free_irqs()
2403 qed_ops->common->set_fp_int(qedf->cdev, 0); in qedf_sync_free_irqs()
2415 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_request_msix_irq()
2444 rc = qed_ops->common->set_fp_int(qedf->cdev, num_online_cpus()); in qedf_setup_int()
2448 rc = qed_ops->common->get_fp_int(qedf->cdev, &qedf->int_info); in qedf_setup_int()
2459 qed_ops->common->simd_handler_config(qedf->cdev, &qedf, in qedf_setup_int()
2737 ret = qed_ops->common->sb_init(qedf->cdev, sb_info, sb_virt, sb_phys, in qedf_alloc_and_init_sb()
3401 qedf->cdev = qed_ops->common->probe(pdev, &qed_params); in __qedf_probe()
3415 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3424 qed_ops->common->get_affin_hwfn_idx(qedf->cdev)); in __qedf_probe()
3439 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3442 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3449 qedf->devlink = qed_ops->common->devlink_register(qedf->cdev); in __qedf_probe()
3465 qed_ops->register_ops(qedf->cdev, &qedf_cb_ops, qedf); in __qedf_probe()
3482 rc = qed_ops->common->slowpath_start(qedf->cdev, &slowpath_params); in __qedf_probe()
3492 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3501 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe()
3526 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_probe()
3557 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3600 qed_ops->ll2->register_cb_ops(qedf->cdev, &qedf_ll2_cb_ops, qedf); in __qedf_probe()
3601 rc = qed_ops->ll2->start(qedf->cdev, ¶ms); in __qedf_probe()
3652 qed_ops->common->dbg_all_data_size(qedf->cdev); in __qedf_probe()
3675 status = qed_ops->common->update_drv_state(qedf->cdev, true); in __qedf_probe()
3682 status = qed_ops->common->set_link(qedf->cdev, &link_params); in __qedf_probe()
3710 qed_ops->stop(qedf->cdev); in __qedf_probe()
3715 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_probe()
3717 qed_ops->common->remove(qedf->cdev); in __qedf_probe()
3788 qed_ops->ll2->stop(qedf->cdev); in __qedf_remove()
3825 qed_ops->stop(qedf->cdev); in __qedf_remove()
3838 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_remove()
3842 rc = qed_ops->common->update_drv_state(qedf->cdev, false); in __qedf_remove()
3848 qed_ops->common->devlink_unregister(qedf->devlink); in __qedf_remove()
3852 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_remove()
3853 qed_ops->common->remove(qedf->cdev); in __qedf_remove()
3903 qed_ops->common->attn_clr_enable(qedf->cdev, true); in qedf_schedule_hw_err_handler()
3907 qed_ops->common->attn_clr_enable(qedf->cdev, true); in qedf_schedule_hw_err_handler()
3910 qed_ops->common->report_fatal_error(qedf->devlink, in qedf_schedule_hw_err_handler()
4089 qed_ops->common->recovery_prolog(qedf->cdev); in qedf_recovery_handler()
4158 qed_ops = qed_get_fcoe_ops(); in qedf_init()
4159 if (!qed_ops) { in qedf_init()