Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfnic_res.c42 GET_CONFIG(rq_desc_count); in fnic_get_vnic_config()
78 c->rq_desc_count = in fnic_get_vnic_config()
81 c->rq_desc_count)); in fnic_get_vnic_config()
82 c->rq_desc_count = ALIGN(c->rq_desc_count, 16); in fnic_get_vnic_config()
147 c->rq_desc_count); in fnic_get_vnic_config()
276 fnic->config.rq_desc_count, in fnic_alloc_vnic_resources()
287 fnic->config.rq_desc_count, in fnic_alloc_vnic_resources()
H A Dvnic_scsi.h67 u32 rq_desc_count; member
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_res.c55 GET_CONFIG(rq_desc_count); in enic_get_vnic_config()
78 c->rq_desc_count = in enic_get_vnic_config()
80 max_t(u32, ENIC_MIN_RQ_DESCS, c->rq_desc_count)); in enic_get_vnic_config()
81 c->rq_desc_count &= 0xffffffe0; /* must be aligned to groups of 32 */ in enic_get_vnic_config()
92 enic->mac_addr, c->wq_desc_count, c->rq_desc_count, in enic_get_vnic_config()
368 enic->config.rq_desc_count, in enic_alloc_vnic_resources()
377 enic->config.rq_desc_count, in enic_alloc_vnic_resources()
H A Dvnic_enet.h14 u32 rq_desc_count; member
H A Denic_main.c1687 .pool_size = enic->config.rq_desc_count, in enic_open()
2277 enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; in enic_adjust_resources()