Lines Matching refs:qedf_ctx

122 void qedf_set_vlan_id(struct qedf_ctx *qedf, int vlan_id)
134 static bool qedf_initiate_fipvlan_req(struct qedf_ctx *qedf)
170 struct qedf_ctx *qedf =
171 container_of(work, struct qedf_ctx, link_update.work);
226 static void qedf_set_data_src_addr(struct qedf_ctx *qedf, struct fc_frame *fp)
272 struct qedf_ctx *qedf = lport_priv(lport);
313 struct qedf_ctx *qedf = lport_priv(lport);
333 int qedf_send_flogi(struct qedf_ctx *qedf)
368 struct qedf_ctx *qedf =
369 container_of(work, struct qedf_ctx, link_recovery.work);
448 static void qedf_update_link_speed(struct qedf_ctx *qedf,
547 struct qedf_ctx *qedf = (struct qedf_ctx *)dev;
573 struct qedf_ctx *qedf = (struct qedf_ctx *)dev;
637 struct qedf_ctx *qedf = (struct qedf_ctx *)dev;
688 struct qedf_ctx *qedf;
690 qedf = (struct qedf_ctx *)cookie;
720 struct qedf_ctx *qedf;
732 qedf = (struct qedf_ctx *)lport_priv(lport);
876 bool qedf_wait_for_upload(struct qedf_ctx *qedf)
909 /* Performs soft reset of qedf_ctx by simulating a link down/up */
912 struct qedf_ctx *qedf;
959 struct qedf_ctx *qedf;
1015 static struct qedf_rport *qedf_fcport_lookup(struct qedf_ctx *qedf, u32 port_id)
1062 struct qedf_ctx *qedf;
1078 qedf = (struct qedf_ctx *)lport_priv(lport);
1244 static int qedf_alloc_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport)
1297 static void qedf_free_sq(struct qedf_ctx *qedf, struct qedf_rport *fcport)
1307 static int qedf_offload_connection(struct qedf_ctx *qedf,
1406 static void qedf_upload_connection(struct qedf_ctx *qedf,
1431 static void qedf_cleanup_fcport(struct qedf_ctx *qedf,
1459 struct qedf_ctx *qedf = lport_priv(lport);
1552 /* Add fcport to list of qedf_ctx list of offloaded ports */
1605 * Remove fcport to list of qedf_ctx list of offloaded
1647 static void qedf_fcoe_ctlr_setup(struct qedf_ctx *qedf)
1656 static void qedf_setup_fdmi(struct qedf_ctx *qedf)
1727 static int qedf_lport_setup(struct qedf_ctx *qedf)
1824 struct qedf_ctx *base_qedf = lport_priv(n_port);
1825 struct qedf_ctx *vport_qedf;
1844 vn_port = libfc_vport_create(vport, sizeof(struct qedf_ctx));
1857 memcpy(vport_qedf, base_qedf, sizeof(struct qedf_ctx));
1966 struct qedf_ctx *qedf = lport_priv(vn_port);
1973 /* Set unloading bit on vport qedf_ctx to prevent more I/O */
2025 static void qedf_wait_for_vport_destroy(struct qedf_ctx *qedf)
2065 struct qedf_ctx *qedf = lport_priv(lport);
2194 struct qedf_ctx *qedf = fp->qedf;
2222 struct qedf_ctx *qedf = fp->qedf;
2362 /* Cookie is qedf_ctx struct */
2363 struct qedf_ctx *qedf = (struct qedf_ctx *)cookie;
2369 static void qedf_sync_free_irqs(struct qedf_ctx *qedf)
2396 static int qedf_request_msix_irq(struct qedf_ctx *qedf)
2427 static int qedf_setup_int(struct qedf_ctx *qedf)
2459 static void qedf_recv_frame(struct qedf_ctx *qedf,
2613 struct qedf_ctx *qedf = skb_work->qedf;
2656 struct qedf_ctx *qedf = (struct qedf_ctx *)cookie;
2710 static int qedf_alloc_and_init_sb(struct qedf_ctx *qedf,
2740 static void qedf_free_sb(struct qedf_ctx *qedf, struct qed_sb_info *sb_info)
2747 static void qedf_destroy_sb(struct qedf_ctx *qedf)
2762 static int qedf_prepare_sb(struct qedf_ctx *qedf)
2803 void qedf_process_cqe(struct qedf_ctx *qedf, struct fcoe_cqe *cqe)
2912 static void qedf_free_bdq(struct qedf_ctx *qedf)
2932 static void qedf_free_global_queues(struct qedf_ctx *qedf)
2954 static int qedf_alloc_bdq(struct qedf_ctx *qedf)
3027 static int qedf_alloc_global_queues(struct qedf_ctx *qedf)
3161 static int qedf_set_fcoe_pf_param(struct qedf_ctx *qedf)
3249 static void qedf_free_fcoe_pf_param(struct qedf_ctx *qedf)
3288 struct qedf_ctx *qedf = NULL;
3310 sizeof(struct qedf_ctx));
3320 /* Initialize qedf_ctx */
3722 struct qedf_ctx *qedf;
3852 struct qedf_ctx *qedf =
3853 container_of(work, struct qedf_ctx, grcdump_work.work);
3861 struct qedf_ctx *qedf = dev;
3903 struct qedf_ctx *qedf = dev;
3997 struct qedf_ctx *qedf =
3998 container_of(work, struct qedf_ctx, stag_work.work);
4013 struct qedf_ctx *qedf;
4032 struct qedf_ctx *qedf = dev;
4040 struct qedf_ctx *qedf =
4041 container_of(work, struct qedf_ctx, recovery_work.work);
4069 struct qedf_ctx *qedf;
4076 qedf = (struct qedf_ctx *)dev;