Lines Matching refs:seq_id
804 isp_find_ntpd(ispsoftc_t *isp, int chan, uint32_t tag_id, uint32_t seq_id) in isp_find_ntpd() argument
810 if (ntp->tag_id == tag_id && ntp->seq_id == seq_id) in isp_find_ntpd()
821 ntp->tag_id = ntp->seq_id = 0; in isp_put_ntpd()
1823 inot->seq_id = notify->nt_tagval; in isp_handle_platform_target_tmf()
1868 ntp->seq_id = notify->nt_tagval; in isp_handle_platform_target_tmf()
2350 ntp = isp_find_ntpd(isp, XS_CHANNEL(accb), accb->cin1.tag_id, accb->cin1.seq_id); in isp_abort_inot()
2485 ccb->cin1.seq_id = ccb->cin1.tag_id = 0; in isp_action()
2505 …th, "%s: [0x%x] NOTIFY ACKNOWLEDGE for 0x%x seen\n", __func__, ccb->cna2.tag_id, ccb->cna2.seq_id); in isp_action()
2506 ntp = isp_find_ntpd(isp, XS_CHANNEL(ccb), ccb->cna2.tag_id, ccb->cna2.seq_id); in isp_action()
2509 ccb->cna2.tag_id, ccb->cna2.seq_id); in isp_action()
2523 (atp = isp_find_atpd(isp, XS_CHANNEL(ccb), ccb->cna2.seq_id)) != NULL) { in isp_action()
2540 ….path, "%s: [0x%x] calling xpt_done for tag 0x%x\n", __func__, ccb->cna2.tag_id, ccb->cna2.seq_id); in isp_action()