Searched refs:OBJ (Results 1 – 1 of 1) sorted by relevance
/include/net/ |
D | switchdev.h | 109 #define SWITCHDEV_OBJ_PORT_VLAN(OBJ) \ argument 110 container_of((OBJ), struct switchdev_obj_port_vlan, obj) 119 #define SWITCHDEV_OBJ_PORT_MDB(OBJ) \ argument 120 container_of((OBJ), struct switchdev_obj_port_mdb, obj) 132 #define SWITCHDEV_OBJ_MRP(OBJ) \ argument 133 container_of((OBJ), struct switchdev_obj_mrp, obj) 146 #define SWITCHDEV_OBJ_RING_TEST_MRP(OBJ) \ argument 147 container_of((OBJ), struct switchdev_obj_ring_test_mrp, obj) 157 #define SWITCHDEV_OBJ_RING_ROLE_MRP(OBJ) \ argument 158 container_of((OBJ), struct switchdev_obj_ring_role_mrp, obj) [all …]
|