Home
last modified time | relevance | path

Searched refs:ic_mode (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c712 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()
724 int i, ic_mode; in enetc_set_coalesce() local
736 ic_mode = ENETC_IC_NONE; in enetc_set_coalesce()
738 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()
741 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()
744 ic_mode |= tx_ictt ? ENETC_IC_TX_MANUAL : 0; in enetc_set_coalesce()
747 changed = (ic_mode != priv->ic_mode) || (priv->tx_ictt != tx_ictt); in enetc_set_coalesce()
749 priv->ic_mode = ic_mode; in enetc_set_coalesce()
756 v->rx_dim_en = !!(ic_mode & ENETC_IC_RX_ADAPTIVE); in enetc_set_coalesce()
Denetc.h354 int ic_mode; member
Denetc.c2018 priv->ic_mode = ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL; in enetc_init_si_rings_params()
2243 if (priv->ic_mode & in enetc_setup_interrupts()
2259 if (priv->ic_mode & ENETC_IC_TX_MANUAL) in enetc_setup_interrupts()
2770 if (priv->ic_mode & ENETC_IC_RX_ADAPTIVE) { in enetc_alloc_msix()
/Linux-v6.1/drivers/input/touchscreen/
Dili210x.c68 u8 ic_mode[2]; member
449 memcpy(priv->ic_mode, md, sizeof(md)); in ili251x_firmware_update_ic_mode()
534 u8 *md = priv->ic_mode; in ili251x_mode_show()
Dilitek_ts_i2c.c59 u8 ic_mode; member
332 ts->ic_mode = outbuf[0]; in api_protocol_get_ic_mode()