Searched refs:read_ptr (Results 51 - 58 of 58) sorted by relevance

123

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c163 sdma_q->rptr = (uint64_t __user *)q->properties.read_ptr;
222 if (((uint64_t __user *)q->properties.read_ptr == sdma_q->rptr) &&
H A Dkfd_priv.h456 * @read_ptr: User space address which points to the number of dwords the
496 uint32_t *read_ptr; member in struct:queue_properties
H A Dkfd_device_queue_manager.c839 retval = read_sdma_queue_counter((uint64_t __user *)q->properties.read_ptr,
2090 retval = read_sdma_queue_counter((uint64_t __user *)q->properties.read_ptr,
3097 qss_entry->read_pointer_address = (uint64_t)q->properties.read_ptr;
H A Dkfd_chardev.c250 q_properties->read_ptr = (uint32_t *) args->read_pointer_address;
286 q_properties->read_ptr,
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4773 uint32_t read_ptr; /**< Initial read pointer for consumer in bytes */ member in struct:dmub_rb_init_params
5021 rb->rptr = init_params->read_ptr;
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h947 * @read_ptr: last used entry (index) host_r
991 int read_ptr; member in struct:iwl_txq
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2417 while ((txq->read_ptr != READ_ONCE(txq->write_ptr) ||
2442 if (txq->read_ptr != txq->write_ptr) {
2648 txq->read_ptr, txq->write_ptr,
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Ddebug.c841 q->read_ptr, q->write_ptr,

Completed in 204 milliseconds

123