Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/fnic/
Dfnic_res.c43 GET_CONFIG(wq_copy_desc_count); in fnic_get_vnic_config()
69 c->wq_copy_desc_count = in fnic_get_vnic_config()
72 c->wq_copy_desc_count)); in fnic_get_vnic_config()
73 c->wq_copy_desc_count = ALIGN(c->wq_copy_desc_count, 16); in fnic_get_vnic_config()
146 c->wq_enet_desc_count, c->wq_copy_desc_count, in fnic_get_vnic_config()
270 fnic->config.wq_copy_desc_count); in fnic_alloc_vnic_resources()
285 fnic->config.wq_copy_desc_count, in fnic_alloc_vnic_resources()
322 wq_copy_cq_desc_count = (fnic->config.wq_copy_desc_count * 3); in fnic_alloc_vnic_resources()
Dvnic_scsi.h66 u32 wq_copy_desc_count; member