Lines Matching defs:tag_id

941 get_ntp_from_tagdata(ispsoftc_t *isp, uint32_t tag_id, uint32_t seq_id, tstate_t **rslt)
952 ntp = isp_find_ntpd(isp, tptr, tag_id, seq_id);
1083 isp_find_ntpd(ispsoftc_t *isp, tstate_t *tptr, uint32_t tag_id, uint32_t seq_id)
1087 if (ntp->rd.tag_id == tag_id && ntp->rd.seq_id == seq_id) {
1097 ntp->rd.tag_id = ntp->rd.seq_id = 0;
1274 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] cannot find tstate pointer", __func__, ccb->csio.tag_id);
1280 isp_prt(isp, ISP_LOGTDEBUG0, "%s: ENTRY[0x%x] how %u xfrlen %u sendstatus %d sense_len %u", __func__, ccb->csio.tag_id, how, ccb->csio.dxfer_len,
1312 atp = isp_find_atpd(isp, tptr, cso->tag_id);
1314 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] cannot find private data adjunct in %s", __func__, cso->tag_id, __func__);
1325 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] not sending a CTIO for a dead command", __func__, cso->tag_id);
1336 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] stopping sending a CTIO because we're no longer in target mode", __func__, cso->tag_id);
1347 isp_prt(isp, ISP_LOGTINFO, "[0x%x] handling only %d CCBs at a time (flags for this ccb: 0x%x)", cso->tag_id, ATPD_CCB_OUTSTANDING, ccb->ccb_h.flags);
1367 cso->tag_id, atp->orig_datalen, atp->bytes_xfered, atp->bytes_in_transit);
1403 isp_prt(isp, ISP_LOGERR, "%s: [0x%x] data overflow by %u bytes", __func__, cso->tag_id, tmp - atp->orig_datalen);
1575 cto->ct_rxid = cso->tag_id;
1822 at->at_rxid = cso->tag_id;
1968 atiop->tag_id = atp->tag;
2195 atiop->tag_id = atp->tag;
2417 isp_prt(isp, ISP_LOGERR, "%s: cannot find tptr for tag %x after I/O", __func__, ccb->csio.tag_id);
2430 * that using tag_id from the CCB, pointed by ct_syshandle.
2432 atp = isp_find_atpd(isp, tptr, ccb->csio.tag_id);
2436 isp_prt(isp, ISP_LOGERR, "%s: cannot find adjunct for %x after I/O", __func__, ccb->csio.tag_id);
2923 inot->tag_id = notify->nt_tagval >> 32;
2927 isp_target_mark_aborted_early(isp, tptr, inot->tag_id);
2968 ntp->rd.tag_id = notify->nt_tagval >> 32;
3012 atp = isp_find_atpd(isp, tptr, accb->atio.tag_id);
3023 isp_target_mark_aborted_early(ispsoftc_t *isp, tstate_t *tptr, uint32_t tag_id)
3043 if ((uint64_t)tag_id == TAG_ANY || tag_id == this_tag_id) {
3055 if ((uint64_t)tag_id == TAG_ANY || atp->tag == tag_id) {
3584 tag = ccb->atio.tag_id;
3596 if (ccb->atio.tag_id) {
3597 atio_private_data_t *atp = isp_find_atpd(isp, tptr, ccb->atio.tag_id);
3605 ccb->atio.tag_id, tptr->atio_count);
3606 ccb->atio.tag_id = 0;
3608 if (ccb->cin1.tag_id) {
3609 inot_private_data_t *ntp = isp_find_ntpd(isp, tptr, ccb->cin1.tag_id, ccb->cin1.seq_id);
3645 ISP_PATH_PRT(isp, ISP_LOGTDEBUG0, ccb->ccb_h.path, "%s: [0x%x] NOTIFY ACKNOWLEDGE for 0x%x seen\n", __func__, ccb->cna2.tag_id, ccb->cna2.seq_id);
3646 ntp = get_ntp_from_tagdata(isp, ccb->cna2.tag_id, ccb->cna2.seq_id, &tptr);
3649 ccb->cna2.tag_id, ccb->cna2.seq_id);
3666 ISP_PATH_PRT(isp, ISP_LOGTDEBUG0, ccb->ccb_h.path, "%s: [0x%x] calling xpt_done for tag 0x%x\n", __func__, ccb->cna2.tag_id, ccb->cna2.seq_id);