Searched refs:ic_mode (Results 1 – 3 of 3) sorted by relevance
1072 ic->use_adaptive_rx_coalesce = priv->ic_mode & ENETC_IC_RX_ADAPTIVE; in enetc_get_coalesce()1085 int i, ic_mode; in enetc_set_coalesce() local1097 ic_mode = ENETC_IC_NONE; in enetc_set_coalesce()1099 ic_mode |= ENETC_IC_RX_ADAPTIVE; in enetc_set_coalesce()1102 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()1105 ic_mode |= tx_ictt ? ENETC_IC_TX_MANUAL : 0; in enetc_set_coalesce()1108 changed = (ic_mode != priv->ic_mode) || (priv->tx_ictt != tx_ictt); in enetc_set_coalesce()1110 priv->ic_mode = ic_mode; in enetc_set_coalesce()1117 v->rx_dim_en = !!(ic_mode & ENETC_IC_RX_ADAPTIVE); in enetc_set_coalesce()
60 u8 ic_mode; member337 ts->ic_mode = outbuf[0]; in api_protocol_get_ic_mode()
67 u8 ic_mode[2]; member472 memcpy(priv->ic_mode, md, sizeof(md)); in ili251x_firmware_update_ic_mode()557 u8 *md = priv->ic_mode; in ili251x_mode_show()