Home
last modified time | relevance | path

Searched refs:ic_mode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c582 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()
592 int i, ic_mode; in enetc_set_coalesce() local
604 ic_mode = ENETC_IC_NONE; in enetc_set_coalesce()
606 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()
609 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()
612 ic_mode |= tx_ictt ? ENETC_IC_TX_MANUAL : 0; in enetc_set_coalesce()
615 changed = (ic_mode != priv->ic_mode) || (priv->tx_ictt != tx_ictt); in enetc_set_coalesce()
617 priv->ic_mode = ic_mode; in enetc_set_coalesce()
[all...]
H A Denetc.c1145 priv->ic_mode = ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL; in enetc_init_si_rings_params()
1390 if (priv->ic_mode & in enetc_setup_interrupts()
1406 if (priv->ic_mode & ENETC_IC_TX_MANUAL) in enetc_setup_interrupts()
1826 if (priv->ic_mode & ENETC_IC_RX_ADAPTIVE) { in enetc_alloc_msix()
H A Denetc.h269 int ic_mode; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c782 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()
794 int i, ic_mode; in enetc_set_coalesce() local
806 ic_mode = ENETC_IC_NONE; in enetc_set_coalesce()
808 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()
811 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()
814 ic_mode |= tx_ictt ? ENETC_IC_TX_MANUAL : 0; in enetc_set_coalesce()
817 changed = (ic_mode != priv->ic_mode) || (priv->tx_ictt != tx_ictt); in enetc_set_coalesce()
819 priv->ic_mode = ic_mode; in enetc_set_coalesce()
[all...]
H A Denetc.h380 int ic_mode; member
H A Denetc.c2087 priv->ic_mode = ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL; in enetc_init_si_rings_params()
2362 if (priv->ic_mode & in enetc_setup_interrupts()
2378 if (priv->ic_mode & ENETC_IC_TX_MANUAL) in enetc_setup_interrupts()
3030 if (priv->ic_mode & ENETC_IC_RX_ADAPTIVE) { in enetc_alloc_msix()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dili210x.c68 u8 ic_mode[2]; member
460 memcpy(priv->ic_mode, md, sizeof(md)); in ili251x_firmware_update_ic_mode()
545 u8 *md = priv->ic_mode; in ili251x_mode_show()
H A Dilitek_ts_i2c.c59 u8 ic_mode; member
332 ts->ic_mode = outbuf[0]; in api_protocol_get_ic_mode()

Completed in 13 milliseconds