Home
last modified time | relevance | path

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

/linux-6.1.9/include/scsi/
Dlibfcoe.h118 struct fcoe_ctlr { struct
151 void (*send)(struct fcoe_ctlr *, struct sk_buff *); argument
162 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr) in fcoe_ctlr_priv()
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 *);
247 int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *);
248 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *);
[all …]
/linux-6.1.9/drivers/scsi/fcoe/
Dfcoe_ctlr.c43 static int fcoe_ctlr_flogi_retry(struct fcoe_ctlr *);
45 static void fcoe_ctlr_vn_start(struct fcoe_ctlr *);
46 static int fcoe_ctlr_vn_recv(struct fcoe_ctlr *, struct sk_buff *);
47 static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *);
48 static int fcoe_ctlr_vn_lookup(struct fcoe_ctlr *, u32, u8 *);
50 static int fcoe_ctlr_vlan_recv(struct fcoe_ctlr *, struct sk_buff *);
86 static void fcoe_ctlr_set_state(struct fcoe_ctlr *fip, enum fip_state state) in fcoe_ctlr_set_state()
124 static void fcoe_ctlr_map_dest(struct fcoe_ctlr *fip) in fcoe_ctlr_map_dest()
139 void fcoe_ctlr_init(struct fcoe_ctlr *fip, enum fip_mode mode) in fcoe_ctlr_init()
163 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_add()
[all …]
Dfcoe.c94 static void fcoe_fip_send(struct fcoe_ctlr *, struct sk_buff *);
294 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_setup()
383 struct fcoe_ctlr *ctlr; in fcoe_interface_create()
395 size = sizeof(struct fcoe_ctlr) + sizeof(struct fcoe_interface); in fcoe_interface_create()
444 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_remove()
488 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_cleanup()
513 struct fcoe_ctlr *ctlr; in fcoe_fip_recv()
536 struct fcoe_ctlr *ctlr; in fcoe_fip_vlan_recv()
562 static void fcoe_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fcoe_fip_send()
705 struct fcoe_ctlr *ctlr; in fcoe_netdev_config()
[all …]
Dfcoe.h78 (struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1)
DMakefile5 libfcoe-objs := fcoe_ctlr.o fcoe_transport.o fcoe_sysfs.o
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()
Dfcoe_transport.c220 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); in fcoe_ctlr_get_lesb()
/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c143 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in bnx2fc_fcf_get_vlan_id()
271 struct fcoe_ctlr *ctlr; in bnx2fc_xmit()
429 struct fcoe_ctlr *ctlr; in bnx2fc_rcv()
521 struct fcoe_ctlr *ctlr; in bnx2fc_recv_frame()
800 struct fcoe_ctlr *ctlr; in bnx2fc_net_config()
869 struct fcoe_ctlr *ctlr; in bnx2fc_indicate_netevent()
1057 struct fcoe_ctlr *ctlr; in bnx2fc_fip_recv()
1100 static void bnx2fc_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in bnx2fc_fip_send()
1235 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup()
1307 struct fcoe_ctlr *ctlr; in bnx2fc_interface_release()
[all …]
Dbnx2fc.h271 ((struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1))
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()
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()
/linux-6.1.9/drivers/scsi/fnic/
Dfnic.h220 struct fcoe_ctlr ctlr; /* FIP FCoE controller structure */
319 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr()
342 void fnic_eth_send(struct fcoe_ctlr *, struct sk_buff *skb);
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()
/linux-6.1.9/drivers/scsi/qedf/
Dqedf.h316 struct fcoe_ctlr ctlr;
490 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
Dqedf_fip.c121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in qedf_fip_send()