Home
last modified time | relevance | path

Searched refs:PSTATE_PROPOSER (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_parameters.h268 #define PSTATE_PROPOSER 0x04 macro
277 #define IS_PSTATE_PROPOSER(p) ((p)->state & PSTATE_PROPOSER)
286 #define SET_PSTATE_PROPOSER(p) ((p)->state |= PSTATE_PROPOSER)
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_parameters.h268 #define PSTATE_PROPOSER 0x04 macro
277 #define IS_PSTATE_PROPOSER(p) ((p)->state & PSTATE_PROPOSER)
286 #define SET_PSTATE_PROPOSER(p) ((p)->state |= PSTATE_PROPOSER)

Completed in 2 milliseconds