Searched refs:fcoe_ctlr (Results 1 – 15 of 15) sorted by relevance
/linux/include/scsi/ |
A D | libfcoe.h | 117 struct fcoe_ctlr { struct 150 void (*send)(struct fcoe_ctlr *, struct sk_buff *); argument 201 struct fcoe_ctlr *fip; 242 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_mode); 243 void fcoe_ctlr_destroy(struct fcoe_ctlr *); 244 void fcoe_ctlr_link_up(struct fcoe_ctlr *); 245 int fcoe_ctlr_link_down(struct fcoe_ctlr *); 247 void fcoe_ctlr_recv(struct fcoe_ctlr *, struct sk_buff *); 248 int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *, 253 int fcoe_libfc_config(struct fc_lport *, struct fcoe_ctlr *, [all …]
|
/linux/drivers/scsi/fcoe/ |
A D | fcoe_ctlr.c | 45 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() 1798 struct fcoe_ctlr *fip; in fcoe_ctlr_timer_work() 1881 struct fcoe_ctlr *fip; in fcoe_ctlr_recv_work() 2130 struct fcoe_ctlr *fip = lport->disc.priv; in fcoe_ctlr_vn_rport_callback() 2192 struct fcoe_ctlr *fip = lport->disc.priv; in fcoe_ctlr_disc_stop() [all …]
|
A D | fcoe.c | 382 struct fcoe_ctlr *ctlr; in fcoe_interface_create() 512 struct fcoe_ctlr *ctlr; in fcoe_fip_recv() 535 struct fcoe_ctlr *ctlr; in fcoe_fip_vlan_recv() 704 struct fcoe_ctlr *ctlr; in fcoe_netdev_config() 1338 struct fcoe_ctlr *ctlr; in fcoe_rcv() 1608 struct fcoe_ctlr *ctlr; in fcoe_filter_frames() 1794 struct fcoe_ctlr *ctlr; in fcoe_dcb_app_notification() 1847 struct fcoe_ctlr *ctlr; in fcoe_device_notification() 1945 struct fcoe_ctlr *ctlr; in fcoe_disable() 1976 struct fcoe_ctlr *ctlr; in fcoe_enable() [all …]
|
A D | fcoe.h | 78 (struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1)
|
A D | Makefile | 5 libfcoe-objs := fcoe_ctlr.o fcoe_transport.o fcoe_sysfs.o
|
A D | fcoe_sysfs.c | 389 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()
|
A D | fcoe_transport.c | 220 struct fcoe_ctlr *fip = fcoe_ctlr_device_priv(ctlr_dev); in fcoe_ctlr_get_lesb()
|
/linux/drivers/scsi/bnx2fc/ |
A D | bnx2fc_fcoe.c | 432 struct fcoe_ctlr *ctlr; in bnx2fc_rcv() 524 struct fcoe_ctlr *ctlr; in bnx2fc_recv_frame() 803 struct fcoe_ctlr *ctlr; in bnx2fc_net_config() 872 struct fcoe_ctlr *ctlr; in bnx2fc_indicate_netevent() 1065 struct fcoe_ctlr *ctlr; in bnx2fc_fip_recv() 1315 struct fcoe_ctlr *ctlr; in bnx2fc_interface_release() 1447 struct fcoe_ctlr *ctlr; in bnx2fc_interface_create() 1673 struct fcoe_ctlr *ctlr; in bnx2fc_destroy() 1841 struct fcoe_ctlr *ctlr; in bnx2fc_ulp_start() 2110 struct fcoe_ctlr *ctlr; in bnx2fc_disable() [all …]
|
A D | bnx2fc.h | 273 ((struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1))
|
A D | bnx2fc_els.c | 863 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()
|
A D | bnx2fc_hwi.c | 176 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/drivers/scsi/fnic/ |
A D | fnic.h | 219 struct fcoe_ctlr ctlr; /* FIP FCoE controller structure */ 318 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr() 341 void fnic_eth_send(struct fcoe_ctlr *, struct sk_buff *skb);
|
A D | fnic_fcs.c | 306 static inline int is_fnic_fip_flogi_reject(struct fcoe_ctlr *fip, in is_fnic_fip_flogi_reject() 373 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_send_vlan_req() 426 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_process_vlan_resp() 1021 void fnic_eth_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fnic_eth_send()
|
/linux/drivers/scsi/qedf/ |
A D | qedf.h | 308 struct fcoe_ctlr ctlr; 482 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
|
A D | qedf_fip.c | 121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in qedf_fip_send()
|
Completed in 43 milliseconds