Home
last modified time | relevance | path

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

/linux/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_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/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()
1003 struct fcoe_port *port = lport_priv(lport); in fcoe_if_destroy()
1149 port = lport_priv(lport); in fcoe_if_create()
1461 struct fcoe_port *port = lport_priv(lport); in fcoe_xmit()
1604 fcoe = ((struct fcoe_port *)lport_priv(lpor in fcoe_filter_frames()
[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/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c136 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in bnx2fc_netdev()
191 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(lpor in bnx2fc_update_src_mac()
[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/drivers/nvme/target/
H A Dfcloop.c1091 struct fcloop_lport_priv *lport_priv = localport->private; in fcloop_localport_delete() local
1092 struct fcloop_lport *lport = lport_priv->lport; in fcloop_localport_delete()
1188 struct fcloop_lport_priv *lport_priv; in fcloop_create_local_port() local
1219 lport_priv = localport->private; in fcloop_create_local_port()
1220 lport_priv->lport = lport; in fcloop_create_local_port()
/linux/include/scsi/
H A Dlibfcoe.h379 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev()
H A Dlibfc.h862 * lport_priv() - Return the private data from a local port
867 static inline void *lport_priv(const struct fc_lport *lport) in lport_priv() function