Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h58 struct fct_local_port *rp_port;
75 struct fct_local_port *cmd_port;
202 stmf_status_t (*fds_setup_dbuf)(struct fct_local_port *port,
213 typedef struct fct_local_port { struct
241 struct fct_local_port *port, struct fct_link_info *li); argument
243 struct fct_local_port *port, struct fct_remote_port *rp, argument
246 struct fct_local_port *port, struct fct_remote_port *rp); argument
252 fct_status_t (*port_abort_cmd)(struct fct_local_port *port, argument
254 void (*port_ctl)(struct fct_local_port *port, argument
261 struct fct_local_port *port, void *arg, uint8_t *buf, argument
[all …]
H A Dfct_defines.h217 struct fct_local_port;
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.h47 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 Dfcoet_fc.c324 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c407 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 …]
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c102 static void qlt_ctl(struct fct_local_port *port, int cmd, void *arg);
104 static fct_status_t qlt_do_flogi(struct fct_local_port *port,
118 fct_status_t qlt_abort_cmd(struct fct_local_port *port,
1750 qlt_populate_hba_fru_details(struct fct_local_port *port, in qlt_populate_hba_fru_details()
3023 qlt_ctl(struct fct_local_port *port, int cmd, void *arg) in qlt_ctl()
7140 qlt_abort_cmd(struct fct_local_port *port, fct_cmd_t *cmd, uint32_t flags) in qlt_abort_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c53 static fct_status_t emlxs_fct_flogi_xchg(struct fct_local_port *fct_port,
1815 emlxs_fct_flogi_xchg(struct fct_local_port *fct_port, struct fct_flogi_xchg *fx) in emlxs_fct_flogi_xchg()