mall_tc_list     1335 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	list_for_each_entry(mall_tc_entry, &port->mall_tc_list, list)
mall_tc_list     1459 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	list_add_tail(&mall_tc_entry->list, &mlxsw_sp_port->mall_tc_list);
mall_tc_list     1761 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 		    !list_empty(&mlxsw_sp_port->mall_tc_list)) {
mall_tc_list     3646 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 	INIT_LIST_HEAD(&mlxsw_sp_port->mall_tc_list);
mall_tc_list      264 drivers/net/ethernet/mellanox/mlxsw/spectrum.h 	struct list_head mall_tc_list;
mall_tc_list       79 net/dsa/dsa_priv.h 	struct list_head	mall_tc_list;
mall_tc_list      854 net/dsa/slave.c 	list_for_each_entry(mall_tc_entry, &p->mall_tc_list, list)
mall_tc_list      910 net/dsa/slave.c 		list_add_tail(&mall_tc_entry->list, &p->mall_tc_list);
mall_tc_list     1435 net/dsa/slave.c 	INIT_LIST_HEAD(&p->mall_tc_list);