Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c416 la_wwn_t *pwwn, int *ret_val, int *fc_status, int *fc_pkt_state,
418 static int fcp_tgt_send_plogi(struct fcp_tgt *ptgt, int *fc_status,
420 static int fcp_tgt_send_prli(struct fcp_tgt *ptgt, int *fc_status,
2318 int fc_status; in fcp_send_scsi_ioctl() local
2442 wwn_ptr, &ret, &fc_status, in fcp_send_scsi_ioctl()
2447 fscsi->scsi_fc_status = fc_status; in fcp_send_scsi_ioctl()
3243 *ret_val = fcp_tgt_send_plogi(ptgt, fc_status, in fcp_port_create_tgt()
3249 *ret_val = fcp_tgt_send_prli(ptgt, fc_status, in fcp_port_create_tgt()
3357 *fc_status = login_retval = in fcp_tgt_send_plogi()
3359 if (*fc_status != FC_SUCCESS) { in fcp_tgt_send_plogi()
[all …]