Lines Matching defs:did
988 /* Lookup did to verify if did is still active on this vport */
1060 * @did: The targets DID for this exchange.
1066 lpfc_get_active_rrq(struct lpfc_vport *vport, uint16_t xri, uint32_t did)
1078 rrq->nlp_DID == did){
3218 uint32_t oxid, sid, did, fctl, size;
3227 did = sli4_did_from_fc_hdr(fc_hdr);
3322 did, sid, oxid,
5637 "3110 Port did not grant ASABT\n");
5670 "0443 Adapter did not grant "
10767 struct lpfc_dmabuf *bmp, u16 cmd_size, u32 did,
10782 cmd->un.elsreq64.remoteID = did; /* DID */
10787 cmd->un.genreq64.xmit_els_remoteID = did; /* DID */
10816 struct lpfc_dmabuf *bmp, u16 cmd_size, u32 did,
10842 bf_set(wqe_els_did, &wqe->els_req.wqe_dest, did);
10869 bf_set(wqe_els_did, &wqe->xmit_els_rsp.wqe_dest, did);
10907 u16 cmd_size, u32 did, u32 elscmd, u8 tmo,
10910 phba->__lpfc_sli_prep_els_req_rsp(cmdiocbq, vport, bmp, cmd_size, did,
18533 * @did: Destination ID to match against
18543 uint16_t fcfi, uint32_t did)
18549 if (did == Fabric_DID)
18560 vports[i]->fc_myDID == did) {
18866 /* Failure means BLS ABORT RSP did not get delivered to remote node*/
19437 uint32_t did;
19479 did = sli4_did_from_fc_hdr(fc_hdr);
19481 vport = lpfc_fc_frame_to_vport(phba, fc_hdr, fcfi, did);
19490 (did != Fabric_DID)) {