Lines Matching defs:data
257 * Descriptor ring modes of LDC data transfer:
263 * using LDC shared memory. Each descriptor is associated with a data buffer.
264 * The data buffer is also exported over LDC and the cookies for this data
267 * is mapped by this device as its receive ring. In this mode, in a given data
268 * transfer direction, the transmitter copies the data to the exported data
270 * cookies specified in the descriptor to copy the data into the receiving
278 * registration message. The descriptor ring and the data buffer area are
279 * exported using LDC shared memory. Each descriptor is associated with a data
280 * buffer in the data buffer area and the offset of the specific data buffer
282 * along with the data buffer area as its transmit ring. Similarly, the peer
284 * along with its buffer area. In this mode, in a given data transfer
285 * direction, the transmitter copies the data to the data buffer offset
286 * specified in the descriptor. The receiver simply picks up the data buffer
1424 /* save off data that will be needed later */
1826 uint64_t *data;
1875 rv = md_get_prop_data(mdp, node, vid_propname, (uint8_t **)&data,
1890 (*vidspp)[i].vl_vid = data[i] & 0xFFFF;
1928 * Normal data frames are delivered over a ldc channel using the descriptor
1932 * as raw pkt data (VIO_PKT_DATA) messages over the channel, avoiding the
1941 uint64_t *data;
1947 (uint8_t **)&data, &size);
1955 data = &vsw_pri_eth_type;
1978 types[i] = data[i] & 0xFFFF;