Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/
Docteon_droq.c243 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in octeon_init_droq() local
245 c_pkts_per_intr = (u32)CFG_GET_OQ_PKTS_PER_INTR(conf6x); in octeon_init_droq()
247 (u32)CFG_GET_OQ_REFILL_THRESHOLD(conf6x); in octeon_init_droq()
Dlio_ethtool.c507 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_channels() local
509 max_rx = CFG_GET_OQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
510 max_tx = CFG_GET_IQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
511 rx_count = CFG_GET_NUM_RXQS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_channels()
512 tx_count = CFG_GET_NUM_TXQS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_channels()
965 struct octeon_config *conf6x = CHIP_CONF(oct, cn6xxx); in lio_ethtool_get_ringparam() local
969 rx_pending = CFG_GET_NUM_RX_DESCS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_ringparam()
970 tx_pending = CFG_GET_NUM_TX_DESCS_NIC_IF(conf6x, lio->ifidx); in lio_ethtool_get_ringparam()