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

/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c62 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir, ispds64_t *ecmd) argument
77 type = ((isphdr_t *)fqe)->rqs_entry_type;
97 ((isphdr_t *)fqe)->rqs_entry_type = type = RQSTYPE_T3RQS;
99 ((isphdr_t *)fqe)->rqs_entry_type = type = RQSTYPE_A64;
101 ((isphdr_t *)fqe)->rqs_entry_type = type = RQSTYPE_CTIO3;
111 dsp = ((ispreq_t *)fqe)->req_dataseg;
120 dsp = ((ispreqt2_t *)fqe)->req_dataseg;
125 dsp64 = ((ispreqt3_t *)fqe)->req_dataseg;
130 dsp64 = ((ispreqt3_t *)fqe)->req_dataseg;
135 dsp64 = &((ispreqt7_t *)fqe)
[all...]

Completed in 92 milliseconds