Searched defs:vpi (Results 1 - 10 of 10) sorted by relevance

/external/tcpdump/
H A Dprint-sunatm.c72 u_char vpi; local
100 vpi = p[VPI_POS];
105 atm_print(ndo, vpi, vci, traftype, p, length, caplen);
H A Dprint-atm.c386 u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length,
390 ND_PRINT((ndo, "VPI:%u VCI:%u ", vpi, vci));
392 if (vpi == 0) {
454 uint16_t vpi, vci, cksum, cksum_shouldbe, idx; local
468 vpi = (cell_header>>20)&0xff;
473 ND_PRINT((ndo, "%s, vpi %u, vci %u, payload [ %s ], clp %u, length %u",
475 vpi, vci,
385 atm_print(netdissect_options *ndo, u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, u_int caplen) argument
/external/kernel-headers/original/uapi/linux/
H A Datm_tcp.h22 __u16 vpi; member in struct:atmtcp_hdr
H A Datm.h180 short vpi; /* VPI (only 8 bits at UNI) */ member in struct:sockaddr_atmpvc::__anon9305
226 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c396 struct prog_instruction *vpi; local
593 for (vpi = mesa_vp->arb.Instructions; vpi->Opcode != OPCODE_END; vpi++, o_inst++){
594 operands = op_operands(vpi->Opcode);
599 src[i] = vpi->SrcReg[i];
683 dst = vpi->DstReg;
695 switch(vpi->Opcode){
956 o_inst->op = MAKE_VSF_OP(t_opcode(vpi->Opcode), t_dst(&dst),
1150 R200_STATECHANGE( rmesa, vpi[
[all...]
H A Dr200_context.h509 struct radeon_state_atom vpi[2]; member in struct:r200_hw_state
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c45 struct nv30_vertprog_exec *vpi; member in struct:nvfx_vpc
300 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi));
301 vpc->vpi = &vp->insns[vp->nr_insns - 1];
302 memset(vpc->vpi, 0, sizeof(*vpc->vpi));
304 hw = vpc->vpi->data;
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c43 (PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[x]), \
48 t_src_class(vpi->SrcReg[x].File), \
49 RC_MASK_NONE) | (vpi->SrcReg[x].RelAddr << 4))
188 struct rc_sub_instruction *vpi,
194 t_dst_index(vp, &vpi->DstReg),
195 t_dst_mask(vpi->DstReg.WriteMask),
196 t_dst_class(vpi->DstReg.File),
197 vpi->SaturateMode == RC_SATURATE_ZERO_ONE);
198 inst[1] = t_src(vp, &vpi->SrcReg[0]);
205 struct rc_sub_instruction *vpi,
186 ei_vector1(struct r300_vertex_program_code *vp, unsigned int hw_opcode, struct rc_sub_instruction *vpi, unsigned int * inst) argument
203 ei_vector2(struct r300_vertex_program_code *vp, unsigned int hw_opcode, struct rc_sub_instruction *vpi, unsigned int * inst) argument
220 ei_math1(struct r300_vertex_program_code *vp, unsigned int hw_opcode, struct rc_sub_instruction *vpi, unsigned int * inst) argument
237 ei_lit(struct r300_vertex_program_code *vp, struct rc_sub_instruction *vpi, unsigned int * inst) argument
274 ei_mad(struct r300_vertex_program_code *vp, struct rc_sub_instruction *vpi, unsigned int * inst) argument
349 ei_pow(struct r300_vertex_program_code *vp, struct rc_sub_instruction *vpi, unsigned int * inst) argument
380 struct rc_sub_instruction *vpi = &rci->U.I; local
[all...]
/external/iproute2/include/uapi/linux/
H A Datm.h180 short vpi; /* VPI (only 8 bits at UNI) */ member in struct:sockaddr_atmpvc::__anon8497
226 return addr.sap_addr.itf || addr.sap_addr.vpi || addr.sap_addr.vci;
/external/libpcap/
H A Dpcap-dag.c167 unsigned char vpi; /* VPI */ member in struct:sunatm_hdr
542 sunatm->vpi = (rawatm >> 20) & 0x00ff;
544 ((sunatm->vpi == 0 && sunatm->vci == htons(5)) ? 6 :
545 ((sunatm->vpi == 0 && sunatm->vci == htons(16)) ? 5 :

Completed in 316 milliseconds