Searched refs:fct_ctl (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.h | 80 #pragma weak fct_ctl macro
|
H A D | emlxs_fc.h | 1346 void (*fct_ctl)(void *, int, void *); member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fct.h | 401 void fct_ctl(struct stmf_local_port *lport, int cmd, void *arg);
|
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 556 fct_ctl(port->port_lport, FCT_CMD_PORT_ONLINE_COMPLETE, &st); in fcoet_ctl() 584 fct_ctl(port->port_lport, FCT_CMD_PORT_OFFLINE_COMPLETE, &st); in fcoet_ctl()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 398 emlxs_modsym.fct_ctl = (void (*)())ddi_modsym(emlxs_modsym.mod_fct, 400 if ((void *)emlxs_modsym.fct_ctl == NULL) { 588 emlxs_modsym.fct_ctl = NULL; 1480 MODSYM(fct_ctl) (fct_port->port_lport, 1507 MODSYM(fct_ctl) (fct_port->port_lport, 1540 MODSYM(fct_ctl) (fct_port->port_lport,
|
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 1230 lport->lport_ctl = fct_ctl; in fct_register_local_port() 2174 fct_ctl(struct stmf_local_port *lport, int cmd, void *arg) in fct_ctl() function
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 2010 fct_ctl(port->port_lport, FCT_CMD_PORT_ONLINE_COMPLETE, &st); in qlt_ctl() 2038 fct_ctl(port->port_lport, FCT_CMD_PORT_OFFLINE_COMPLETE, &st); in qlt_ctl()
|