Searched refs:tx_data_rate (Results 1 – 2 of 2) sorted by relevance
571 u32 tx_data_rate; /* Nominal data rate (Gb/s) */ member 1407 priv->tx_data_rate = priv->tx_link_freq[0] * 2; in ub960_parse_dt_txport() 1409 if (priv->tx_data_rate != MHZ(1600) && in ub960_parse_dt_txport() 1410 priv->tx_data_rate != MHZ(1200) && in ub960_parse_dt_txport() 1411 priv->tx_data_rate != MHZ(800) && in ub960_parse_dt_txport() 1412 priv->tx_data_rate != MHZ(400)) { in ub960_parse_dt_txport() 2268 if (priv->tx_data_rate == MHZ(1600)) in ub960_init_tx_port() 2283 switch (priv->tx_data_rate) { in ub960_init_tx_ports_ub960() 2309 switch (priv->tx_data_rate) { in ub960_init_tx_ports_ub9702()
958 int tx_data_rate; in amd8111e_calc_coalesce() local 966 tx_data_rate = coal_conf->tx_bytes - coal_conf->tx_prev_bytes; in amd8111e_calc_coalesce() 1033 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()