Lines Matching refs:es_info_length
1100 int es_info_length;
1176 es_info_length =
1179 if (es_info_length > 0)
1180 es_info_length--; /* Remove pmt_cmd_id */
1181 c->operand[write_pos++] = es_info_length >> 8;
1182 c->operand[write_pos++] = es_info_length & 0xff;
1183 if (es_info_length > 0) {
1193 if (es_info_length > sizeof(c->operand) - 4 - write_pos ||
1194 es_info_length > length - read_pos) {
1200 es_info_length);
1201 read_pos += es_info_length;
1202 write_pos += es_info_length;