Searched refs:cmb_tx (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c535 (qparam->cmb_tx || qparam->cmb_rx)) {
540 if (qparam->cmb_tx) {
573 static int ionic_cmb_rings_toggle(struct ionic_lif *lif, bool cmb_tx, bool cmb_rx) argument
584 qparam.cmb_tx = cmb_tx;
590 if (cmb_tx)
600 if (cmb_tx || cmb_rx)
602 cmb_tx ? "TX" : "", cmb_rx ? "RX" : "", pages_used);
658 qparam.cmb_tx = kernel_ring->tx_push;
H A Dionic_lif.h272 bool cmb_tx; member in struct:ionic_queue_params
284 qparam->cmb_tx = test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state);
301 if (qparam->cmb_tx)
H A Dionic_lif.c2905 if ((test_bit(IONIC_LIF_F_CMB_TX_RINGS, lif->state) && qparam->cmb_tx) ||

Completed in 153 milliseconds