Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h176 uchar_t pkt_action; /* packet action */ member
H A Dfctl_private.h352 fc_pkt_action_t *pkt_action; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_fm.c168 pkt->pkt_action = FC_ACTION_RETRYABLE; in qlc_fm_check_pkt_dma_handle()
H A Dql_isr.c1559 sp->pkt->pkt_action = FC_ACTION_RETRYABLE; in ql_fast_fcp_post()
H A Dql_api.c5217 pkt->pkt_action = FC_ACTION_RETRYABLE; in ql_cmd_setup()
8342 sp->pkt->pkt_action = FC_ACTION_RETRYABLE; in ql_done()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h537 uint32_t pkt_action; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1983 pkt->pkt_action = (prjt & 0xFF000000) >> 24; in fc_fca_update_errors()
1993 pkt->pkt_action = (frjt & 0xFF000000) >> 24; in fc_fca_update_errors()
2003 pkt->pkt_action = (pbsy & 0xFF000000) >> 24; in fc_fca_update_errors()
2035 pkt->pkt_action = lsrjt->action; in fc_fca_update_errors()
5826 action_b = error->pkt_action; in fctl_pkt_error()
5841 if (action_b->action_val == pkt->pkt_action) { in fctl_pkt_error()
H A Dfp.c1995 pkt->pkt_action = 0; in fp_alloc_pkt()
4168 ulp_pkt->pkt_action = pkt->pkt_action; in fp_port_login()
6056 cmd->cmd_ulp_pkt->pkt_action = pkt->pkt_action; in fp_plogi_intr()
6428 cmd->cmd_ulp_pkt->pkt_action = pkt->pkt_action; in fp_plogi_intr()
6684 cmd->cmd_ulp_pkt->pkt_action = pkt->pkt_action; in fp_adisc_intr()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c2228 pkt->pkt_action = 0; in emlxs_initialize_pkt()
10714 pkt->pkt_action = entry->pkt_action; in emlxs_set_pkt_state()
10720 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_set_pkt_state()
12263 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_check_dma()
12278 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_check_dma()
12295 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_check_dma()
12312 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_check_dma()
H A Demlxs_els.c238 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_els_handle_event()
3148 pkt->pkt_action = FC_ACTION_RETRYABLE; in emlxs_ct_handle_event()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c2021 fpkt->pkt_action = 0; in fcoei_process_event_exchange()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2320 int pkt_action; in fcp_send_scsi_ioctl() local
2443 &pkt_state, &pkt_action, in fcp_send_scsi_ioctl()
2452 (uchar_t)pkt_action; in fcp_send_scsi_ioctl()
2799 fscsi->scsi_pkt_action = fpkt->pkt_action; in fcp_send_scsi_ioctl()
3372 *fc_pkt_action = fpkt->pkt_action; in fcp_tgt_send_plogi()
H A Dfcsm.c2072 pkt->pkt_action = 0; in fcsm_alloc_cmd()