Lines Matching refs:qed_ops

26 const struct qed_fcoe_ops *qed_ops;  variable
866 qed_ops->common->get_link(qedf->cdev, &if_link); in qedf_ctx_soft_reset()
1167 rc = qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
1250 rval = qed_ops->acquire_conn(qedf->cdev, &fcport->handle, in qedf_offload_connection()
1319 rval = qed_ops->offload_conn(qedf->cdev, fcport->handle, &conn_info); in qedf_offload_connection()
1333 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_offload_connection()
1355 qed_ops->destroy_conn(qedf->cdev, fcport->handle, term_params_dma); in qedf_upload_connection()
1356 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_upload_connection()
1953 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_fc_get_host_stats()
2248 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_sync_free_irqs()
2259 qed_ops->common->simd_handler_clean(qedf->cdev, in qedf_sync_free_irqs()
2263 qed_ops->common->set_fp_int(qedf->cdev, 0); in qedf_sync_free_irqs()
2275 qed_ops->common->get_affin_hwfn_idx(qedf->cdev); in qedf_request_msix_irq()
2304 rc = qed_ops->common->set_fp_int(qedf->cdev, num_online_cpus()); in qedf_setup_int()
2308 rc = qed_ops->common->get_fp_int(qedf->cdev, &qedf->int_info); in qedf_setup_int()
2319 qed_ops->common->simd_handler_config(qedf->cdev, &qedf, in qedf_setup_int()
2597 ret = qed_ops->common->sb_init(qedf->cdev, sb_info, sb_virt, sb_phys, in qedf_alloc_and_init_sb()
3250 qedf->cdev = qed_ops->common->probe(pdev, &qed_params); in __qedf_probe()
3258 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3267 qed_ops->common->get_affin_hwfn_idx(qedf->cdev)); in __qedf_probe()
3282 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3291 qed_ops->register_ops(qedf->cdev, &qedf_cb_ops, qedf); in __qedf_probe()
3307 rc = qed_ops->common->slowpath_start(qedf->cdev, &slowpath_params); in __qedf_probe()
3317 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3326 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe()
3351 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_probe()
3382 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3425 qed_ops->ll2->register_cb_ops(qedf->cdev, &qedf_ll2_cb_ops, qedf); in __qedf_probe()
3426 rc = qed_ops->ll2->start(qedf->cdev, &params); in __qedf_probe()
3476 qed_ops->common->dbg_all_data_size(qedf->cdev); in __qedf_probe()
3499 status = qed_ops->common->update_drv_state(qedf->cdev, true); in __qedf_probe()
3506 status = qed_ops->common->set_link(qedf->cdev, &link_params); in __qedf_probe()
3530 qed_ops->stop(qedf->cdev); in __qedf_probe()
3535 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_probe()
3537 qed_ops->common->remove(qedf->cdev); in __qedf_probe()
3596 qed_ops->ll2->stop(qedf->cdev); in __qedf_remove()
3633 qed_ops->stop(qedf->cdev); in __qedf_remove()
3646 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_remove()
3650 rc = qed_ops->common->update_drv_state(qedf->cdev, false); in __qedf_remove()
3655 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_remove()
3656 qed_ops->common->remove(qedf->cdev); in __qedf_remove()
3823 qed_ops = qed_get_fcoe_ops(); in qedf_init()
3824 if (!qed_ops) { in qedf_init()