Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h158 struct fc_remote_port *pkt_pd; /* port device */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2006 pkt->pkt_pd = pd; in fp_alloc_pkt()
3522 fc_remote_port_t *pd = cmd->cmd_pkt.pkt_pd; in fp_iodone()
3561 ulp_pkt->pkt_pd = NULL; in fp_iodone()
4503 pd = pkt->pkt_pd; in fp_rnid_init()
4536 pd = pkt->pkt_pd; in fp_rls_init()
4570 pd = pkt->pkt_pd; in fp_adisc_init()
4905 pd = ulp_pkt->pkt_pd; in fp_plogi_group()
4913 ulp_pkt->pkt_pd = NULL; in fp_plogi_group()
4967 ulp_pkt->pkt_pd = NULL; in fp_plogi_group()
5018 ulp_pkt->pkt_pd = pd; in fp_plogi_group()
[all …]
H A Dfctl.c852 pd = pkt->pkt_pd; in fc_ulp_init_packet()
890 pd = pkt->pkt_pd; in fc_ulp_uninit_packet()
1114 if (pkt->pkt_pd == NULL) { in fc_ulp_login()
1119 mutex_enter(&pkt->pkt_pd->pd_mutex); in fc_ulp_login()
1120 if (pkt->pkt_pd->pd_flags == PD_ELS_IN_PROGRESS || in fc_ulp_login()
1121 pkt->pkt_pd->pd_flags == PD_ELS_MARK) { in fc_ulp_login()
1127 mutex_exit(&pkt->pkt_pd->pd_mutex); in fc_ulp_login()
1132 if (pkt->pkt_pd->pd_state == PORT_DEVICE_INVALID || in fc_ulp_login()
1133 pkt->pkt_pd->pd_type == PORT_DEVICE_OLD) { in fc_ulp_login()
1134 mutex_exit(&pkt->pkt_pd->pd_mutex); in fc_ulp_login()
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5586 pkt->pkt_pd = NULL; in fcp_unsol_resp_init()
5836 fpkt->pkt_pd = ptgt->tgt_pd_handle; in fcp_icmd_alloc()
6244 ASSERT(fpkt->pkt_pd != NULL); in fcp_icmd_callback()
6245 ptgt->tgt_pd_handle = fpkt->pkt_pd; in fcp_icmd_callback()
11110 if (cmd->cmd_fp_pkt->pkt_pd == NULL) { in fcp_scsi_start()
11144 (cmd->cmd_fp_pkt->pkt_pd == NULL)) { in fcp_scsi_start()
11440 fpkt->pkt_pd = ptgt->tgt_pd_handle; in fcp_pkt_setup()
14521 if ((fpkt->pkt_pd == NULL) && (ptgt->tgt_pd_handle != NULL)) { in fcp_retransport_cmd()
14522 fpkt->pkt_pd = ptgt->tgt_pd_handle; in fcp_retransport_cmd()
16188 if (cmd->cmd_fp_pkt->pkt_pd) { in fcp_pseudo_init_pkt()
[all …]
H A Dfcip.c4163 fc_pkt->pkt_pd = fdestp->fcipd_pd; in fcip_start()
4346 (fc_pkt->pkt_pd == NULL)) { in fcip_transport()
4365 if (fc_pkt->pkt_pd != NULL) { in fcip_transport()
6513 frp->fcipr_pd = fc_pkt->pkt_pd; in fcip_ipkt_callback()
6785 fc_pkt->pkt_pd = pd; in fcip_ipkt_alloc()
H A Dfcsm.c2069 pkt->pkt_pd = NULL; in fcsm_alloc_cmd()