Searched defs:vscp_vec (Results 1 – 2 of 2) sorted by relevance
41 struct vscp_vec { struct43 endpoint_t v_from; /* source */44 endpoint_t v_to; /* destination */45 cp_grant_id_t v_gid; /* grant id of other process */46 size_t v_offset; /* offset in other grant */47 vir_bytes v_addr; /* address in copier's space */48 size_t v_bytes; /* no. of bytes */
281 struct vscp_vec vscp_vec[SCPVEC_NR]; in fbd_transfer_copy() local