Lines Matching refs:qed_ops
29 const struct qed_fcoe_ops *qed_ops; variable
1035 qed_ops->ll2->start_xmit(qedf->cdev, skb, 0); in qedf_xmit()
1112 rval = qed_ops->acquire_conn(qedf->cdev, &fcport->handle, in qedf_offload_connection()
1181 rval = qed_ops->offload_conn(qedf->cdev, fcport->handle, &conn_info); in qedf_offload_connection()
1195 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_offload_connection()
1217 qed_ops->destroy_conn(qedf->cdev, fcport->handle, term_params_dma); in qedf_upload_connection()
1218 qed_ops->release_conn(qedf->cdev, fcport->handle); in qedf_upload_connection()
1800 qed_ops->get_stats(qedf->cdev, fw_fcoe_stats); in qedf_fc_get_host_stats()
2101 qed_ops->common->simd_handler_clean(qedf->cdev, in qedf_sync_free_irqs()
2105 qed_ops->common->set_fp_int(qedf->cdev, 0); in qedf_sync_free_irqs()
2139 rc = qed_ops->common->set_fp_int(qedf->cdev, num_online_cpus()); in qedf_setup_int()
2143 rc = qed_ops->common->get_fp_int(qedf->cdev, &qedf->int_info); in qedf_setup_int()
2154 qed_ops->common->simd_handler_config(qedf->cdev, &qedf, in qedf_setup_int()
2419 ret = qed_ops->common->sb_init(qedf->cdev, sb_info, sb_virt, sb_phys, in qedf_alloc_and_init_sb()
3055 qedf->cdev = qed_ops->common->probe(pdev, &qed_params); in __qedf_probe()
3062 rc = qed_ops->fill_dev_info(qedf->cdev, &qedf->dev_info); in __qedf_probe()
3081 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3090 qed_ops->register_ops(qedf->cdev, &qedf_cb_ops, qedf); in __qedf_probe()
3106 rc = qed_ops->common->slowpath_start(qedf->cdev, &slowpath_params); in __qedf_probe()
3116 qed_ops->common->update_pf_params(qedf->cdev, &qedf->pf_params); in __qedf_probe()
3123 rc = qed_ops->start(qedf->cdev, &qedf->tasks); in __qedf_probe()
3148 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_probe()
3179 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3224 qed_ops->ll2->register_cb_ops(qedf->cdev, &qedf_ll2_cb_ops, qedf); in __qedf_probe()
3225 rc = qed_ops->ll2->start(qedf->cdev, ¶ms); in __qedf_probe()
3275 qed_ops->common->dbg_all_data_size(qedf->cdev); in __qedf_probe()
3298 status = qed_ops->common->update_drv_state(qedf->cdev, true); in __qedf_probe()
3305 status = qed_ops->common->set_link(qedf->cdev, &link_params); in __qedf_probe()
3329 qed_ops->stop(qedf->cdev); in __qedf_probe()
3334 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_probe()
3336 qed_ops->common->remove(qedf->cdev); in __qedf_probe()
3393 qed_ops->ll2->stop(qedf->cdev); in __qedf_remove()
3430 qed_ops->stop(qedf->cdev); in __qedf_remove()
3443 qed_ops->common->set_power_state(qedf->cdev, PCI_D0); in __qedf_remove()
3447 rc = qed_ops->common->update_drv_state(qedf->cdev, false); in __qedf_remove()
3452 qed_ops->common->slowpath_stop(qedf->cdev); in __qedf_remove()
3453 qed_ops->common->remove(qedf->cdev); in __qedf_remove()
3615 qed_ops = qed_get_fcoe_ops(); in qedf_init()
3616 if (!qed_ops) { in qedf_init()