Searched refs:node_teid (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sched.c178 status = ice_sched_query_elem(hw, le32_to_cpu(info->node_teid), &elem);
232 * @node_teid: node teid to be deleted
238 u32 node_teid)
245 buf->hdr.parent_teid = parent->info.node_teid;
247 buf->teid[0] = cpu_to_le32(node_teid);
319 u32 teid = le32_to_cpu(node->info.node_teid);
903 buf->hdr.parent_teid = parent->info.node_teid;
906 buf->generic[i].parent_teid = parent->info.node_teid;
945 teid = le32_to_cpu(buf->generic[i].node_teid);
1180 u32 teid = le32_to_cpu(node->info.node_teid);
237 ice_sched_remove_elems(struct ice_hw *hw, struct ice_sched_node *parent, u32 node_teid) argument
[all...]
H A Dice_lag.c523 teid = ctx->sched.vsi_node[tc]->info.node_teid;
571 buf->hdr.dest_parent_teid = n_prt->info.node_teid;
875 teid = ctx->sched.vsi_node[tc]->info.node_teid;
919 buf->hdr.dest_parent_teid = n_prt->info.node_teid;
1898 teid = ctx->sched.vsi_node[tc]->info.node_teid;
1939 buf->hdr.dest_parent_teid = n_prt->info.node_teid;
H A Dice_common.c4627 buf->parent_teid = parent->info.node_teid;
4628 node.parent_teid = parent->info.node_teid;
4662 node.node_teid = buf->txqs[0].q_teid;
4665 q_ctx->q_teid = le32_to_cpu(node.node_teid);
4870 buf->parent_teid = parent->info.node_teid;
4871 node.parent_teid = parent->info.node_teid;
4896 node.node_teid = buf->rdma_qsets[i].qset_teid;
4901 qset_teid[i] = le32_to_cpu(node.node_teid);
5523 * @node_teid: node TEID to be queried
5529 ice_sched_query_elem(struct ice_hw *hw, u32 node_teid, argument
[all...]
H A Dice_dcb.c1547 cmd->port_teid = pi->root->info.node_teid;
1574 teid1 = le32_to_cpu(pi->root->children[i]->info.node_teid);
1595 teid1 = le32_to_cpu(tc_node->info.node_teid);
H A Dice_common.h255 ice_sched_query_elem(struct ice_hw *hw, u32 node_teid,
H A Dice_devlink.c1226 u32 node_teid; local
1274 node_teid = le32_to_cpu(node->info.node_teid);
1276 status = ice_sched_move_nodes(pi, parent_node, 1, &node_teid);
H A Dice_type.h561 #define ICE_TXSCHED_GET_NODE_TEID(x) le32_to_cpu((x)->info.node_teid)
H A Dice_adminq_cmd.h881 __le32 node_teid; member in struct:ice_aqc_txsched_elem_data

Completed in 187 milliseconds