Searched refs:ic_mode (Results 1 – 5 of 5) sorted by relevance
821 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()834 int i, ic_mode; in enetc_set_coalesce() local846 ic_mode = ENETC_IC_NONE; in enetc_set_coalesce()848 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()851 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()854 ic_mode |= tx_ictt ? ENETC_IC_TX_MANUAL : 0; in enetc_set_coalesce()857 changed = (ic_mode != priv->ic_mode) || (priv->tx_ictt != tx_ictt); in enetc_set_coalesce()859 priv->ic_mode = ic_mode; in enetc_set_coalesce()866 v->rx_dim_en = !!(ic_mode & ENETC_IC_RX_ADAPTIVE); in enetc_set_coalesce()
456 int ic_mode; member
2489 priv->ic_mode = ENETC_IC_RX_ADAPTIVE | ENETC_IC_TX_MANUAL; in enetc_init_si_rings_params()2775 if (priv->ic_mode & in enetc_setup_interrupts()2791 if (priv->ic_mode & ENETC_IC_TX_MANUAL) in enetc_setup_interrupts()3415 if (priv->ic_mode & ENETC_IC_RX_ADAPTIVE) { in enetc_int_vector_init()
68 u8 ic_mode[2]; member460 memcpy(priv->ic_mode, md, sizeof(md)); in ili251x_firmware_update_ic_mode()545 u8 *md = priv->ic_mode; in ili251x_mode_show()
60 u8 ic_mode; member337 ts->ic_mode = outbuf[0]; in api_protocol_get_ic_mode()
Completed in 25 milliseconds