Searched refs:rq_desc_count (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_res.c | 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()
|
H A D | vnic_enet.h | 27 u32 rq_desc_count; member
|
H A D | enic_ethtool.c | 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()
|
H A D | enic_main.c | 2571 enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; in enic_kdump_kernel_config()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_res.c | 55 GET_CONFIG(rq_desc_count); in enic_get_vnic_config() 69 c->rq_desc_count = in enic_get_vnic_config() 72 c->rq_desc_count)); in enic_get_vnic_config() 73 c->rq_desc_count &= 0xffffffe0; /* must be aligned to groups of 32 */ in enic_get_vnic_config() 86 enic->mac_addr, c->wq_desc_count, c->rq_desc_count, c->mtu); in enic_get_vnic_config() 334 enic->config.rq_desc_count, in enic_alloc_vnic_resources() 343 enic->config.rq_desc_count, in enic_alloc_vnic_resources()
|
H A D | vnic_enet.h | 14 u32 rq_desc_count; member
|
H A D | enic_ethtool.c | 173 ring->rx_pending = c->rq_desc_count; in enic_get_ringparam() 200 rx_pending = c->rq_desc_count; in enic_set_ringparam() 218 c->rq_desc_count = in enic_set_ringparam() 238 c->rq_desc_count = rx_pending; in enic_set_ringparam()
|
H A D | enic_main.c | 2566 enic->config.rq_desc_count = ENIC_MIN_RQ_DESCS; in enic_kdump_kernel_config()
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_res.c | 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()
|
H A D | vnic_scsi.h | 79 u32 rq_desc_count; member
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_res.c | 44 GET_CONFIG(rq_desc_count); in fnic_get_vnic_config() 73 c->rq_desc_count = in fnic_get_vnic_config() 76 c->rq_desc_count)); in fnic_get_vnic_config() 77 c->rq_desc_count = ALIGN(c->rq_desc_count, 16); in fnic_get_vnic_config() 139 c->rq_desc_count); in fnic_get_vnic_config() 264 fnic->config.rq_desc_count, in fnic_alloc_vnic_resources() 275 fnic->config.rq_desc_count, in fnic_alloc_vnic_resources()
|
H A D | vnic_scsi.h | 67 u32 rq_desc_count; member
|
Completed in 12 milliseconds