Home
last modified time | relevance | path

Searched refs:port_send_cmd_response (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h250 fct_status_t (*port_send_cmd_response)(fct_cmd_t *cmd, member
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1232 return (port->port_send_cmd_response(cmd, 0)); in fct_send_accrjt()
1474 ret = port->port_send_cmd_response(cmd, 0); in fct_process_plogi()
1691 if ((ret = port->port_send_cmd_response(cmd, 0)) != in fct_process_prli()
1935 ret = port->port_send_cmd_response(cmd, 0); in fct_process_rcvd_adisc()
H A Dfct.c2002 return (cmd->cmd_port->port_send_cmd_response(cmd, ioflags)); in fct_send_scsi_status()
2120 if (port->port_send_cmd_response(lcmd, in fct_cmd_free()
2998 if (port->port_send_cmd_response(cmd, in fct_handle_rcvd_abts()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c575 port->port_send_cmd_response = fcoet_send_cmd_response; in fcoet_attach_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c1196 fct_port->port_send_cmd_response = emlxs_fct_send_cmd_rsp; in emlxs_fct_bind_port()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c1941 port->port_send_cmd_response = qlt_send_cmd_response; in qlt_port_start()