Searched refs:SCU_UNSOLICITED_FRAME_COUNT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_constants.h101 #define SCU_UNSOLICITED_FRAME_COUNT SCU_MAX_UNSOLICITED_FRAMES macro
109 #define SCU_UNSOLICITED_FRAME_COUNT SCU_MIN_UNSOLICITED_FRAMES macro
H A Dscic_sds_unsolicited_frame_control.h158 #if SCU_UNSOLICITED_FRAME_COUNT <= SCU_MIN_UF_TABLE_ENTRIES
162 #endif // SCU_UNSOLICITED_FRAME_COUNT <= SCU_MIN_UF_TABLE_ENTRIES
H A Dscic_sds_controller.c4523 MIN(this_controller->uf_control.buffers.count, SCU_UNSOLICITED_FRAME_COUNT);
6558 this_controller->uf_control.buffers.count = SCU_UNSOLICITED_FRAME_COUNT;
6559 this_controller->uf_control.address_table.count= SCU_UNSOLICITED_FRAME_COUNT;

Completed in 116 milliseconds