Searched refs:OP_DEL (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105_dynamic_config.c | 72 * OP_DEL: Set if the manual says the VALIDENT bit is supported in the 652 #define OP_DEL BIT(2) macro 668 .access = (OP_READ | OP_WRITE | OP_DEL), 684 .access = (OP_WRITE | OP_DEL), 725 .access = (OP_WRITE | OP_DEL), 752 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH), 760 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH), 768 .access = (OP_READ | OP_WRITE | OP_DEL), 817 .access = (OP_READ | OP_WRITE | OP_DEL), 955 if (!keep && !(ops->access & OP_DEL)) in sja1105_dynamic_config_write() [all...] |
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/ |
H A D | sja1105_dynamic_config.c | 72 * OP_DEL: Set if the manual says the VALIDENT bit is supported in the 877 #define OP_DEL BIT(2) macro 894 .access = (OP_READ | OP_WRITE | OP_DEL), 910 .access = (OP_WRITE | OP_DEL), 951 .access = (OP_WRITE | OP_DEL), 978 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH), 986 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARCH | OP_VALID_ANYWAY), 994 .access = (OP_READ | OP_WRITE | OP_DEL), 1043 .access = (OP_READ | OP_WRITE | OP_DEL), 1078 .access = (OP_READ | OP_WRITE | OP_DEL | OP_SEARC [all...] |
Completed in 4 milliseconds