Home
last modified time | relevance | path

Searched refs:reqtag_pool (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw.c2043 struct reqtag_pool *reqtag_pool = hw->wq_reqtag_pool; in efct_hw_reqtag_pool_free() local
2046 if (reqtag_pool) { in efct_hw_reqtag_pool_free()
2054 kfree(reqtag_pool); in efct_hw_reqtag_pool_free()
2059 struct reqtag_pool *
2063 struct reqtag_pool *reqtag_pool; in efct_hw_reqtag_pool_alloc() local
2066 reqtag_pool = kzalloc(sizeof(*reqtag_pool), GFP_KERNEL); in efct_hw_reqtag_pool_alloc()
2067 if (!reqtag_pool) in efct_hw_reqtag_pool_alloc()
2078 reqtag_pool->tags[i] = wqcb; in efct_hw_reqtag_pool_alloc()
2086 return reqtag_pool; in efct_hw_reqtag_pool_alloc()
2095 struct reqtag_pool *reqtag_pool = hw->wq_reqtag_pool; in efct_hw_reqtag_alloc() local
[all …]
H A Defct_hw.h340 struct reqtag_pool { struct
458 struct reqtag_pool *wq_reqtag_pool;
644 struct reqtag_pool *efct_hw_reqtag_pool_alloc(struct efct_hw *hw);