Searched refs:rq_desc_count (Results 1 – 6 of 6) sorted by relevance
68 GET_CONFIG(rq_desc_count); in enic_get_vnic_config()82 c->rq_desc_count = in enic_get_vnic_config()85 c->rq_desc_count)); in enic_get_vnic_config()86 c->rq_desc_count &= 0xffffffe0; /* must be aligned to groups of 32 */ in enic_get_vnic_config()99 enic->mac_addr, c->wq_desc_count, c->rq_desc_count, c->mtu); in enic_get_vnic_config()347 enic->config.rq_desc_count, in enic_alloc_vnic_resources()356 enic->config.rq_desc_count, in enic_alloc_vnic_resources()
186 ring->rx_pending = c->rq_desc_count; in enic_get_ringparam()211 rx_pending = c->rq_desc_count; in enic_set_ringparam()229 c->rq_desc_count = in enic_set_ringparam()249 c->rq_desc_count = rx_pending; in enic_set_ringparam()
27 u32 rq_desc_count; member
2568 enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; in enic_kdump_kernel_config()
56 GET_CONFIG(rq_desc_count); in fnic_get_vnic_config()85 c->rq_desc_count = in fnic_get_vnic_config()88 c->rq_desc_count)); in fnic_get_vnic_config()89 c->rq_desc_count = ALIGN(c->rq_desc_count, 16); in fnic_get_vnic_config()151 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()
79 u32 rq_desc_count; member
Completed in 12 milliseconds