Home
last modified time | relevance | path

Searched refs:wq_id (Results 1 – 5 of 5) 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/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.c1573 wq_spec->queue_index = resp.wq_id; in mana_create_wq_obj()