Searched refs:pwqe (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c19336 union lpfc_wqe128 *pwqe; local
19377 pwqe = &iocbq->wqe;
19379 pwqe->gen_req.bde.addrHigh = putPaddrHigh(pcmd->phys);
19380 pwqe->gen_req.bde.addrLow = putPaddrLow(pcmd->phys);
19381 pwqe->gen_req.bde.tus.f.bdeSize = frame_len;
19382 pwqe->gen_req.bde.tus.f.bdeFlags = BUFF_TYPE_BDE_64;
19384 pwqe->send_frame.frame_len = frame_len;
19385 pwqe->send_frame.fc_hdr_wd0 = be32_to_cpu(*((__be32 *)fc_hdr));
19386 pwqe->send_frame.fc_hdr_wd1 = be32_to_cpu(*((__be32 *)fc_hdr + 1));
19387 pwqe
21330 lpfc_sli4_issue_wqe(struct lpfc_hba *phba, struct lpfc_sli4_hdw_queue *qp, struct lpfc_iocbq *pwqe) argument
[all...]
H A Dlpfc_crtn.h363 struct lpfc_iocbq *pwqe);

Completed in 202 milliseconds