Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dlibfcoe.h125 struct fcoe_ctlr { struct
157 void (*send)(struct fcoe_ctlr *, struct sk_buff *); argument
168 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr) in fcoe_ctlr_priv()
208 struct fcoe_ctlr *fip;
248 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_state);
249 void fcoe_ctlr_destroy(struct fcoe_ctlr *);
250 void fcoe_ctlr_link_up(struct fcoe_ctlr *);
251 int fcoe_ctlr_link_down(struct fcoe_ctlr *);
252 int fcoe_ctlr_els_send(struct fcoe_ctlr *, struct fc_lport *, struct sk_buff *);
253 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *);
[all …]
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_ctlr.c55 static int fcoe_ctlr_flogi_retry(struct fcoe_ctlr *);
57 static void fcoe_ctlr_vn_start(struct fcoe_ctlr *);
58 static int fcoe_ctlr_vn_recv(struct fcoe_ctlr *, struct sk_buff *);
59 static void fcoe_ctlr_vn_timeout(struct fcoe_ctlr *);
60 static int fcoe_ctlr_vn_lookup(struct fcoe_ctlr *, u32, u8 *);
96 static void fcoe_ctlr_set_state(struct fcoe_ctlr *fip, enum fip_state state) in fcoe_ctlr_set_state()
134 static void fcoe_ctlr_map_dest(struct fcoe_ctlr *fip) in fcoe_ctlr_map_dest()
148 void fcoe_ctlr_init(struct fcoe_ctlr *fip, enum fip_state mode) in fcoe_ctlr_init()
171 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_add()
244 struct fcoe_ctlr *fip = new->fip; in fcoe_sysfs_fcf_del()
[all …]
Dfcoe.c100 static void fcoe_fip_send(struct fcoe_ctlr *, struct sk_buff *);
305 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_setup()
390 struct fcoe_ctlr *ctlr; in fcoe_interface_create()
402 size = sizeof(struct fcoe_ctlr) + sizeof(struct fcoe_interface); in fcoe_interface_create()
451 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_remove()
494 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_cleanup()
524 struct fcoe_ctlr *ctlr; in fcoe_fip_recv()
550 static void fcoe_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fcoe_fip_send()
678 struct fcoe_ctlr *ctlr; in fcoe_netdev_config()
1095 struct fcoe_ctlr *ctlr = fcoe_to_ctlr(fcoe); in fcoe_if_create()
[all …]
Dfcoe.h89 (struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1)
DMakefile4 libfcoe-objs := fcoe_ctlr.o fcoe_transport.o fcoe_sysfs.o
Dfcoe_transport.c208 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); in fcoe_ctlr_get_lesb()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c118 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in bnx2fc_fcf_get_vlan_id()
250 struct fcoe_ctlr *ctlr; in bnx2fc_xmit()
411 struct fcoe_ctlr *ctlr; in bnx2fc_rcv()
746 struct fcoe_ctlr *ctlr; in bnx2fc_net_config()
815 struct fcoe_ctlr *ctlr; in bnx2fc_indicate_netevent()
1010 struct fcoe_ctlr *ctlr; in bnx2fc_fip_recv()
1054 static void bnx2fc_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in bnx2fc_fip_send()
1172 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup()
1244 struct fcoe_ctlr *ctlr; in bnx2fc_interface_release()
1374 struct fcoe_ctlr *ctlr; in bnx2fc_interface_create()
[all …]
Dbnx2fc.h270 ((struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1))
Dbnx2fc_els.c852 struct fcoe_ctlr *fip = arg; in bnx2fc_flogi_resp()
883 struct fcoe_ctlr *fip = arg; in bnx2fc_logo_resp()
902 struct fcoe_ctlr *fip = bnx2fc_to_ctlr(interface); in bnx2fc_elsct_send()
Dbnx2fc_hwi.c175 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_ofld_req()
360 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_enable_req()
429 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_send_session_disable_req()
/linux-4.1.27/drivers/scsi/fnic/
Dfnic.h217 struct fcoe_ctlr ctlr; /* FIP FCoE controller structure */
315 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr()
338 void fnic_eth_send(struct fcoe_ctlr *, struct sk_buff *skb);
Dfnic_fcs.c264 static inline int is_fnic_fip_flogi_reject(struct fcoe_ctlr *fip, in is_fnic_fip_flogi_reject()
335 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_send_vlan_req()
387 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_process_vlan_resp()
976 void fnic_eth_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fnic_eth_send()