Lines Matching refs:qed_ops
27 const struct qed_fcoe_ops *qed_ops; variable
550 qed_ops->common->get_link(qedf->cdev, &link); in qedf_bw_update()
934 qed_ops->common->get_link(qedf->cdev, &if_link); in qedf_ctx_soft_reset()
1234 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
1317 rval = qed_ops->acquire_conn(qedf->cdev, &fcport->handle, in qedf_offload_connection()
1386 rval = qed_ops->offload_conn(qedf->cdev, fcport->handle, &conn_info); in qedf_offload_connection()
1400 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_offload_connection()
1422 qed_ops->destroy_conn(qedf->cdev, fcport->handle, term_params_dma); in qedf_upload_connection()
1423 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_upload_connection()
2078 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_fc_get_host_stats()
2374 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_sync_free_irqs()
2385 qed_ops->common->simd_handler_clean(qedf->cdev, in qedf_sync_free_irqs()
2389 qed_ops->common->set_fp_int(qedf->cdev, 0); in qedf_sync_free_irqs()
2401 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_request_msix_irq()
2430 rc = qed_ops->common->set_fp_int(qedf->cdev, num_online_cpus()); in qedf_setup_int()
2434 rc = qed_ops->common->get_fp_int(qedf->cdev, &qedf->int_info); in qedf_setup_int()
2445 qed_ops->common->simd_handler_config(qedf->cdev, &qedf, in qedf_setup_int()
2723 ret = qed_ops->common->sb_init(qedf->cdev, sb_info, sb_virt, sb_phys, in qedf_alloc_and_init_sb()
3386 qedf->cdev = qed_ops->common->probe(pdev, &qed_params); in __qedf_probe()
3400 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3409 qed_ops->common->get_affin_hwfn_idx(qedf->cdev)); in __qedf_probe()
3424 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3427 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3440 qed_ops->register_ops(qedf->cdev, &qedf_cb_ops, qedf); in __qedf_probe()
3456 rc = qed_ops->common->slowpath_start(qedf->cdev, &slowpath_params); in __qedf_probe()
3466 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3475 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe()
3500 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_probe()
3531 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3574 qed_ops->ll2->register_cb_ops(qedf->cdev, &qedf_ll2_cb_ops, qedf); in __qedf_probe()
3575 rc = qed_ops->ll2->start(qedf->cdev, ¶ms); in __qedf_probe()
3626 qed_ops->common->dbg_all_data_size(qedf->cdev); in __qedf_probe()
3649 status = qed_ops->common->update_drv_state(qedf->cdev, true); in __qedf_probe()
3656 status = qed_ops->common->set_link(qedf->cdev, &link_params); in __qedf_probe()
3684 qed_ops->stop(qedf->cdev); in __qedf_probe()
3689 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_probe()
3691 qed_ops->common->remove(qedf->cdev); in __qedf_probe()
3750 qed_ops->ll2->stop(qedf->cdev); in __qedf_remove()
3787 qed_ops->stop(qedf->cdev); in __qedf_remove()
3800 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_remove()
3804 rc = qed_ops->common->update_drv_state(qedf->cdev, false); in __qedf_remove()
3809 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_remove()
3810 qed_ops->common->remove(qedf->cdev); in __qedf_remove()
3860 qed_ops->common->attn_clr_enable(qedf->cdev, true); in qedf_schedule_hw_err_handler()
3864 qed_ops->common->attn_clr_enable(qedf->cdev, true); in qedf_schedule_hw_err_handler()
3867 qed_ops->common->recovery_process(qedf->cdev); in qedf_schedule_hw_err_handler()
4013 qed_ops->common->recovery_prolog(qedf->cdev); in qedf_recovery_handler()
4082 qed_ops = qed_get_fcoe_ops(); in qedf_init()
4083 if (!qed_ops) { in qedf_init()