Searched refs:max_byte_count (Results 1 – 1 of 1) sorted by relevance
153 int max_byte_count; in hisi_sfc_v3xx_adjust_op_size() local157 max_byte_count = host->max_cmd_dword * 4; in hisi_sfc_v3xx_adjust_op_size()161 else if (op->data.nbytes > max_byte_count) in hisi_sfc_v3xx_adjust_op_size()162 op->data.nbytes = max_byte_count; in hisi_sfc_v3xx_adjust_op_size()
Completed in 4 milliseconds