Home
last modified time | relevance | path

Searched refs:wq_desc_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
H A Denic_res.c67 GET_CONFIG(wq_desc_count); in enic_get_vnic_config()
76 c->wq_desc_count = in enic_get_vnic_config()
79 c->wq_desc_count)); in enic_get_vnic_config()
80 c->wq_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()
339 enic->config.wq_desc_count, in enic_alloc_vnic_resources()
360 enic->config.wq_desc_count, in enic_alloc_vnic_resources()
H A Dvnic_enet.h26 u32 wq_desc_count; member
H A Denic_ethtool.c188 ring->tx_pending = c->wq_desc_count; in enic_get_ringparam()
212 tx_pending = c->wq_desc_count; in enic_set_ringparam()
231 c->wq_desc_count = in enic_set_ringparam()
250 c->wq_desc_count = tx_pending; in enic_set_ringparam()
H A Denic_main.c2572 enic->config.wq_desc_count = ENIC_MIN_WQ_DESCS; in enic_kdump_kernel_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Denic_res.c54 GET_CONFIG(wq_desc_count); in enic_get_vnic_config()
63 c->wq_desc_count = in enic_get_vnic_config()
66 c->wq_desc_count)); in enic_get_vnic_config()
67 c->wq_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()
326 enic->config.wq_desc_count, in enic_alloc_vnic_resources()
347 enic->config.wq_desc_count, in enic_alloc_vnic_resources()
H A Dvnic_enet.h13 u32 wq_desc_count; member
H A Denic_ethtool.c175 ring->tx_pending = c->wq_desc_count; in enic_get_ringparam()
201 tx_pending = c->wq_desc_count; in enic_set_ringparam()
220 c->wq_desc_count = in enic_set_ringparam()
239 c->wq_desc_count = tx_pending; in enic_set_ringparam()
H A Denic_main.c2567 enic->config.wq_desc_count = ENIC_MIN_WQ_DESCS; in enic_kdump_kernel_config()

Completed in 17 milliseconds