Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cisco/enic/
H A Denic_res.c55 GET_CONFIG(rq_desc_count); in enic_get_vnic_config()
79 c->rq_desc_count = in enic_get_vnic_config()
81 max_t(u32, ENIC_MIN_RQ_DESCS, c->rq_desc_count)); in enic_get_vnic_config()
82 c->rq_desc_count &= 0xffffffe0; /* must be aligned to groups of 32 */ in enic_get_vnic_config()
93 enic->mac_addr, c->wq_desc_count, c->rq_desc_count, in enic_get_vnic_config()
378 enic->config.rq_desc_count, in enic_alloc_vnic_resources()
387 enic->config.rq_desc_count, in enic_alloc_vnic_resources()
H A Dvnic_enet.h14 u32 rq_desc_count; member
H A Denic_main.c1730 .pool_size = enic->config.rq_desc_count, in enic_open()
2451 enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; in enic_adjust_resources()
/linux/drivers/scsi/fnic/
H A Dvnic_scsi.h67 u32 rq_desc_count; member