Searched refs:tcmu_hdr_get_op (Results 1 – 5 of 5) sorted by relevance
82 static __inline__ enum tcmu_opcode tcmu_hdr_get_op(__u32 len_op) in tcmu_hdr_get_op() function
84 static inline enum tcmu_opcode tcmu_hdr_get_op(__u32 len_op) in tcmu_hdr_get_op() function
359 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) {
1423 if (tcmu_hdr_get_op(entry->hdr.len_op) == TCMU_OP_PAD || in tcmu_handle_completions()1424 tcmu_hdr_get_op(entry->hdr.len_op) == TCMU_OP_TMR) { in tcmu_handle_completions()1430 WARN_ON(tcmu_hdr_get_op(entry->hdr.len_op) != TCMU_OP_CMD); in tcmu_handle_completions()