Lines Matching refs:data_idx
288 int msg_wrt_idx, msg_itr_lmt, buf_len, data_idx;
337 for (data_idx = 0; data_idx < buf_len; data_idx++) {
339 tx_buf[data_idx] = val;
380 int msg_idx, buf_len, data_idx, ret;
393 for (data_idx = 0; data_idx < buf_len; data_idx++) {
394 if (msg_idx == num_msgs - 1 && data_idx == buf_len - 1)
405 buf[data_idx] = val;
412 buf[data_idx] | stop);