Lines Matching refs:did
359 uint32_t sid, did;
369 did = (aep->at_hdr.d_id[0] << 16) | (aep->at_hdr.d_id[1] << 8) | aep->at_hdr.d_id[2];
372 isp_find_chan_by_did(isp, did, &chan);
376 __func__, did);
389 notify.nt_did = did;
535 uint32_t sid, did;
537 did = (abts->abts_did_hi << 16) | abts->abts_did_lo;
542 nt->nt_did = did;
547 isp_find_chan_by_did(isp, did, &chan);
551 __func__, did);