Home
last modified time | relevance | path

Searched refs:I2O_SGL_MAX_SEGS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pst/
H A Dpst-iop.h109 #define I2O_SGL_MAX_SEGS ((I2O_IOP_OUTBOUND_FRAME_SIZE - (8 + 2)) + 1) macro
H A Dpst-iop.c493 if (++i >= I2O_SGL_MAX_SEGS) { in iop_create_sgl()