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

/freebsd-current/sys/dev/mfi/
H A Dmfi_ioctl.h116 uint32_t lioc_sge_count; member in struct:mfi_linux_ioc_packet
H A Dmfi.c3484 if (l_ioc.lioc_sge_count > MAX_LINUX_IOCTL_SGE) {
3505 * l_ioc.lioc_sge_count) + l_ioc.lioc_sgl_off;
3508 if (l_ioc.lioc_sge_count)
3530 for (i = 0; i < l_ioc.lioc_sge_count; i++) {
3572 for (i = 0; i < l_ioc.lioc_sge_count; i++) {

Completed in 79 milliseconds