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

/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c495 struct vscsi_crq crq; local
508 xp->srp_iu_size = crq.iu_length = 64;
524 crq.valid = 0x80;
525 crq.format = 0x01;
526 crq.iu_data = xp->sc->srp_iu_phys + xp->srp_iu_offset;
529 err = phyp_hcall(H_SEND_CRQ, xp->sc->unit, ((uint64_t *)(&crq))[0],
530 ((uint64_t *)(&crq))[1]);
540 struct vscsi_crq crq; local
552 xp->srp_iu_size = crq.iu_length = sizeof(*cmd);
577 crq
597 struct vscsi_crq crq; local
730 struct vscsi_crq crq; local
838 vscsi_srp_response(struct vscsi_xfer *xp, struct vscsi_crq *crq) argument
901 vscsi_login_response(struct vscsi_xfer *xp, struct vscsi_crq *crq) argument
929 struct vscsi_crq *crq; local
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa-defs.h861 uint64_t crq : 1; /**< Bist Results for CRQ RAM member in struct:cvmx_dfa_bist1::cvmx_dfa_bist1_s
891 uint64_t crq : 1;
922 uint64_t crq : 1; /**< Bist Results for CRQ RAM member in struct:cvmx_dfa_bist1::cvmx_dfa_bist1_cn61xx
952 uint64_t crq : 1;
973 uint64_t crq : 1; /**< Bist Results for CRQ RAM member in struct:cvmx_dfa_bist1::cvmx_dfa_bist1_cn63xx
1003 uint64_t crq : 1;
1077 uint64_t crq : 1; /**< Bist Results for CRQ RAM member in struct:cvmx_dfa_bst1::cvmx_dfa_bst1_s
1113 uint64_t crq : 1;
1120 uint64_t crq : 1; /**< Bist Results for CRQ RAM member in struct:cvmx_dfa_bst1::cvmx_dfa_bst1_cn31xx
1142 uint64_t crq
1151 uint64_t crq : 1; /**< Bist Results for CRQ RAM member in struct:cvmx_dfa_bst1::cvmx_dfa_bst1_cn58xx
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c180 ispcontreq64_t *crq = (ispcontreq64_t *) storage; local
182 crq->req_header.rqs_entry_type = RQSTYPE_A64_CONT;
183 crq->req_header.rqs_entry_count = 1;
184 dsp64 = crq->req_dataseg;
186 ispcontreq_t *crq = (ispcontreq_t *) storage; local
188 crq->req_header.rqs_entry_type = RQSTYPE_DATASEG;
189 crq->req_header.rqs_entry_count = 1;
190 dsp = crq->req_dataseg;

Completed in 102 milliseconds