Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/iscsi/
Discsi_target_parameters.h264 #define PSTATE_PROPOSER 0x04 macro
273 #define IS_PSTATE_PROPOSER(p) ((p)->state & PSTATE_PROPOSER)
282 #define SET_PSTATE_PROPOSER(p) ((p)->state |= PSTATE_PROPOSER)