Lines Matching refs:tx_max
411 debugfs_create_u16("tx_max", 0400, nsim_dev_port->ddir,
1189 u64 tx_max, struct netlink_ext_ack *extack)
1196 err = nsim_rate_bytes_to_units("tx_max", &tx_max, extack);
1200 nsim_dev->vfconfigs[vf_id].max_tx_rate = tx_max;
1209 u16 tx_max;
1227 u64 tx_max, struct netlink_ext_ack *extack)
1232 err = nsim_rate_bytes_to_units("tx_max", &tx_max, extack);
1236 nsim_node->tx_max = tx_max;
1258 debugfs_create_u16("tx_max", 0400, nsim_node->ddir, &nsim_node->tx_max);