Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dtarget_core_user.h86 static inline enum tcmu_opcode tcmu_hdr_get_op(__u32 len_op) in tcmu_hdr_get_op() function
/linux-6.3-rc2/Documentation/target/
A Dtcmu-design.rst359 if (tcmu_hdr_get_op(ent->hdr.len_op) == TCMU_OP_CMD) {
374 else if (tcmu_hdr_get_op(ent->hdr.len_op) != TCMU_OP_PAD) {
/linux-6.3-rc2/drivers/target/
A Dtarget_core_user.c1473 if (tcmu_hdr_get_op(entry->hdr.len_op) == TCMU_OP_PAD || in tcmu_handle_completions()
1474 tcmu_hdr_get_op(entry->hdr.len_op) == TCMU_OP_TMR) { in tcmu_handle_completions()
1480 WARN_ON(tcmu_hdr_get_op(entry->hdr.len_op) != TCMU_OP_CMD); in tcmu_handle_completions()

Completed in 10 milliseconds