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

/freebsd-9.3-release/sys/dev/isp/
H A Dispmbox.h305 } ispds64_t; typedef in typeref:struct:__anon8073
310 uint16_t ds_type; /* 0-> ispds_t, 1-> ispds64_t */
468 ispds64_t req_dataseg[ISP_RQDSEG_T3];
484 ispds64_t req_dataseg[ISP_RQDSEG_T3];
542 ispds64_t req_dataseg;
598 ispds64_t req_dataseg[ISP_CDSEG64];
670 ispds64_t ctp_dataseg[2];
693 ispds64_t ms_dataseg[2];
2268 ispds64_t ct_dataseg64[ISP_RQDSEG_T3];
2287 ispds64_t ct_fcp_rsp_iudata_6
[all...]
H A Disp_library.h39 int isp_send_cmd(ispsoftc_t *, void *, void *, uint32_t, uint32_t, isp_ddir_t, ispds64_t *);
H A Disp_freebsd.h484 ispds64_t *d = a; \
H A Disp_library.c61 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs, uint32_t totalcnt, isp_ddir_t ddir, ispds64_t *ecmd)
67 ispds64_t *dsp64 = NULL;
2145 ispds64_t *dsp64 = NULL;
H A Disp_pci.c1904 error = isp_send_cmd(isp, rq, dm_segs, nseg, XS_XFRLEN(csio), ddir, (ispds64_t *)csio->req_map);

Completed in 78 milliseconds