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

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_device.h58 #ifndef OCS_FC_MAX_SGL
59 #define OCS_FC_MAX_SGL 128 macro
H A Docs_xport.c237 n_sgl = MIN(OCS_FC_MAX_SGL, max_sgl);
265 /* EVT: if testing chained SGLs allocate OCS_FC_MAX_SGL SGE's in the IO */
267 (ocs->ctrlmask & OCS_CTRLMASK_TEST_CHAINED_SGLS) ? OCS_FC_MAX_SGL : n_sgl);
H A Docs_cam.c1704 ocs_scsi_sgl_t sgl[OCS_FC_MAX_SGL];
1786 ocs_scsi_sgl_t sgl[OCS_FC_MAX_SGL];
H A Docs_scsi.c2764 return (OCS_FC_MAX_SGL);

Completed in 194 milliseconds