Searched refs:flow_list_tc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c961 list_for_each_entry_safe(iter, tmp, &flow_cfg->flow_list_tc, list) {
973 list_for_each_entry(tmp, &flow_cfg->flow_list_tc, list) {
987 list_for_each_entry(tmp, &flow_cfg->flow_list_tc, list) {
1002 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1019 if (list_empty(&flow_cfg->flow_list_tc)) {
1020 list_add(&node->list, &flow_cfg->flow_list_tc);
1024 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1115 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1129 list_for_each_safe(pos, n, &flow_cfg->flow_list_tc) {
1657 list_for_each_entry(node, &flow_cfg->flow_list_tc, lis
[all...]
H A Dotx2_flows.c280 INIT_LIST_HEAD(&flow_cfg->flow_list_tc);
303 INIT_LIST_HEAD(&pf->flow_cfg->flow_list_tc);
H A Dotx2_common.h367 struct list_head flow_list_tc; member in struct:otx2_flow_config

Completed in 143 milliseconds