OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ib_packet
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_dbgdev.c
57
struct pm4__indirect_buffer_pasid *
ib_packet
;
local in function:dbgdev_diq_submit_ib
90
ib_packet
= (struct pm4__indirect_buffer_pasid *) (ib_packet_buff);
92
ib_packet
->header.count = 3;
93
ib_packet
->header.opcode = IT_INDIRECT_BUFFER_PASID;
94
ib_packet
->header.type = PM4_TYPE_3;
98
ib_packet
->bitfields2.ib_base_lo = largep->u.low_part >> 2;
99
ib_packet
->bitfields3.ib_base_hi = largep->u.high_part;
101
ib_packet
->control = (1 << 23) | (1 << 31) |
104
ib_packet
->bitfields5.pasid = pasid;
kfd_dbgdev.c
57
struct pm4__indirect_buffer_pasid *
ib_packet
;
local in function:dbgdev_diq_submit_ib
90
ib_packet
= (struct pm4__indirect_buffer_pasid *) (ib_packet_buff);
92
ib_packet
->header.count = 3;
93
ib_packet
->header.opcode = IT_INDIRECT_BUFFER_PASID;
94
ib_packet
->header.type = PM4_TYPE_3;
98
ib_packet
->bitfields2.ib_base_lo = largep->u.low_part >> 2;
99
ib_packet
->bitfields3.ib_base_hi = largep->u.high_part;
101
ib_packet
->control = (1 << 23) | (1 << 31) |
104
ib_packet
->bitfields5.pasid = pasid;
Completed in 148 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025