Searched refs:rq_desc_count (Results 1 – 6 of 6) sorted by relevance
| /drivers/scsi/fnic/ |
| A D | fnic_res.c | 42 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() 148 c->rq_desc_count); in fnic_get_vnic_config() 277 fnic->config.rq_desc_count, in fnic_alloc_vnic_resources() 288 fnic->config.rq_desc_count, in fnic_alloc_vnic_resources()
|
| A D | vnic_scsi.h | 67 u32 rq_desc_count; member
|
| /drivers/net/ethernet/cisco/enic/ |
| A D | enic_res.c | 55 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()
|
| A D | vnic_enet.h | 14 u32 rq_desc_count; member
|
| A D | enic_ethtool.c | 226 ring->rx_pending = c->rq_desc_count; in enic_get_ringparam() 253 rx_pending = c->rq_desc_count; in enic_set_ringparam() 271 c->rq_desc_count = in enic_set_ringparam() 291 c->rq_desc_count = rx_pending; in enic_set_ringparam()
|
| A D | enic_main.c | 1687 .pool_size = enic->config.rq_desc_count, in enic_open() 2277 enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; in enic_adjust_resources()
|
Completed in 726 milliseconds