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

/freebsd-current/sys/dev/mlxfw/
H A Dmlxfw_fsm.c111 u32 comp_max_size; local
118 &comp_max_size, &comp_align_bits,
123 comp_max_size = min_t(u32, comp_max_size, MLXFW_FSM_MAX_COMPONENT_SIZE);
124 if (comp->data_size > comp_max_size) {
126 comp->index, comp->data_size, comp_max_size);

Completed in 50 milliseconds