Home
last modified time | relevance | path

Searched defs:queue_id (Results 26 - 50 of 256) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v9.c195 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
207 hiq_load_mqd_kiq(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) hiq_load_mqd_kiq() argument
280 destroy_mqd(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd() argument
303 is_occupied(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied() argument
366 load_mqd_sdma(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd_sdma() argument
407 destroy_mqd_sdma(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd_sdma() argument
415 is_occupied_sdma(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied_sdma() argument
[all...]
H A Dkfd_mqd_manager_vi.c156 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
252 destroy_mqd(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd() argument
268 is_occupied(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied() argument
335 load_mqd_sdma(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd_sdma() argument
375 destroy_mqd_sdma(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd_sdma() argument
383 is_occupied_sdma(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied_sdma() argument
H A Dkfd_mqd_manager_v10.c142 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
156 hiq_load_mqd_kiq(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) hiq_load_mqd_kiq() argument
227 destroy_mqd(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd() argument
243 is_occupied(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied() argument
310 load_mqd_sdma(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd_sdma() argument
351 destroy_mqd_sdma(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd_sdma() argument
359 is_occupied_sdma(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied_sdma() argument
[all...]
H A Dkfd_mqd_manager_cik.c165 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
178 load_mqd_sdma(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd_sdma() argument
262 destroy_mqd(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd() argument
275 destroy_mqd_sdma(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_mqd_sdma() argument
283 is_occupied(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied() argument
293 is_occupied_sdma(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) is_occupied_sdma() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c195 int queue_id; in unmap_buffer_type_to_queue_id() local
326 ia_css_bufq_enqueue_buffer( int thread_index, int queue_id, uint32_t item) ia_css_bufq_enqueue_buffer() argument
354 ia_css_bufq_dequeue_buffer( int queue_id, uint32_t *item) ia_css_bufq_dequeue_buffer() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame_comm.h88 enum sh_css_queue_id queue_id; member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c25 static int bnxt_queue_to_tc(struct bnxt *bp, u8 queue_id) in bnxt_queue_to_tc() argument
84 u8 queue_id = pri2cos[i]; in bnxt_hwrm_queue_pri2cos_qcfg() local
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dxdp_sock_drv.h225 xsk_get_pool_from_qid(struct net_device *dev, u16 queue_id) in xsk_get_pool_from_qid() argument
H A Dxdp_sock.h55 u16 queue_id; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/interface/
H A Dia_css_frame_comm.h88 enum sh_css_queue_id queue_id; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c195 int queue_id; in unmap_buffer_type_to_queue_id() local
326 ia_css_bufq_enqueue_buffer( int thread_index, int queue_id, uint32_t item) ia_css_bufq_enqueue_buffer() argument
354 ia_css_bufq_dequeue_buffer( int queue_id, uint32_t *item) ia_css_bufq_dequeue_buffer() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v11.c202 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
376 destroy_hiq_mqd(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_hiq_mqd() argument
H A Dkfd_mqd_manager_vi.c157 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
H A Dkfd_mqd_manager_v10.c148 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
322 destroy_hiq_mqd(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) destroy_hiq_mqd() argument
H A Dkfd_mqd_manager_cik.c159 load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) load_mqd() argument
H A Dkfd_mqd_manager.c206 kfd_hiq_load_mqd_kiq(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) kfd_hiq_load_mqd_kiq() argument
214 kfd_destroy_mqd_cp(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) kfd_destroy_mqd_cp() argument
233 kfd_is_occupied_cp(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) kfd_is_occupied_cp() argument
241 kfd_load_mqd_sdma(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, uint32_t queue_id, struct queue_properties *p, struct mm_struct *mms) kfd_load_mqd_sdma() argument
254 kfd_destroy_mqd_sdma(struct mqd_manager *mm, void *mqd, enum kfd_preempt_type type, unsigned int timeout, uint32_t pipe_id, uint32_t queue_id) kfd_destroy_mqd_sdma() argument
262 kfd_is_occupied_sdma(struct mqd_manager *mm, void *mqd, uint64_t queue_address, uint32_t pipe_id, uint32_t queue_id) kfd_is_occupied_sdma() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dxdp_diag.h53 __u32 queue_id; member
69 __u32 queue_id; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c407 u8 i, queue_id; in _rtl92ce_phy_set_rf_power_state() local
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c381 u8 i, queue_id; in _rtl92cu_phy_set_rf_power_state() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dqueue.c58 static inline u32 cw1200_queue_mk_packet_id(u8 queue_generation, u8 queue_id, in cw1200_queue_mk_packet_id() argument
48 cw1200_queue_parse_id(u32 packet_id, u8 *queue_generation, u8 *queue_id, u8 *item_generation, u8 *item_id) cw1200_queue_parse_id() argument
164 cw1200_queue_init(struct cw1200_queue *queue, struct cw1200_queue_stats *stats, u8 queue_id, size_t capacity, unsigned long ttl) cw1200_queue_init() argument
375 u8 queue_generation, queue_id, item_generation, item_id; cw1200_queue_requeue() local
444 u8 queue_generation, queue_id, item_generation, item_id; cw1200_queue_remove() local
497 u8 queue_generation, queue_id, item_generation, item_id; cw1200_queue_get_skb() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c285 __u32 queue_id = QUEUE_ID; in test_xdp_metadata() local
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dxdp_diag.h58 __u32 queue_id; member
71 __u32 queue_id; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dxdp_diag.h58 __u32 queue_id; member
71 __u32 queue_id; member
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_netlink.c143 u16 queue_id = nla_get_u16(data[IFLA_BOND_SLAVE_QUEUE_ID]); in bond_slave_changelink() local
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h46 __le16 queue_id; member

Completed in 16 milliseconds

1234567891011