Home
last modified time | relevance | path

Searched refs:POSTED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c181 #define POSTED BIT(0) in set_offsets() macro
203 if (flags & POSTED) in set_offsets()
229 LRI(13, POSTED),
245 LRI(9, POSTED),
261 LRI(15, POSTED),
279 LRI(9, POSTED),
295 LRI(13, POSTED),
311 LRI(9, POSTED),
322 LRI(3, POSTED),
332 LRI(51, POSTED),
[all …]
/linux/net/smc/
H A Dsmc_wr.c372 link->wr_reg_state = POSTED; in smc_wr_reg_send()
382 (link->wr_reg_state != POSTED), in smc_wr_reg_send()
399 case POSTED: in smc_wr_reg_send()
H A Dsmc_core.h72 POSTED, /* ib_wr_reg_mr request posted */ enumerator