Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/qedf/
H A Dqedf_attr.c24 return lport_priv(base_lport); in qedf_get_base_qedf()
48 struct qedf_ctx *qedf = lport_priv(lport); in fka_period_show()
113 struct qedf_ctx *qedf = lport_priv(lport); in qedf_sysfs_read_grcdump()
141 qedf = lport_priv(lport); in qedf_sysfs_write_grcdump()
H A Dqedf_main.c272 struct qedf_ctx *qedf = lport_priv(lport); in qedf_flogi_resp()
313 struct qedf_ctx *qedf = lport_priv(lport); in qedf_elsct_send()
739 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_eh_abort()
922 qedf = lport_priv(lport); in qedf_ctx_soft_reset()
972 qedf = lport_priv(lport); in qedf_eh_host_reset()
1089 qedf = (struct qedf_ctx *)lport_priv(lport); in qedf_xmit()
1470 struct qedf_ctx *qedf = lport_priv(lport); in qedf_rport_event_handler()
1867 vport_qedf = lport_priv(vn_port); in qedf_vport_create()
1977 struct qedf_ctx *qedf = lport_priv(vn_port); in qedf_vport_destroy()
2076 struct qedf_ctx *qedf = lport_priv(lport); in qedf_fc_get_host_stats()
[all …]
H A Dqedf_fip.c298 struct qedf_ctx *qedf = lport_priv(lport); in qedf_get_src_mac()
H A Dqedf_io.c476 struct qedf_ctx *qedf = lport_priv(lport); in qedf_map_sg()
855 struct qedf_ctx *qedf = lport_priv(lport); in qedf_post_io_req()
937 struct qedf_ctx *qedf = lport_priv(lport); in qedf_queuecommand()
/linux-6.15/drivers/scsi/fcoe/
H A Dfcoe.c580 fcoe_port_send(lport_priv(fip->lp), skb); in fcoe_fip_send()
593 struct fcoe_port *port = lport_priv(lport); in fcoe_update_src_mac()
609 struct fcoe_port *port = lport_priv(lport); in fcoe_get_src_mac()
709 port = lport_priv(lport); in fcoe_netdev_config()
813 port = lport_priv(lport); in fcoe_fdmi_info()
922 struct fcoe_port *port = lport_priv(lport); in fcoe_em_config()
1149 port = lport_priv(lport); in fcoe_if_create()
2067 port = lport_priv(lport); in fcoe_destroy()
2412 port = lport_priv(lport); in fcoe_hostlist_add()
2432 port = lport_priv(lport); in fcoe_hostlist_del()
[all …]
H A Dfcoe.h90 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in fcoe_netdev()
H A Dfcoe_transport.c370 struct fcoe_port *port = lport_priv(lport); in fcoe_clean_pending_queue()
399 struct fcoe_port *port = lport_priv(lport); in fcoe_check_wait_queue()
/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c191 struct fcoe_port *port = lport_priv(lport); in bnx2fc_cleanup()
281 port = (struct fcoe_port *)lport_priv(lport); in bnx2fc_xmit()
557 phys_port = lport_priv(lport); in bnx2fc_recv_frame()
572 port = lport_priv(vn_port); in bnx2fc_recv_frame()
680 struct fcoe_port *port = lport_priv(lport); in bnx2fc_get_host_stats()
730 struct fcoe_port *port = lport_priv(lport); in bnx2fc_shost_config()
763 struct fcoe_port *port = lport_priv(lport); in bnx2fc_link_ok()
801 port = lport_priv(lport); in bnx2fc_net_config()
1073 struct fcoe_port *port = lport_priv(lport); in bnx2fc_update_src_mac()
1513 port = lport_priv(lport); in bnx2fc_if_create()
[all …]
H A Dbnx2fc_tgt.c441 struct fcoe_port *port = lport_priv(lport); in bnx2fc_rport_event_handler()
H A Dbnx2fc_els.c932 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
H A Dbnx2fc_io.c678 port = lport_priv(lport); in bnx2fc_initiate_tmf()
/linux-6.15/drivers/nvme/target/
H A Dfcloop.c1037 struct fcloop_lport_priv *lport_priv = localport->private; in fcloop_localport_delete() local
1038 struct fcloop_lport *lport = lport_priv->lport; in fcloop_localport_delete()
1119 struct fcloop_lport_priv *lport_priv; in fcloop_create_local_port() local
1150 lport_priv = localport->private; in fcloop_create_local_port()
1151 lport_priv->lport = lport; in fcloop_create_local_port()
/linux-6.15/include/scsi/
H A Dlibfcoe.h379 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev()
H A Dlibfc.h867 static inline void *lport_priv(const struct fc_lport *lport) in lport_priv() function