Home
last modified time | relevance | path

Searched refs:conf6x (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/
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()
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 8 milliseconds