Searched refs:fcoe_port (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc.h | 287 struct fcoe_port *port; 425 struct fcoe_port *port; 495 int bnx2fc_send_session_ofld_req(struct fcoe_port *port, 497 int bnx2fc_send_session_enable_req(struct fcoe_port *port, 499 int bnx2fc_send_session_disable_req(struct fcoe_port *port, 575 struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port,
|
D | bnx2fc_fcoe.c | 111 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in bnx2fc_netdev() 170 struct fcoe_port *port = lport_priv(lport); in bnx2fc_cleanup() 252 struct fcoe_port *port; in bnx2fc_xmit() 261 port = (struct fcoe_port *)lport_priv(lport); in bnx2fc_xmit() 503 struct fcoe_port *port; in bnx2fc_recv_frame() 634 struct fcoe_port *port = lport_priv(lport); in bnx2fc_get_host_stats() 679 struct fcoe_port *port = lport_priv(lport); in bnx2fc_shost_config() 712 struct fcoe_port *port = lport_priv(lport); in bnx2fc_link_ok() 747 struct fcoe_port *port; in bnx2fc_net_config() 1029 struct fcoe_port *port = lport_priv(lport); in bnx2fc_update_src_mac() [all …]
|
D | bnx2fc_tgt.c | 19 struct fcoe_port *port, 79 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()
|
D | bnx2fc_io.c | 383 struct fcoe_port *port = tgt->port; in bnx2fc_elstm_alloc() 453 struct fcoe_port *port = tgt->port; in bnx2fc_cmd_alloc() 653 struct fcoe_port *port; in bnx2fc_initiate_tmf() 814 struct fcoe_port *port; in bnx2fc_initiate_abts() 922 struct fcoe_port *port; in bnx2fc_initiate_seq_cleanup() 991 struct fcoe_port *port; in bnx2fc_initiate_cleanup() 1947 struct fcoe_port *port = tgt->port; in bnx2fc_post_io_req()
|
D | bnx2fc_hwi.c | 170 int bnx2fc_send_session_ofld_req(struct fcoe_port *port, in bnx2fc_send_session_ofld_req() 355 int bnx2fc_send_session_enable_req(struct fcoe_port *port, in bnx2fc_send_session_enable_req() 425 int bnx2fc_send_session_disable_req(struct fcoe_port *port, in bnx2fc_send_session_disable_req() 551 struct fcoe_port *port = tgt->port; in bnx2fc_process_l2_frame_compl() 876 struct fcoe_port *port = tgt->port; in bnx2fc_process_cq_compl() 1124 struct fcoe_port *port; in bnx2fc_process_ofld_cmpl() 1417 struct fcoe_port *port = tgt->port; in bnx2fc_map_doorbell()
|
D | bnx2fc_els.c | 667 struct fcoe_port *port = tgt->port; in bnx2fc_initiate_els() 900 struct fcoe_port *port = lport_priv(lport); in bnx2fc_elsct_send()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 536 static void fcoe_port_send(struct fcoe_port *port, struct sk_buff *skb) in fcoe_port_send() 565 struct fcoe_port *port = lport_priv(lport); in fcoe_update_src_mac() 581 struct fcoe_port *port = lport_priv(lport); in fcoe_get_src_mac() 678 struct fcoe_port *port; in fcoe_netdev_config() 775 struct fcoe_port *port; in fcoe_fdmi_info() 891 struct fcoe_port *port = lport_priv(lport); in fcoe_em_config() 970 struct fcoe_port *port = lport_priv(lport); in fcoe_if_destroy() 1097 struct fcoe_port *port; in fcoe_if_create() 1597 struct fcoe_port *port = lport_priv(lport); in fcoe_xmit() 1755 fcoe = ((struct fcoe_port *)lport_priv(lport))->priv; in fcoe_filter_frames() [all …]
|
D | fcoe.h | 101 ((struct fcoe_port *)lport_priv(lport))->priv)->netdev; in fcoe_netdev()
|
D | fcoe_transport.c | 358 struct fcoe_port *port = lport_priv(lport); in fcoe_clean_pending_queue() 386 struct fcoe_port *port = lport_priv(lport); in fcoe_check_wait_queue()
|
/linux-4.4.14/include/scsi/ |
D | libfcoe.h | 352 struct fcoe_port { struct 371 struct fcoe_port *port = ((struct fcoe_port *)lport_priv(lport)); in fcoe_get_netdev() argument
|