Home
last modified time | relevance | path

Searched refs:wq_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/dma/idxd/
H A Didxd.h625 static inline int idxd_get_wq_portal_full_offset(int wq_id, in idxd_get_wq_portal_full_offset() argument
628 return ((wq_id * 4) << PAGE_SHIFT) + idxd_get_wq_portal_offset(prot); in idxd_get_wq_portal_full_offset()
/linux/drivers/md/
H A Ddm-crypt.c3221 int key_size, wq_id; in crypt_ctr() local
3390 wq_id = ida_alloc_min(&workqueue_ida, 1, GFP_KERNEL); in crypt_ctr()
3391 if (wq_id < 0) { in crypt_ctr()
3393 ret = wq_id; in crypt_ctr()
3396 cc->workqueue_id = wq_id; in crypt_ctr()
3405 devname, wq_id); in crypt_ctr()
3414 1, devname, wq_id); in crypt_ctr()
3422 num_online_cpus(), devname, wq_id); in crypt_ctr()
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c2363 u32 wq_id = rid; in efct_hw_cq_process() local
2367 index = efct_hw_queue_hash_find(hw->wq_hash, wq_id); in efct_hw_cq_process()
2372 efc_log_err(hw->os, "bad WQ_ID %#06x\n", wq_id); in efct_hw_cq_process()
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.h984 __le16 wq_id; member
H A Dsli4.c2670 *r_id = le16_to_cpu(wqec->wq_id); in sli_fc_cqe_parse()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1559 wq_spec->queue_index = resp.wq_id; in mana_create_wq_obj()