/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfcoe.h | 77 * struct fcoe_ctlr - FCoE Controller and FIP state 117 struct fcoe_ctlr { struct 150 void (*send)(struct fcoe_ctlr *, struct sk_buff *); 158 * fcoe_ctlr_priv() - Return the private data from a fcoe_ctlr 159 * @cltr: The fcoe_ctlr whose private data will be returned 161 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr) in fcoe_ctlr_priv() 167 * This assumes that the fcoe_ctlr (x) is allocated with the fcoe_ctlr_device. 201 struct fcoe_ctlr *fip; 242 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_mode); 243 void fcoe_ctlr_destroy(struct fcoe_ctlr *); [all...] |
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libfcoe.h | 78 * struct fcoe_ctlr - FCoE Controller and FIP state 118 struct fcoe_ctlr { struct 151 void (*send)(struct fcoe_ctlr *, struct sk_buff *); 159 * fcoe_ctlr_priv() - Return the private data from a fcoe_ctlr 160 * @cltr: The fcoe_ctlr whose private data will be returned 162 static inline void *fcoe_ctlr_priv(const struct fcoe_ctlr *ctlr) in fcoe_ctlr_priv() 168 * This assumes that the fcoe_ctlr (x) is allocated with the fcoe_ctlr_device. 202 struct fcoe_ctlr *fip; 243 void fcoe_ctlr_init(struct fcoe_ctlr *, enum fip_mode); 244 void fcoe_ctlr_destroy(struct fcoe_ctlr *); [all...] |
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 43 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() 156 * fcoe_sysfs_fcf_add() - Add a fcoe_fcf{,_device} to a fcoe_ctlr{,_devic [all...] |
H A D | fcoe.c | 94 static void fcoe_fip_send(struct fcoe_ctlr *, struct sk_buff *); 293 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() 489 struct fcoe_ctlr *fip = fcoe_to_ctlr(fcoe); in fcoe_interface_cleanup() 514 struct fcoe_ctlr *ctlr; in fcoe_fip_recv() 537 struct fcoe_ctlr *ctlr; in fcoe_fip_vlan_recv() 563 static void fcoe_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fcoe_fip_send() 706 struct fcoe_ctlr *ctl in fcoe_netdev_config() [all...] |
H A D | fcoe.h | 78 (struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1)
|
H A D | Makefile | 5 libfcoe-objs := fcoe_ctlr.o fcoe_transport.o fcoe_sysfs.o
|
H 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() 651 .name = "fcoe_ctlr", 784 * @parent: The parent device to which the fcoe_ctlr instance
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe_ctlr.c | 43 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() 156 * fcoe_sysfs_fcf_add() - Add a fcoe_fcf{,_device} to a fcoe_ctlr{,_devic [all...] |
H A D | fcoe.c | 94 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 *ctl in fcoe_netdev_config() [all...] |
H A D | fcoe.h | 78 (struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1)
|
H A D | Makefile | 5 libfcoe-objs := fcoe_ctlr.o fcoe_transport.o fcoe_sysfs.o
|
H 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() 651 .name = "fcoe_ctlr", 784 * @parent: The parent device to which the fcoe_ctlr instance
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 141 struct fcoe_ctlr *ctlr = fcoe_ctlr_device_priv(ctlr_dev); in bnx2fc_fcf_get_vlan_id() 269 struct fcoe_ctlr *ctlr; in bnx2fc_xmit() 430 struct fcoe_ctlr *ctlr; in bnx2fc_rcv() 520 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() 1062 struct fcoe_ctlr *ctlr; in bnx2fc_fip_recv() 1105 static void bnx2fc_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in bnx2fc_fip_send() 1240 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup() 1312 struct fcoe_ctlr *ctl in bnx2fc_interface_release() [all...] |
H 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()
|
H A D | bnx2fc.h | 274 ((struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1))
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 143 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() 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() 1097 static void bnx2fc_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in bnx2fc_fip_send() 1232 struct fcoe_ctlr *ctlr = bnx2fc_to_ctlr(interface); in bnx2fc_interface_setup() 1304 struct fcoe_ctlr *ctl in bnx2fc_interface_release() [all...] |
H 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()
|
H A D | bnx2fc.h | 271 ((struct fcoe_ctlr *)(((struct fcoe_ctlr *)(x)) - 1))
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic.h | 219 struct fcoe_ctlr ctlr; /* FIP FCoE controller structure */ 317 static inline struct fnic *fnic_from_ctlr(struct fcoe_ctlr *fip) in fnic_from_ctlr() 340 void fnic_eth_send(struct fcoe_ctlr *, struct sk_buff *skb);
|
H A D | fnic_fcs.c | 304 static inline int is_fnic_fip_flogi_reject(struct fcoe_ctlr *fip, in is_fnic_fip_flogi_reject() 371 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_send_vlan_req() 424 struct fcoe_ctlr *fip = &fnic->ctlr; in fnic_fcoe_process_vlan_resp() 1016 * @fip: fcoe_ctlr instance. 1019 void fnic_eth_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in fnic_eth_send()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic.h | 220 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);
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf.h | 311 struct fcoe_ctlr ctlr; 484 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
|
H A D | qedf_fip.c | 121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in qedf_fip_send()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf.h | 316 struct fcoe_ctlr ctlr; 490 extern void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb);
|
H A D | qedf_fip.c | 121 void qedf_fip_send(struct fcoe_ctlr *fip, struct sk_buff *skb) in qedf_fip_send()
|