Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dfcloop.c567 static bool drop_fabric_opcode; variable
593 drop_fabric_opcode ? "y" : "n", in check_for_drop()
596 if ((drop_fabric_opcode && in check_for_drop()
599 (!drop_fabric_opcode && sqe->common.opcode != drop_opcode)) in check_for_drop()
1516 drop_fabric_opcode = (opcode & ~DROP_OPCODE_MASK) ? true : false; in fcloop_set_cmd_drop()
1527 __func__, drop_instance, drop_fabric_opcode ? " fabric" : "", in fcloop_set_cmd_drop()