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

/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_ioctl.h71 uint32_t mfi_sge_count; member in struct:mfi_ioc_packet
87 uint32_t mfi_sge_count; member in struct:mfi_ioc_packet32
H A Dmfi.c2946 cm->cm_frame->header.sg_count = ioc->mfi_sge_count;
2957 cm->cm_total_frame_size += (sge_size * ioc->mfi_sge_count);
2958 for (i = 0; i < ioc->mfi_sge_count; i++) {
3196 * ioc->mfi_sge_count) + ioc->mfi_sgl_off;
3199 if (ioc->mfi_sge_count) {
3247 for (i = 0; i < ioc->mfi_sge_count; i++) {
3307 for (i = 0; i < ioc->mfi_sge_count; i++) {

Completed in 115 milliseconds