Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c76 * OP_SEARCH: Set if the manual says that the index of an entry can
653 #define OP_SEARCH BIT(3) macro
752 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH),
760 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH),
867 if (index < 0 && !(ops->access & OP_SEARCH)) in sja1105_dynamic_config_read()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c76 * OP_SEARCH: Set if the manual says that the index of an entry can
878 #define OP_SEARCH BIT(3) macro
978 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH),
986 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH | OP_VALID_ANYWAY),
1078 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH),
1272 if (index < 0 && !(ops->access & OP_SEARCH)) in sja1105_dynamic_config_read()

Completed in 5 milliseconds