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

/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_ioctl.h118 uint32_t lioc_sge_count; member in struct:mfi_linux_ioc_packet
H A Dmfi.c3488 if (l_ioc.lioc_sge_count > MAX_LINUX_IOCTL_SGE) {
3509 * l_ioc.lioc_sge_count) + l_ioc.lioc_sgl_off;
3512 if (l_ioc.lioc_sge_count)
3534 for (i = 0; i < l_ioc.lioc_sge_count; i++) {
3576 for (i = 0; i < l_ioc.lioc_sge_count; i++) {

Completed in 109 milliseconds