Searched refs:ic_mode (Results 1 – 5 of 5) sorted by relevance
859 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()872 int i, ic_mode; in enetc_set_coalesce() local884 ic_mode = ENETC_IC_NONE; in enetc_set_coalesce()886 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()889 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()892 ic_mode |= tx_ictt ? ENETC_IC_TX_MANUAL : 0; in enetc_set_coalesce()895 changed = (ic_mode != priv->ic_mode) || (priv->tx_ictt != tx_ictt); in enetc_set_coalesce()897 priv->ic_mode = ic_mode; in enetc_set_coalesce()904 v->rx_dim_en = !!(ic_mode & ENETC_IC_RX_ADAPTIVE); in enetc_set_coalesce()
471 int ic_mode; member
2556 priv->ic_mode = ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL; in enetc_init_si_rings_params()2852 if (priv->ic_mode & in enetc_setup_interrupts()2868 if (priv->ic_mode & ENETC_IC_TX_MANUAL) in enetc_setup_interrupts()3493 if (priv->ic_mode & ENETC_IC_RX_ADAPTIVE) { in enetc_int_vector_init()
68 u8 ic_mode[2]; member 473 memcpy(priv->ic_mode, md, sizeof(md)); in ili251x_firmware_update_cached_state() 558 u8 *md = priv->ic_mode;
60 u8 ic_mode; member 337 ts->ic_mode = outbuf[0]; in api_protocol_get_ic_mode()