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

/freebsd-current/sys/powerpc/pseries/
H A Dphyp_vscsi.c494 struct vscsi_crq crq; local
508 crq.iu_length = htobe16(xp->srp_iu_size);
524 crq.valid = 0x80;
525 crq.format = 0x01;
526 crq.iu_data = htobe64(xp->sc->srp_iu_phys + xp->srp_iu_offset);
530 be64toh(((uint64_t *)(&crq))[0]),
531 be64toh(((uint64_t *)(&crq))[1]));
541 struct vscsi_crq crq; local
554 crq.iu_length = htobe16(xp->srp_iu_size);
579 crq
600 struct vscsi_crq crq; local
735 struct vscsi_crq crq; local
845 vscsi_srp_response(struct vscsi_xfer *xp, struct vscsi_crq *crq) argument
908 vscsi_login_response(struct vscsi_xfer *xp, struct vscsi_crq *crq) argument
936 struct vscsi_crq *crq; local
[all...]
/freebsd-current/sys/dev/isp/
H A Disp_library.c65 ispcontreq64_t crq; local
114 ISP_MEMZERO(&crq, QENTRY_LEN);
115 crq.req_header.rqs_entry_type = RQSTYPE_A64_CONT;
116 crq.req_header.rqs_entry_count = 1;
117 dsp64 = crq.req_dataseg;
126 isp_put_cont64_req(isp, &crq, qe1);

Completed in 78 milliseconds