Home
last modified time | relevance | path

Searched refs:tx_data_rate (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/i2c/
H A Dds90ub960.c525 u32 tx_data_rate; /* Nominal data rate (Gb/s) */ member
1171 priv->tx_data_rate = priv->tx_link_freq[0] * 2; in ub960_parse_dt_txport()
1173 if (priv->tx_data_rate != MHZ(1600) && in ub960_parse_dt_txport()
1174 priv->tx_data_rate != MHZ(1200) && in ub960_parse_dt_txport()
1175 priv->tx_data_rate != MHZ(800) && in ub960_parse_dt_txport()
1176 priv->tx_data_rate != MHZ(400)) { in ub960_parse_dt_txport()
1782 if (priv->tx_data_rate == MHZ(1600)) in ub960_init_tx_port()
1801 switch (priv->tx_data_rate) { in ub960_init_tx_ports()
1826 switch (priv->tx_data_rate) { in ub960_init_tx_ports()
/linux/drivers/net/ethernet/amd/
H A Damd8111e.c958 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()