Home
last modified time | relevance | path

Searched refs:conf6x (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c246 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in octeon_init_droq() local
248 c_pkts_per_intr = (u32)CFG_GET_OQ_PKTS_PER_INTR(conf6x); in octeon_init_droq()
250 (u32)CFG_GET_OQ_REFILL_THRESHOLD(conf6x); in octeon_init_droq()
H A Dlio_ethtool.c504 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_channels() local
506 max_rx = CFG_GET_OQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
507 max_tx = CFG_GET_IQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
508 rx_count = CFG_GET_NUM_RXQS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_channels()
509 tx_count = CFG_GET_NUM_TXQS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_channels()
960 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_ringparam() local
964 rx_pending = CFG_GET_NUM_RX_DESCS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_ringparam()
965 tx_pending = CFG_GET_NUM_TX_DESCS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_ringparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.c248 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in octeon_init_droq() local
250 c_pkts_per_intr = (u32)CFG_GET_OQ_PKTS_PER_INTR(conf6x); in octeon_init_droq()
252 (u32)CFG_GET_OQ_REFILL_THRESHOLD(conf6x); in octeon_init_droq()
H A Dlio_ethtool.c505 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_channels() local
507 max_rx = CFG_GET_OQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
508 max_tx = CFG_GET_IQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
509 rx_count = CFG_GET_NUM_RXQS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_channels()
510 tx_count = CFG_GET_NUM_TXQS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_channels()
963 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_ringparam() local
967 rx_pending = CFG_GET_NUM_RX_DESCS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_ringparam()
968 tx_pending = CFG_GET_NUM_TX_DESCS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_ringparam()

Completed in 13 milliseconds