Searched refs:I2O_SGL_MAX_SEGS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pst/ | ||
H A D | pst-iop.c | 493 if (++i >= I2O_SGL_MAX_SEGS) { in iop_create_sgl() |
H A D | pst-iop.h | 109 #define I2O_SGL_MAX_SEGS ((I2O_IOP_OUTBOUND_FRAME_SIZE - (8 + 2)) + 1) macro |