Searched refs:fct_local_port (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | fct.h | 57 struct fct_local_port *rp_port; 74 struct fct_local_port *cmd_port; 197 stmf_data_buf_t *(*fds_alloc_data_buf)(struct fct_local_port *port, 201 stmf_status_t (*fds_setup_dbuf)(struct fct_local_port *port, 212 typedef struct fct_local_port { struct 240 struct fct_local_port *port, struct fct_link_info *li); argument 242 struct fct_local_port *port, struct fct_remote_port *rp, argument 245 struct fct_local_port *port, struct fct_remote_port *rp); argument 251 fct_status_t (*port_abort_cmd)(struct fct_local_port *port, argument 253 void (*port_ctl)(struct fct_local_port *port, argument [all …]
|
H A D | fct_defines.h | 217 struct fct_local_port;
|
/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.h | 47 fcoet_abort_cmd(struct fct_local_port *port, fct_cmd_t *cmd, uint32_t flags); 52 void fcoet_ctl(struct fct_local_port *port, int cmd, void *arg); 53 void fcoet_populate_hba_fru_details(struct fct_local_port *port,
|
H A D | fcoet_fc.c | 324 fcoet_abort_cmd(struct fct_local_port *port, fct_cmd_t *cmd, uint32_t flags) in fcoet_abort_cmd() 530 fcoet_ctl(struct fct_local_port *port, int cmd, void *arg) in fcoet_ctl() 617 fcoet_populate_hba_fru_details(struct fct_local_port *port, in fcoet_populate_hba_fru_details()
|
/titanic_44/usr/src/cmd/mdb/common/modules/stmf/ |
H A D | stmf.c | 407 struct fct_local_port fport; in __ilport2iport() 500 struct fct_local_port fport; in find_lport_by_wwn() 561 struct fct_local_port port; in fct_irp_walk_i() 578 if (mdb_vread(&port, sizeof (struct fct_local_port), in fct_irp_walk_i() 580 != sizeof (struct fct_local_port)) { in fct_irp_walk_i() 741 struct fct_local_port port; in irp_to_ilport() 757 if (mdb_vread(&port, sizeof (struct fct_local_port), in irp_to_ilport() 759 != sizeof (struct fct_local_port)) { in irp_to_ilport() 976 struct fct_local_port port; in outstanding_cmds_on_lport() 990 if (mdb_vread(&port, sizeof (struct fct_local_port), in outstanding_cmds_on_lport() [all …]
|
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 92 static void qlt_ctl(struct fct_local_port *port, int cmd, void *arg); 94 static fct_status_t qlt_do_flogi(struct fct_local_port *port, 108 fct_status_t qlt_abort_cmd(struct fct_local_port *port, 962 qlt_populate_hba_fru_details(struct fct_local_port *port, in qlt_populate_hba_fru_details() 1974 qlt_ctl(struct fct_local_port *port, int cmd, void *arg) in qlt_ctl() 4663 qlt_abort_cmd(struct fct_local_port *port, fct_cmd_t *cmd, uint32_t flags) in qlt_abort_cmd()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 51 static fct_status_t emlxs_fct_flogi_xchg(struct fct_local_port *fct_port, 1804 emlxs_fct_flogi_xchg(struct fct_local_port *fct_port, struct fct_flogi_xchg *fx)
|