Home
last modified time | relevance | path

Searched refs:bfad_port_s (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/scsi/bfa/
Dbfad_debugfs.c45 struct bfad_port_s *port = inode->i_private; in bfad_debugfs_open_drvtrc()
64 struct bfad_port_s *port = inode->i_private; in bfad_debugfs_open_fwtrc()
106 struct bfad_port_s *port = inode->i_private; in bfad_debugfs_open_fwsave()
218 struct bfad_port_s *port = (struct bfad_port_s *)regrd_debug->i_private; in bfad_debugfs_read_regrd()
242 struct bfad_port_s *port = (struct bfad_port_s *)regrd_debug->i_private; in bfad_debugfs_write_regrd()
311 struct bfad_port_s *port = (struct bfad_port_s *)debug->i_private; in bfad_debugfs_write_regwr()
440 bfad_debugfs_init(struct bfad_port_s *port) in bfad_debugfs_init()
479 bfad_debugfs_exit(struct bfad_port_s *port) in bfad_debugfs_exit()
Dbfad_drv.h124 struct bfad_port_s { struct
141 struct bfad_port_s drv_port; argument
152 struct bfad_port_s base_port; /* base port for vf */
213 struct bfad_port_s pport; /* physical port of the BFAD */
259 struct bfad_port_s *port;
317 void bfad_debugfs_init(struct bfad_port_s *port);
318 void bfad_debugfs_exit(struct bfad_port_s *port);
Dbfad_im.h26 bfa_status_t bfad_im_port_new(struct bfad_s *bfad, struct bfad_port_s *port);
27 void bfad_im_port_delete(struct bfad_s *bfad, struct bfad_port_s *port);
68 struct bfad_port_s *port;
Dbfa_fcs.h213 struct bfad_port_s *bfad_port; /* driver peer instance */
357 static inline struct bfad_port_s *
705 static inline struct bfad_port_s *
947 struct bfad_port_s;
953 struct bfad_port_s *bfa_fcb_lport_new(struct bfad_s *bfad,
Dbfad_im.c451 struct bfad_port_s *port; in bfa_fcb_itnim_free()
489 struct bfad_port_s *port; in bfa_fcb_itnim_online()
510 struct bfad_port_s *port; in bfa_fcb_itnim_offline()
619 bfad_im_port_new(struct bfad_s *bfad, struct bfad_port_s *port) in bfad_im_port_new()
642 bfad_im_port_delete(struct bfad_s *bfad, struct bfad_port_s *port) in bfad_im_port_delete()
1028 struct bfad_port_s *port = im_port->port; in bfad_fc_host_init()
Dbfad_attr.c104 struct bfad_port_s *port = im_port->port; in bfad_im_get_host_port_id()
187 struct bfad_port_s *port = im_port->port; in bfad_im_get_host_active_fc4s()
243 struct bfad_port_s *port = im_port->port; in bfad_im_get_host_fabric_name()
818 struct bfad_port_s *port = im_port->port; in bfad_im_node_name_show()
904 struct bfad_port_s *port = im_port->port; in bfad_im_num_of_discovered_ports_show()
Dbfad.c431 struct bfad_port_s *
437 struct bfad_port_s *port_drv; in bfa_fcb_lport_new()