Searched refs:lport_priv (Results 1 – 13 of 13) sorted by relevance
24 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()
298 struct qedf_ctx *qedf = lport_priv(lport); in qedf_get_src_mac()
476 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()
580 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...]
90 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in fcoe_netdev()
370 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()
136 ((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...]
441 struct fcoe_port *port = lport_priv(lport); in bnx2fc_rport_event_handler()
932 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
678 port = lport_priv(lport); in bnx2fc_initiate_tmf()
1091 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()
379 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev()
862 * lport_priv() - Return the private data from a local port867 static inline void *lport_priv(const struct fc_lport *lport) in lport_priv() function