HomeSort by: relevance | last modified time | path
    Searched defs:cmd_length (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
cmd_parser.c 813 static inline int cmd_length(struct parser_exec_state *s) function in typeref:typename:int
971 int cmd_len = cmd_length(s);
1006 int cmd_len = cmd_length(s);
1034 int cmd_len = cmd_length(s);
1062 int cmd_len = cmd_length(s);
1178 return ip_gma_advance(s, cmd_length(s));
1415 int len = cmd_length(s);
1421 ret = gvt_check_valid_cmd_length(cmd_length(s),
1523 for (i = 0; i < cmd_length(s); i++) {
1541 int op_size = (cmd_length(s) - 3) * sizeof(u32)
    [all...]
cmd_parser.c 813 static inline int cmd_length(struct parser_exec_state *s) function in typeref:typename:int
971 int cmd_len = cmd_length(s);
1006 int cmd_len = cmd_length(s);
1034 int cmd_len = cmd_length(s);
1062 int cmd_len = cmd_length(s);
1178 return ip_gma_advance(s, cmd_length(s));
1415 int len = cmd_length(s);
1421 ret = gvt_check_valid_cmd_length(cmd_length(s),
1523 for (i = 0; i < cmd_length(s); i++) {
1541 int op_size = (cmd_length(s) - 3) * sizeof(u32)
    [all...]
cmd_parser.c 813 static inline int cmd_length(struct parser_exec_state *s) function in typeref:typename:int
971 int cmd_len = cmd_length(s);
1006 int cmd_len = cmd_length(s);
1034 int cmd_len = cmd_length(s);
1062 int cmd_len = cmd_length(s);
1178 return ip_gma_advance(s, cmd_length(s));
1415 int len = cmd_length(s);
1421 ret = gvt_check_valid_cmd_length(cmd_length(s),
1523 for (i = 0; i < cmd_length(s); i++) {
1541 int op_size = (cmd_length(s) - 3) * sizeof(u32)
    [all...]

Completed in 39 milliseconds