| /linux-6.15/arch/s390/mm/ |
| H A D | fault.c | 54 union teid teid = { .val = regs->int_parm_long }; in is_kernel_fault() local 58 if (teid.as == PSW_BITS_AS_SECONDARY) in is_kernel_fault() 65 union teid teid = { .val = regs->int_parm_long }; in get_fault_address() local 67 return teid.addr * PAGE_SIZE; in get_fault_address() 72 union teid teid = { .val = regs->int_parm_long }; in fault_is_write() local 75 return teid.fsi == TEID_FSI_STORE; in fault_is_write() 134 union teid teid = { .val = regs->int_parm_long }; in dump_fault_info() local 140 switch (teid.as) { in dump_fault_info() 362 union teid teid = { .val = regs->int_parm_long }; in do_protection_exception() local 376 if (unlikely(!teid.b61)) { in do_protection_exception() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_idc.c | 104 qset->teid = qset_teid; in ice_add_rdma_qset() 118 u32 teid; in ice_del_rdma_qset() local 131 teid = qset->teid; in ice_del_rdma_qset() 135 return ice_dis_vsi_rdma_qset(vsi->port_info, 1, &teid, &q_id); in ice_del_rdma_qset()
|
| H A D | ice_lag.c | 527 __le32 teid, parent_teid; in ice_lag_move_vf_node_tc() local 549 teid = ctx->sched.vsi_node[tc]->info.node_teid; in ice_lag_move_vf_node_tc() 550 tmp_teid = le32_to_cpu(teid); in ice_lag_move_vf_node_tc() 600 buf->teid[0] = teid; in ice_lag_move_vf_node_tc() 883 __le32 teid, parent_teid; in ice_lag_reclaim_vf_tc() local 900 teid = ctx->sched.vsi_node[tc]->info.node_teid; in ice_lag_reclaim_vf_tc() 901 tmp_teid = le32_to_cpu(teid); in ice_lag_reclaim_vf_tc() 947 buf->teid[0] = teid; in ice_lag_reclaim_vf_tc() 1939 __le32 teid, parent_teid; in ice_lag_move_vf_nodes_tc_sync() local 1956 tmp_teid = le32_to_cpu(teid); in ice_lag_move_vf_nodes_tc_sync() [all …]
|
| H A D | ice_sched.c | 60 if (ICE_TXSCHED_GET_NODE_TEID(start_node) == teid) in ice_sched_find_node_by_teid() 79 teid); in ice_sched_find_node_by_teid() 245 buf->teid[0] = cpu_to_le32(node_teid); in ice_sched_remove_elems() 317 u32 teid = le32_to_cpu(node->info.node_teid); in ice_free_sched_node() local 319 ice_sched_remove_elems(hw, node->parent, teid); in ice_free_sched_node() 894 u32 teid; in ice_sched_add_elems() local 943 teid = le32_to_cpu(buf->generic[i].node_teid); in ice_sched_add_elems() 983 *first_node_teid = teid; in ice_sched_add_elems() 1174 u32 teid = le32_to_cpu(node->info.node_teid); in ice_rm_dflt_leaf_node() local 1959 u32 teid = le32_to_cpu(vsi_node->info.node_teid); in ice_sched_cfg_vsi() local [all …]
|
| H A D | ice_fdir.h | 136 __be32 teid; member
|
| H A D | ice_sched.h | 117 ice_sched_find_node_by_teid(struct ice_sched_node *start_node, u32 teid);
|
| H A D | ice_protocol_type.h | 203 __be32 teid; member
|
| H A D | ice_fdir.c | 1002 input->gtpu_data.teid); in ice_fdir_get_gen_prgm_pkt()
|
| H A D | ice_tc_lib.c | 212 list[i].h_u.gtp_hdr.teid = fltr->tenant_id; in ice_tc_fill_tunnel_outer() 213 memcpy(&list[i].m_u.gtp_hdr.teid, in ice_tc_fill_tunnel_outer()
|
| H A D | ice_adminq_cmd.h | 877 __le32 teid[]; member 941 __le32 teid[]; member
|
| H A D | ice_virtchnl_fdir.c | 1118 input->gtpu_data.teid = *(__be32 *)(&rawh[GTPU_TEID_OFFSET]); in ice_vc_fdir_parse_pattern()
|
| /linux-6.15/arch/s390/kvm/ |
| H A D | gaccess.c | 328 union teid *teid; in trans_exc_ending() local 332 teid = (union teid *)&pgm->trans_exc_code; in trans_exc_ending() 342 teid->b61 = 1; in trans_exc_ending() 345 teid->b56 = 1; in trans_exc_ending() 348 teid->b60 = 1; in trans_exc_ending() 351 teid->b60 = 1; in trans_exc_ending() 354 teid->b61 = 1; in trans_exc_ending() 358 teid->b56 = 0; in trans_exc_ending() 359 teid->b60 = 0; in trans_exc_ending() 360 teid->b61 = 0; in trans_exc_ending() [all …]
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | traps.c | 295 union teid teid; in __do_pgm_check() local 297 teid.val = lc->trans_exc_code; in __do_pgm_check() 299 regs->int_parm_long = teid.val; in __do_pgm_check()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | fault.h | 8 union teid { union
|
| H A D | processor.h | 185 union teid gmap_teid; /* address and flags of last gmap fault */
|
| /linux-6.15/drivers/infiniband/hw/irdma/ |
| H A D | main.c | 182 tc_node->l2_sched_node_id = qset.teid; in irdma_lan_register_qset() 183 vsi->qos[tc_node->user_pri].l2_sched_node_id = qset.teid; in irdma_lan_register_qset() 203 qset.teid = tc_node->l2_sched_node_id; in irdma_lan_unregister_qset()
|
| /linux-6.15/include/linux/net/intel/ |
| H A D | iidc.h | 44 u32 teid; /* Qset TEID */ member
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | memop.c | 815 uint64_t teid; in test_termination() local 835 MOP(t.vm, ABSOLUTE, READ, &teid, sizeof(teid), GADDR(prefix + 168)); in test_termination() 837 TEST_ASSERT_EQ(teid & teid_mask, 0); in test_termination()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.h | 657 u8 teid[0x20]; member
|
| H A D | definer.c | 1244 fc->bit_mask = __mlx5_mask(header_gtp, teid); in hws_definer_conv_misc3()
|