Home
last modified time | relevance | path

Searched refs:lport_priv (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_attr.c27 return lport_priv(base_lport); in qedf_get_base_qedf()
53 struct qedf_ctx *qedf = lport_priv(lport); in qedf_fka_period_show()
109 struct qedf_ctx *qedf = lport_priv(lport); in qedf_sysfs_read_grcdump()
138 qedf = lport_priv(lport); in qedf_sysfs_write_grcdump()
Dqedf_main.c243 struct qedf_ctx *qedf = lport_priv(lport); in qedf_flogi_resp()
283 struct qedf_ctx *qedf = lport_priv(lport); in qedf_elsct_send()
632 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_eh_abort()
725 qedf = lport_priv(lport); in qedf_ctx_soft_reset()
761 qedf = lport_priv(lport); in qedf_eh_host_reset()
879 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_xmit()
1249 struct qedf_ctx *qedf = lport_priv(lport); in qedf_rport_event_handler()
1569 struct qedf_ctx *base_qedf = lport_priv(n_port); in qedf_vport_create()
1603 vport_qedf = lport_priv(vn_port); in qedf_vport_create()
1688 struct qedf_ctx *qedf = lport_priv(vn_port); in qedf_vport_destroy()
[all …]
Dqedf_fip.c247 struct qedf_ctx *qedf = lport_priv(lport); in qedf_get_src_mac()
Dqedf_io.c459 struct qedf_ctx *qedf = lport_priv(lport); in qedf_map_sg()
865 struct qedf_ctx *qedf = lport_priv(lport); in qedf_post_io_req()
936 struct qedf_ctx *qedf = lport_priv(lport); in qedf_queuecommand()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c594 fcoe_port_send(lport_priv(fip->lp), skb); in fcoe_fip_send()
607 struct fcoe_port *port = lport_priv(lport); in fcoe_update_src_mac()
623 struct fcoe_port *port = lport_priv(lport); in fcoe_get_src_mac()
723 port = lport_priv(lport); in fcoe_netdev_config()
827 port = lport_priv(lport); in fcoe_fdmi_info()
936 struct fcoe_port *port = lport_priv(lport); in fcoe_em_config()
1017 struct fcoe_port *port = lport_priv(lport); in fcoe_if_destroy()
1163 port = lport_priv(lport); in fcoe_if_create()
1490 struct fcoe_port *port = lport_priv(lport); in fcoe_xmit()
1639 fcoe = ((struct fcoe_port *)lport_priv(lport))->priv; in fcoe_filter_frames()
[all …]
Dfcoe.h102 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in fcoe_netdev()
Dfcoe_transport.c381 struct fcoe_port *port = lport_priv(lport); in fcoe_clean_pending_queue()
409 struct fcoe_port *port = lport_priv(lport); in fcoe_check_wait_queue()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c134 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in bnx2fc_netdev()
193 struct fcoe_port *port = lport_priv(lport); in bnx2fc_cleanup()
284 port = (struct fcoe_port *)lport_priv(lport); in bnx2fc_xmit()
567 phys_port = lport_priv(lport); in bnx2fc_recv_frame()
582 port = lport_priv(vn_port); in bnx2fc_recv_frame()
690 struct fcoe_port *port = lport_priv(lport); in bnx2fc_get_host_stats()
740 struct fcoe_port *port = lport_priv(lport); in bnx2fc_shost_config()
773 struct fcoe_port *port = lport_priv(lport); in bnx2fc_link_ok()
811 port = lport_priv(lport); in bnx2fc_net_config()
1089 struct fcoe_port *port = lport_priv(lport); in bnx2fc_update_src_mac()
[all …]
Dbnx2fc_tgt.c443 struct fcoe_port *port = lport_priv(lport); in bnx2fc_rport_event_handler()
Dbnx2fc_els.c908 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
Dbnx2fc_io.c684 port = lport_priv(lport); in bnx2fc_initiate_tmf()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_attrs.c27 struct fnic *fnic = lport_priv(lp); in fnic_show_state()
Dfnic_main.c174 struct fnic *fnic = lport_priv(lp); in fnic_get_host_speed()
202 struct fnic *fnic = lport_priv(lp); in fnic_get_stats()
315 struct fnic *fnic = lport_priv(lp); in fnic_reset_host_stats()
541 struct fnic *fnic = lport_priv(lport); in fnic_get_mac()
573 fnic = lport_priv(lp); in fnic_probe()
Dfnic_scsi.c434 struct fnic *fnic = lport_priv(lp); in fnic_queuecommand_lck()
1692 fnic = lport_priv(lport); in fnic_terminate_rport_io()
1838 fnic = lport_priv(lp); in fnic_abort_cmd()
2357 fnic = lport_priv(lp); in fnic_device_reset()
2596 fnic = lport_priv(lp); in fnic_reset()
2638 struct fnic *fnic = lport_priv(lp); in fnic_host_reset()
2685 struct fnic *fnic = lport_priv(lp); in fnic_scsi_abort_io()
2735 struct fnic *fnic = lport_priv(lp); in fnic_scsi_cleanup()
2766 struct fnic *fnic = lport_priv(lp); in fnic_exch_mgr_reset()
Dfnic_fcs.c738 struct fnic *fnic = lport_priv(lport); in fnic_update_mac()
761 struct fnic *fnic = lport_priv(lport); in fnic_set_port_id()
1160 struct fnic *fnic = lport_priv(lp); in fnic_send()
/Linux-v4.19/drivers/nvme/target/
Dfcloop.c799 struct fcloop_lport_priv *lport_priv = localport->private; in fcloop_localport_delete() local
800 struct fcloop_lport *lport = lport_priv->lport; in fcloop_localport_delete()
870 struct fcloop_lport_priv *lport_priv; in fcloop_create_local_port() local
901 lport_priv = localport->private; in fcloop_create_local_port()
902 lport_priv->lport = lport; in fcloop_create_local_port()
/Linux-v4.19/include/scsi/
Dlibfcoe.h378 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev()
Dlibfc.h858 static inline void *lport_priv(const struct fc_lport *lport) in lport_priv() function