Home
last modified time | relevance | path

Searched refs:wq_enet_desc_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/scsi/snic/
H A Dsnic_res.c37 GET_CONFIG(wq_enet_desc_count); in snic_get_vnic_config()
49 c->wq_enet_desc_count = min_t(u32, in snic_get_vnic_config()
53 c->wq_enet_desc_count)); in snic_get_vnic_config()
55 c->wq_enet_desc_count = ALIGN(c->wq_enet_desc_count, 16); in snic_get_vnic_config()
85 SNIC_INFO("vNIC resources wq %d\n", c->wq_enet_desc_count); in snic_get_vnic_config()
166 snic->config.wq_enet_desc_count, in snic_alloc_vnic_res()
177 snic->config.wq_enet_desc_count, in snic_alloc_vnic_res()
189 (snic->config.wq_enet_desc_count * 3), in snic_alloc_vnic_res()
H A Dvnic_snic.h28 u32 wq_enet_desc_count; member
H A Dsnic_io.c130 int nr_wqdesc = snic->config.wq_enet_desc_count; in snic_wqdesc_avail()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_res.c42 GET_CONFIG(wq_enet_desc_count); in fnic_get_vnic_config()
61 c->wq_enet_desc_count = in fnic_get_vnic_config()
64 c->wq_enet_desc_count)); in fnic_get_vnic_config()
65 c->wq_enet_desc_count = ALIGN(c->wq_enet_desc_count, 16); in fnic_get_vnic_config()
138 c->wq_enet_desc_count, c->wq_copy_desc_count, in fnic_get_vnic_config()
245 fnic->config.wq_enet_desc_count, in fnic_alloc_vnic_resources()
285 fnic->config.wq_enet_desc_count, in fnic_alloc_vnic_resources()
H A Dvnic_scsi.h65 u32 wq_enet_desc_count; member