Searched refs:teid (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dfault.h8 union teid { union
/linux-master/arch/s390/mm/
H A Dfault.c69 union teid teid = { .val = regs->int_parm_long }; local
72 if (likely(teid.as == PSW_BITS_AS_PRIMARY)) {
82 if (teid.as == PSW_BITS_AS_SECONDARY)
85 if (teid.as == PSW_BITS_AS_ACCREG)
93 union teid teid = { .val = regs->int_parm_long }; local
95 return teid.addr * PAGE_SIZE;
100 union teid teid local
162 union teid teid = { .val = regs->int_parm_long }; local
447 union teid teid = { .val = regs->int_parm_long }; local
490 union teid teid = { .val = regs->int_parm_long }; local
[all...]
/linux-master/include/linux/net/intel/
H A Diidc.h44 u32 teid; /* Qset TEID */ member in struct:iidc_rdma_qset_params
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_idc.c104 qset->teid = qset_teid;
118 u32 teid; local
131 teid = qset->teid;
135 return ice_dis_vsi_rdma_qset(vsi->port_info, 1, &teid, &q_id);
H A Dice_lag.c494 DEFINE_RAW_FLEX(struct ice_aqc_move_elem, buf, teid, 1);
501 __le32 teid, parent_teid; local
523 teid = ctx->sched.vsi_node[tc]->info.node_teid;
524 tmp_teid = le32_to_cpu(teid);
526 /* if no teid assigned or numq == 0, then this TC is not active */
574 buf->teid[0] = teid;
852 DEFINE_RAW_FLEX(struct ice_aqc_move_elem, buf, teid, 1);
858 __le32 teid, parent_teid; local
875 teid
1882 __le32 teid, parent_teid; local
[all...]
H A Dice_fdir.h131 __be32 teid; member in struct:ice_fdir_udp_gtp
H A Dice_sched.c47 * @teid: node TEID to search
56 ice_sched_find_node_by_teid(struct ice_sched_node *start_node, u32 teid) argument
61 if (ICE_TXSCHED_GET_NODE_TEID(start_node) == teid)
72 if (ICE_TXSCHED_GET_NODE_TEID(start_node->children[i]) == teid)
80 teid);
232 * @node_teid: node teid to be deleted
240 DEFINE_RAW_FLEX(struct ice_aqc_delete_elem, buf, teid, 1);
247 buf->teid[0] = cpu_to_le32(node_teid);
319 u32 teid = le32_to_cpu(node->info.node_teid); local
321 ice_sched_remove_elems(hw, node->parent, teid);
896 u32 teid; local
1180 u32 teid = le32_to_cpu(node->info.node_teid); local
1920 u32 teid = le32_to_cpu(vsi_node->info.node_teid); local
1958 u32 teid = le32_to_cpu(vsi_node->info.node_teid); local
[all...]
H A Dice_protocol_type.h195 __be32 teid; member in struct:ice_udp_gtp_hdr
H A Dice_sched.h106 ice_sched_find_node_by_teid(struct ice_sched_node *start_node, u32 teid);
H A Dice_tc_lib.c205 list[i].h_u.gtp_hdr.teid = fltr->tenant_id;
206 memcpy(&list[i].m_u.gtp_hdr.teid,
H A Dice_adminq_cmd.h840 __le32 teid[]; member in struct:ice_aqc_move_elem
904 __le32 teid[]; member in struct:ice_aqc_delete_elem
H A Dice_virtchnl_fdir.c991 input->gtpu_data.teid = *(__be32 *)(&rawh[GTPU_TEID_OFFSET]);
H A Dice_fdir.c980 input->gtpu_data.teid);
/linux-master/arch/s390/kvm/
H A Dgaccess.c484 union teid *teid; local
488 teid = (union teid *)&pgm->trans_exc_code;
498 teid->b61 = 1;
501 teid->b56 = 1;
504 teid->b60 = 1;
507 teid->b60 = 1;
510 teid->b61 = 1;
514 teid
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Dmain.c182 tc_node->l2_sched_node_id = qset.teid;
183 vsi->qos[tc_node->user_pri].l2_sched_node_id = qset.teid;
203 qset.teid = tc_node->l2_sched_node_id;
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c816 uint64_t teid; local
836 MOP(t.vm, ABSOLUTE, READ, &teid, sizeof(teid), GADDR(prefix + 168));
838 TEST_ASSERT_EQ(teid & teid_mask, 0);

Completed in 374 milliseconds