Lines Matching refs:qedf_ctx

121 void qedf_set_vlan_id(struct qedf_ctx *qedf, int vlan_id)  in qedf_set_vlan_id()
133 static bool qedf_initiate_fipvlan_req(struct qedf_ctx *qedf) in qedf_initiate_fipvlan_req()
169 struct qedf_ctx *qedf = in qedf_handle_link_update()
170 container_of(work, struct qedf_ctx, link_update.work); in qedf_handle_link_update()
225 static void qedf_set_data_src_addr(struct qedf_ctx *qedf, struct fc_frame *fp) in qedf_set_data_src_addr()
271 struct qedf_ctx *qedf = lport_priv(lport); in qedf_flogi_resp()
312 struct qedf_ctx *qedf = lport_priv(lport); in qedf_elsct_send()
332 int qedf_send_flogi(struct qedf_ctx *qedf) in qedf_send_flogi()
367 struct qedf_ctx *qedf = in qedf_link_recovery()
368 container_of(work, struct qedf_ctx, link_recovery.work); in qedf_link_recovery()
447 static void qedf_update_link_speed(struct qedf_ctx *qedf, in qedf_update_link_speed()
546 struct qedf_ctx *qedf = (struct qedf_ctx *)dev; in qedf_bw_update()
572 struct qedf_ctx *qedf = (struct qedf_ctx *)dev; in qedf_link_update()
636 struct qedf_ctx *qedf = (struct qedf_ctx *)dev; in qedf_dcbx_handler()
687 struct qedf_ctx *qedf; in qedf_get_login_failures()
689 qedf = (struct qedf_ctx *)cookie; in qedf_get_login_failures()
719 struct qedf_ctx *qedf; in qedf_eh_abort()
731 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_eh_abort()
874 bool qedf_wait_for_upload(struct qedf_ctx *qedf) in qedf_wait_for_upload()
910 struct qedf_ctx *qedf; in qedf_ctx_soft_reset()
957 struct qedf_ctx *qedf; in qedf_eh_host_reset()
1012 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id) in qedf_fcport_lookup()
1059 struct qedf_ctx *qedf; in qedf_xmit()
1076 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_xmit()
1244 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq()
1297 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq()
1307 static int qedf_offload_connection(struct qedf_ctx *qedf, in qedf_offload_connection()
1406 static void qedf_upload_connection(struct qedf_ctx *qedf, in qedf_upload_connection()
1429 static void qedf_cleanup_fcport(struct qedf_ctx *qedf, in qedf_cleanup_fcport()
1457 struct qedf_ctx *qedf = lport_priv(lport); in qedf_rport_event_handler()
1645 static void qedf_fcoe_ctlr_setup(struct qedf_ctx *qedf) in qedf_fcoe_ctlr_setup()
1654 static void qedf_setup_fdmi(struct qedf_ctx *qedf) in qedf_setup_fdmi()
1722 static int qedf_lport_setup(struct qedf_ctx *qedf) in qedf_lport_setup()
1819 struct qedf_ctx *base_qedf = lport_priv(n_port); in qedf_vport_create()
1820 struct qedf_ctx *vport_qedf; in qedf_vport_create()
1839 vn_port = libfc_vport_create(vport, sizeof(struct qedf_ctx)); in qedf_vport_create()
1852 memcpy(vport_qedf, base_qedf, sizeof(struct qedf_ctx)); in qedf_vport_create()
1960 struct qedf_ctx *qedf = lport_priv(vn_port); in qedf_vport_destroy()
2019 static void qedf_wait_for_vport_destroy(struct qedf_ctx *qedf) in qedf_wait_for_vport_destroy()
2059 struct qedf_ctx *qedf = lport_priv(lport); in qedf_fc_get_host_stats()
2188 struct qedf_ctx *qedf = fp->qedf; in qedf_fp_has_work()
2216 struct qedf_ctx *qedf = fp->qedf; in qedf_process_completions()
2359 struct qedf_ctx *qedf = (struct qedf_ctx *)cookie; in qedf_simd_int_handler()
2365 static void qedf_sync_free_irqs(struct qedf_ctx *qedf) in qedf_sync_free_irqs()
2392 static int qedf_request_msix_irq(struct qedf_ctx *qedf) in qedf_request_msix_irq()
2423 static int qedf_setup_int(struct qedf_ctx *qedf) in qedf_setup_int()
2455 static void qedf_recv_frame(struct qedf_ctx *qedf, in qedf_recv_frame()
2609 struct qedf_ctx *qedf = skb_work->qedf; in qedf_ll2_process_skb()
2652 struct qedf_ctx *qedf = (struct qedf_ctx *)cookie; in qedf_ll2_rx()
2706 static int qedf_alloc_and_init_sb(struct qedf_ctx *qedf, in qedf_alloc_and_init_sb()
2736 static void qedf_free_sb(struct qedf_ctx *qedf, struct qed_sb_info *sb_info) in qedf_free_sb()
2743 static void qedf_destroy_sb(struct qedf_ctx *qedf) in qedf_destroy_sb()
2758 static int qedf_prepare_sb(struct qedf_ctx *qedf) in qedf_prepare_sb()
2799 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe) in qedf_process_cqe()
2903 static void qedf_free_bdq(struct qedf_ctx *qedf) in qedf_free_bdq()
2923 static void qedf_free_global_queues(struct qedf_ctx *qedf) in qedf_free_global_queues()
2945 static int qedf_alloc_bdq(struct qedf_ctx *qedf) in qedf_alloc_bdq()
3021 static int qedf_alloc_global_queues(struct qedf_ctx *qedf) in qedf_alloc_global_queues()
3156 static int qedf_set_fcoe_pf_param(struct qedf_ctx *qedf) in qedf_set_fcoe_pf_param()
3244 static void qedf_free_fcoe_pf_param(struct qedf_ctx *qedf) in qedf_free_fcoe_pf_param()
3282 struct qedf_ctx *qedf = NULL; in __qedf_probe()
3304 sizeof(struct qedf_ctx)); in __qedf_probe()
3705 struct qedf_ctx *qedf; in __qedf_remove()
3830 struct qedf_ctx *qedf = in qedf_wq_grcdump()
3831 container_of(work, struct qedf_ctx, grcdump_work.work); in qedf_wq_grcdump()
3839 struct qedf_ctx *qedf = dev; in qedf_schedule_hw_err_handler()
3880 struct qedf_ctx *qedf = dev; in qedf_get_protocol_tlv_data()
3974 struct qedf_ctx *qedf = in qedf_stag_change_work()
3975 container_of(work, struct qedf_ctx, stag_work.work); in qedf_stag_change_work()
3995 struct qedf_ctx *qedf = dev; in qedf_schedule_recovery_handler()
4003 struct qedf_ctx *qedf = in qedf_recovery_handler()
4004 container_of(work, struct qedf_ctx, recovery_work.work); in qedf_recovery_handler()
4032 struct qedf_ctx *qedf; in qedf_get_generic_tlv_data()
4039 qedf = (struct qedf_ctx *)dev; in qedf_get_generic_tlv_data()