Home
last modified time | relevance | path

Searched refs:fcoe_port (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc.h291 struct fcoe_port *port;
429 struct fcoe_port *port;
505 int bnx2fc_send_session_ofld_req(struct fcoe_port *port,
507 int bnx2fc_send_session_enable_req(struct fcoe_port *port,
509 int bnx2fc_send_session_disable_req(struct fcoe_port *port,
586 struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port,
H A Dbnx2fc_fcoe.c83 static void bnx2fc_port_destroy(struct fcoe_port *port);
134 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in bnx2fc_netdev()
189 struct fcoe_port *port = lport_priv(lport); in bnx2fc_cleanup()
271 struct fcoe_port *port; in bnx2fc_xmit()
280 port = (struct fcoe_port *)lport_priv(lport); in bnx2fc_xmit()
518 struct fcoe_port *port, *phys_port; in bnx2fc_recv_frame()
689 struct fcoe_port *port = lport_priv(lport); in bnx2fc_get_host_stats()
739 struct fcoe_port *port = lport_priv(lport); in bnx2fc_shost_config()
772 struct fcoe_port *port = lport_priv(lport); in bnx2fc_link_ok()
807 struct fcoe_port *port; in bnx2fc_net_config()
[all …]
H A Dbnx2fc_tgt.c20 struct fcoe_port *port,
80 static void bnx2fc_offload_session(struct fcoe_port *port, in bnx2fc_offload_session()
291 static void bnx2fc_upload_session(struct fcoe_port *port, in bnx2fc_upload_session()
351 struct fcoe_port *port, in bnx2fc_init_tgt()
443 struct fcoe_port *port = lport_priv(lport); in bnx2fc_rport_event_handler()
578 struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port, in bnx2fc_tgt_lookup()
H A Dbnx2fc_io.c396 struct fcoe_port *port = tgt->port; in bnx2fc_elstm_alloc()
466 struct fcoe_port *port = tgt->port; in bnx2fc_cmd_alloc()
666 struct fcoe_port *port; in bnx2fc_initiate_tmf()
828 struct fcoe_port *port; in bnx2fc_initiate_abts()
935 struct fcoe_port *port; in bnx2fc_initiate_seq_cleanup()
1002 struct fcoe_port *port; in bnx2fc_initiate_cleanup()
2032 struct fcoe_port *port = tgt->port; in bnx2fc_post_io_req()
H A Dbnx2fc_hwi.c171 int bnx2fc_send_session_ofld_req(struct fcoe_port *port, in bnx2fc_send_session_ofld_req()
356 int bnx2fc_send_session_enable_req(struct fcoe_port *port, in bnx2fc_send_session_enable_req()
426 int bnx2fc_send_session_disable_req(struct fcoe_port *port, in bnx2fc_send_session_disable_req()
552 struct fcoe_port *port = tgt->port; in bnx2fc_process_l2_frame_compl()
864 struct fcoe_port *port = tgt->port; in bnx2fc_process_cq_compl()
999 struct fcoe_port *port = tgt->port; in bnx2fc_pending_work()
1447 struct fcoe_port *port = tgt->port; in bnx2fc_map_doorbell()
H A Dbnx2fc_els.c675 struct fcoe_port *port = tgt->port; in bnx2fc_initiate_els()
932 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c550 static void fcoe_port_send(struct fcoe_port *port, struct sk_buff *skb) in fcoe_port_send()
594 struct fcoe_port *port = lport_priv(lport); in fcoe_update_src_mac()
610 struct fcoe_port *port = lport_priv(lport); in fcoe_get_src_mac()
707 struct fcoe_port *port; in fcoe_netdev_config()
810 struct fcoe_port *port; in fcoe_fdmi_info()
923 struct fcoe_port *port = lport_priv(lport); in fcoe_em_config()
1004 struct fcoe_port *port = lport_priv(lport); in fcoe_if_destroy()
1129 struct fcoe_port *port; in fcoe_if_create()
1483 struct fcoe_port *port = lport_priv(lport); in fcoe_xmit()
1630 fcoe = ((struct fcoe_port *)lport_priv(lport))->priv; in fcoe_filter_frames()
[all …]
H A Dfcoe.h90 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in fcoe_netdev()
H A Dfcoe_transport.c369 struct fcoe_port *port = lport_priv(lport); in fcoe_clean_pending_queue()
398 struct fcoe_port *port = lport_priv(lport); in fcoe_check_wait_queue()
449 struct fcoe_port *port = from_timer(port, t, timer); in fcoe_queue_timer()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfcoe.h349 struct fcoe_port { struct
368 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev() argument