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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c 343 struct pm4__set_config_reg *packets_vec; local in function:dbgdev_address_watch_diq
382 packets_vec = (struct pm4__set_config_reg *) (packet_buff_uint);
384 packets_vec[0].header.count = 1;
385 packets_vec[0].header.opcode = IT_SET_CONFIG_REG;
386 packets_vec[0].header.type = PM4_TYPE_3;
387 packets_vec[0].bitfields2.vmid_shift = ADDRESS_WATCH_CNTL_OFFSET;
388 packets_vec[0].bitfields2.insert_vmid = 1;
389 packets_vec[1].ordinal1 = packets_vec[0].ordinal1;
390 packets_vec[1].bitfields2.insert_vmid = 0
597 struct pm4__set_config_reg *packets_vec; local in function:dbgdev_wave_control_diq
    [all...]
kfd_dbgdev.c 343 struct pm4__set_config_reg *packets_vec; local in function:dbgdev_address_watch_diq
382 packets_vec = (struct pm4__set_config_reg *) (packet_buff_uint);
384 packets_vec[0].header.count = 1;
385 packets_vec[0].header.opcode = IT_SET_CONFIG_REG;
386 packets_vec[0].header.type = PM4_TYPE_3;
387 packets_vec[0].bitfields2.vmid_shift = ADDRESS_WATCH_CNTL_OFFSET;
388 packets_vec[0].bitfields2.insert_vmid = 1;
389 packets_vec[1].ordinal1 = packets_vec[0].ordinal1;
390 packets_vec[1].bitfields2.insert_vmid = 0
597 struct pm4__set_config_reg *packets_vec; local in function:dbgdev_wave_control_diq
    [all...]

Completed in 68 milliseconds