Home
last modified time | relevance | path

Searched refs:CMD_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/media/usb/dvb-usb/
Dpctv452e.c405 #define CMD_BUFFER_SIZE 0x28 macro
565 b = kmalloc(CMD_BUFFER_SIZE + PCTV_ANSWER_LEN, GFP_KERNEL); in pctv452e_rc_query()
569 rx = b + CMD_BUFFER_SIZE; in pctv452e_rc_query()
/Linux-v5.4/drivers/iommu/
Damd_iommu_types.h212 #define CMD_BUFFER_SIZE 8192 macro
Damd_iommu_init.c599 get_order(CMD_BUFFER_SIZE)); in alloc_command_buffer()
649 free_pages((unsigned long)iommu->cmd_buf, get_order(CMD_BUFFER_SIZE)); in free_command_buffer()
Damd_iommu.c883 iommu->cmd_buf_tail %= CMD_BUFFER_SIZE; in copy_cmd_to_buffer()
1052 next_tail = (iommu->cmd_buf_tail + sizeof(*cmd)) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()
1054 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync()