Lines Matching refs:qedf_ctx

122 void qedf_set_vlan_id(struct qedf_ctx *qedf, int vlan_id)  in qedf_set_vlan_id()
134 static bool qedf_initiate_fipvlan_req(struct qedf_ctx *qedf) in qedf_initiate_fipvlan_req()
170 struct qedf_ctx *qedf = in qedf_handle_link_update()
171 container_of(work, struct qedf_ctx, link_update.work); in qedf_handle_link_update()
226 static void qedf_set_data_src_addr(struct qedf_ctx *qedf, struct fc_frame *fp) in qedf_set_data_src_addr()
272 struct qedf_ctx *qedf = lport_priv(lport); in qedf_flogi_resp()
313 struct qedf_ctx *qedf = lport_priv(lport); in qedf_elsct_send()
340 int qedf_send_flogi(struct qedf_ctx *qedf) in qedf_send_flogi()
375 struct qedf_ctx *qedf = in qedf_link_recovery()
376 container_of(work, struct qedf_ctx, link_recovery.work); in qedf_link_recovery()
455 static void qedf_update_link_speed(struct qedf_ctx *qedf, in qedf_update_link_speed()
554 struct qedf_ctx *qedf = (struct qedf_ctx *)dev; in qedf_bw_update()
580 struct qedf_ctx *qedf = (struct qedf_ctx *)dev; in qedf_link_update()
644 struct qedf_ctx *qedf = (struct qedf_ctx *)dev; in qedf_dcbx_handler()
695 struct qedf_ctx *qedf; in qedf_get_login_failures()
697 qedf = (struct qedf_ctx *)cookie; in qedf_get_login_failures()
727 struct qedf_ctx *qedf; in qedf_eh_abort()
739 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_eh_abort()
882 bool qedf_wait_for_upload(struct qedf_ctx *qedf) in qedf_wait_for_upload()
918 struct qedf_ctx *qedf; in qedf_ctx_soft_reset()
968 struct qedf_ctx *qedf; in qedf_eh_host_reset()
1024 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id) in qedf_fcport_lookup()
1071 struct qedf_ctx *qedf; in qedf_xmit()
1087 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_xmit()
1253 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_alloc_sq()
1306 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport) in qedf_free_sq()
1316 static int qedf_offload_connection(struct qedf_ctx *qedf, in qedf_offload_connection()
1415 static void qedf_upload_connection(struct qedf_ctx *qedf, in qedf_upload_connection()
1440 static void qedf_cleanup_fcport(struct qedf_ctx *qedf, in qedf_cleanup_fcport()
1468 struct qedf_ctx *qedf = lport_priv(lport); in qedf_rport_event_handler()
1656 static void qedf_fcoe_ctlr_setup(struct qedf_ctx *qedf) in qedf_fcoe_ctlr_setup()
1665 static void qedf_setup_fdmi(struct qedf_ctx *qedf) in qedf_setup_fdmi()
1736 static int qedf_lport_setup(struct qedf_ctx *qedf) in qedf_lport_setup()
1833 struct qedf_ctx *base_qedf = lport_priv(n_port); in qedf_vport_create()
1834 struct qedf_ctx *vport_qedf; in qedf_vport_create()
1853 vn_port = libfc_vport_create(vport, sizeof(struct qedf_ctx)); in qedf_vport_create()
1866 memcpy(vport_qedf, base_qedf, sizeof(struct qedf_ctx)); in qedf_vport_create()
1975 struct qedf_ctx *qedf = lport_priv(vn_port); in qedf_vport_destroy()
2034 static void qedf_wait_for_vport_destroy(struct qedf_ctx *qedf) in qedf_wait_for_vport_destroy()
2074 struct qedf_ctx *qedf = lport_priv(lport); in qedf_fc_get_host_stats()
2203 struct qedf_ctx *qedf = fp->qedf; in qedf_fp_has_work()
2231 struct qedf_ctx *qedf = fp->qedf; in qedf_process_completions()
2372 struct qedf_ctx *qedf = (struct qedf_ctx *)cookie; in qedf_simd_int_handler()
2378 static void qedf_sync_free_irqs(struct qedf_ctx *qedf) in qedf_sync_free_irqs()
2405 static int qedf_request_msix_irq(struct qedf_ctx *qedf) in qedf_request_msix_irq()
2436 static int qedf_setup_int(struct qedf_ctx *qedf) in qedf_setup_int()
2468 static void qedf_recv_frame(struct qedf_ctx *qedf, in qedf_recv_frame()
2622 struct qedf_ctx *qedf = skb_work->qedf; in qedf_ll2_process_skb()
2665 struct qedf_ctx *qedf = (struct qedf_ctx *)cookie; in qedf_ll2_rx()
2719 static int qedf_alloc_and_init_sb(struct qedf_ctx *qedf, in qedf_alloc_and_init_sb()
2749 static void qedf_free_sb(struct qedf_ctx *qedf, struct qed_sb_info *sb_info) in qedf_free_sb()
2756 static void qedf_destroy_sb(struct qedf_ctx *qedf) in qedf_destroy_sb()
2771 static int qedf_prepare_sb(struct qedf_ctx *qedf) in qedf_prepare_sb()
2812 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe) in qedf_process_cqe()
2921 static void qedf_free_bdq(struct qedf_ctx *qedf) in qedf_free_bdq()
2941 static void qedf_free_global_queues(struct qedf_ctx *qedf) in qedf_free_global_queues()
2963 static int qedf_alloc_bdq(struct qedf_ctx *qedf) in qedf_alloc_bdq()
3036 static int qedf_alloc_global_queues(struct qedf_ctx *qedf) in qedf_alloc_global_queues()
3170 static int qedf_set_fcoe_pf_param(struct qedf_ctx *qedf) in qedf_set_fcoe_pf_param()
3258 static void qedf_free_fcoe_pf_param(struct qedf_ctx *qedf) in qedf_free_fcoe_pf_param()
3297 struct qedf_ctx *qedf = NULL; in __qedf_probe()
3319 sizeof(struct qedf_ctx)); in __qedf_probe()
3732 struct qedf_ctx *qedf; in __qedf_remove()
3874 struct qedf_ctx *qedf = in qedf_wq_grcdump()
3875 container_of(work, struct qedf_ctx, grcdump_work.work); in qedf_wq_grcdump()
3883 struct qedf_ctx *qedf = dev; in qedf_schedule_hw_err_handler()
3925 struct qedf_ctx *qedf = dev; in qedf_get_protocol_tlv_data()
4019 struct qedf_ctx *qedf = in qedf_stag_change_work()
4020 container_of(work, struct qedf_ctx, stag_work.work); in qedf_stag_change_work()
4053 struct qedf_ctx *qedf; in qedf_suspend()
4072 struct qedf_ctx *qedf = dev; in qedf_schedule_recovery_handler()
4080 struct qedf_ctx *qedf = in qedf_recovery_handler()
4081 container_of(work, struct qedf_ctx, recovery_work.work); in qedf_recovery_handler()
4109 struct qedf_ctx *qedf; in qedf_get_generic_tlv_data()
4116 qedf = (struct qedf_ctx *)dev; in qedf_get_generic_tlv_data()