Lines Matching refs:len_op
966 tcmu_hdr_set_op(&hdr->len_op, TCMU_OP_PAD); in ring_insert_padding()
967 tcmu_hdr_set_len(&hdr->len_op, pad_size); in ring_insert_padding()
1092 tcmu_hdr_set_op(&entry->hdr.len_op, TCMU_OP_CMD); in queue_cmd_ring()
1117 tcmu_hdr_set_len(&entry->hdr.len_op, command_size); in queue_cmd_ring()
1184 tcmu_hdr_set_op(&entry->hdr.len_op, TCMU_OP_TMR); in queue_tmr_ring()
1185 tcmu_hdr_set_len(&entry->hdr.len_op, cmd_size); in queue_tmr_ring()
1473 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()
1476 tcmu_hdr_get_len(entry->hdr.len_op), in tcmu_handle_completions()
1480 WARN_ON(tcmu_hdr_get_op(entry->hdr.len_op) != TCMU_OP_CMD); in tcmu_handle_completions()
1498 tcmu_hdr_get_len(entry->hdr.len_op), in tcmu_handle_completions()