Home
last modified time | relevance | path

Searched refs:fcoe_ctlr (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/include/scsi/
H A Dlibfcoe.h118 struct fcoe_ctlr { struct
151 void (*send)(struct fcoe_ctlr *, struct sk_buff *); argument
202 struct fcoe_ctlr *fip;
243 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_mode);
244 void fcoe_ctlr_destroy(struct fcoe_ctlr *);
245 void fcoe_ctlr_link_up(struct fcoe_ctlr *);
246 int fcoe_ctlr_link_down(struct fcoe_ctlr *);
248 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *);
249 int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *,
255 int fcoe_libfc_config(struct fc_lport *, struct fcoe_ctlr *,
[all …]
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c45 static void fcoe_ctlr_vn_start(struct fcoe_ctlr *);
163 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_add()
236 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_del()
296 void fcoe_ctlr_destroy(struct fcoe_ctlr *fip) in fcoe_ctlr_destroy()
439 void fcoe_ctlr_link_up(struct fcoe_ctlr *fip) in fcoe_ctlr_link_up()
498 int fcoe_ctlr_link_down(struct fcoe_ctlr *fip) in fcoe_ctlr_link_down()
1790 struct fcoe_ctlr *fip; in fcoe_ctlr_timer_work()
1873 struct fcoe_ctlr *fip; in fcoe_ctlr_recv_work()
2122 struct fcoe_ctlr *fip = lport->disc.priv; in fcoe_ctlr_vn_rport_callback()
2184 struct fcoe_ctlr *fip = lport->disc.priv; in fcoe_ctlr_disc_stop()
[all …]
H A Dfcoe.c383 struct fcoe_ctlr *ctlr; in fcoe_interface_create()
513 struct fcoe_ctlr *ctlr; in fcoe_fip_recv()
536 struct fcoe_ctlr *ctlr; in fcoe_fip_vlan_recv()
705 struct fcoe_ctlr *ctlr; in fcoe_netdev_config()
1339 struct fcoe_ctlr *ctlr; in fcoe_rcv()
1605 struct fcoe_ctlr *ctlr; in fcoe_filter_frames()
1786 struct fcoe_ctlr *ctlr; in fcoe_dcb_app_notification()
1839 struct fcoe_ctlr *ctlr; in fcoe_device_notification()
1934 struct fcoe_ctlr *ctlr; in fcoe_disable()
1965 struct fcoe_ctlr *ctlr; in fcoe_enable()
[all …]
H A Dfcoe.h78 (struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1)
H A DMakefile5 libfcoe-objs := fcoe_ctlr.o fcoe_transport.o fcoe_sysfs.o
H A Dfcoe_sysfs.c389 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr); in store_ctlr_fip_resp()
413 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr); in show_ctlr_fip_resp()
442 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in store_ctlr_r_a_tov()
456 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in show_ctlr_r_a_tov()
469 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in store_ctlr_e_d_tov()
483 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in show_ctlr_e_d_tov()
H A Dfcoe_transport.c220 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); in fcoe_ctlr_get_lesb()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c429 struct fcoe_ctlr *ctlr; in bnx2fc_rcv()
518 struct fcoe_ctlr *ctlr; in bnx2fc_recv_frame()
797 struct fcoe_ctlr *ctlr; in bnx2fc_net_config()
866 struct fcoe_ctlr *ctlr; in bnx2fc_indicate_netevent()
1054 struct fcoe_ctlr *ctlr; in bnx2fc_fip_recv()
1304 struct fcoe_ctlr *ctlr; in bnx2fc_interface_release()
1436 struct fcoe_ctlr *ctlr; in bnx2fc_interface_create()
1661 struct fcoe_ctlr *ctlr; in bnx2fc_destroy()
1826 struct fcoe_ctlr *ctlr; in bnx2fc_ulp_start()
2095 struct fcoe_ctlr *ctlr; in bnx2fc_disable()
[all …]
H A Dbnx2fc.h271 ((struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1))
H A Dbnx2fc_els.c863 struct fcoe_ctlr *fip = arg; in bnx2fc_flogi_resp()
915 struct fcoe_ctlr *fip = arg; in bnx2fc_logo_resp()
934 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); in bnx2fc_elsct_send()
H A Dbnx2fc_hwi.c176 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_ofld_req()
361 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_enable_req()
430 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_disable_req()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic.h220 struct fcoe_ctlr ctlr; /* FIP FCoE controller structure */
322 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr()
345 void fnic_eth_send(struct fcoe_ctlr *, struct sk_buff *skb);
H A Dfnic_fcs.c294 static inline int is_fnic_fip_flogi_reject(struct fcoe_ctlr *fip, in is_fnic_fip_flogi_reject()
361 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_send_vlan_req()
414 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_process_vlan_resp()
1009 void fnic_eth_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fnic_eth_send()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf.h316 struct fcoe_ctlr ctlr;
490 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
H A Dqedf_fip.c121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in qedf_fip_send()