| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | qos.h | 23 u64 tx_max, struct netlink_ext_ack *extack); 35 u64 tx_max, struct netlink_ext_ack *extack);
|
| /linux/Documentation/networking/devlink/ |
| H A D | netdevsim.rst | 67 - setting tx_share and tx_max rate values for any rate object type; 76 rate_parent tx_max tx_share 84 dev ethtool rate_parent tx_max tx_share
|
| H A D | ice.rst | 380 tx_max, tx_priority and tx_weight to each node in a tree. So effectively 408 * - ``tx_max`` 417 It specifies an absolute BW. While tx_max defines the maximum
|
| H A D | devlink-port.rst | 398 ``tx_max`` 418 to all node children limits. ``tx_max`` is an upper limit for children.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-net-cdc_ncm | 7 than this to tx_max, allowing the device to receive 8 tx_max sized frames with no terminating short 13 Padding to tx_max allows the driver to transmit NTBs 19 Set to 0 to pad all frames. Set greater than tx_max to 57 What: /sys/class/net/<iface>/cdc_ncm/tx_max
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ncm.c | 225 return sprintf(buf, "%u\n", ctx->tx_max); in tx_max_show() 264 cdc_ncm_update_rxtx_max(dev, val, ctx->tx_max); in rx_max_store() 308 static DEVICE_ATTR_RW(tx_max); 437 if (val != ctx->tx_max) in cdc_ncm_update_rxtx_max() 452 if (netif_running(dev->net) && val > ctx->tx_max) { in cdc_ncm_update_rxtx_max() 460 ctx->tx_max = val; in cdc_ncm_update_rxtx_max() 463 ctx->tx_max = val; in cdc_ncm_update_rxtx_max() 466 dev->hard_mtu = ctx->tx_max; in cdc_ncm_update_rxtx_max() 472 ctx->min_tx_pkt = clamp_t(u16, ctx->tx_max - 3 * usb_maxpacket(dev->udev, dev->out), in cdc_ncm_update_rxtx_max() 473 CDC_NCM_MIN_TX_PKT, ctx->tx_max); in cdc_ncm_update_rxtx_max() [all …]
|
| /linux/sound/soc/tegra/ |
| H A D | tegra210_admaif.c | 128 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_wr_reg() local 137 } else if ((reg >= tx_base) && (reg < tx_max)) { in tegra_admaif_wr_reg() 162 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_rd_reg() local 173 } else if ((reg >= tx_base) && (reg < tx_max)) { in tegra_admaif_rd_reg() 206 unsigned int tx_max = tx_base + (num_ch * ch_stride); in tegra_admaif_volatile_reg() local 215 } else if ((reg >= tx_base) && (reg < tx_max)) { in tegra_admaif_volatile_reg()
|
| /linux/include/linux/usb/ |
| H A D | cdc_ncm.h | 131 u32 tx_max; member
|
| /linux/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00mac.c | 813 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in rt2x00mac_get_ringparam() argument 820 *tx_max += queue->limit; in rt2x00mac_get_ringparam()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | mac80211-ops.c | 745 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in ath5k_get_ringparam() argument 751 *tx_max = ATH5K_TXQ_LEN_MAX; in ath5k_get_ringparam()
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | devlink.sh | 793 rate_attr_tx_rate_check $r_obj tx_max $rate \ 794 $DEBUGFS_DIR/ports/${r_obj##*/}/tx_max 819 rate_attr_tx_rate_check $node1 tx_max $node_tx_max \ 820 $DEBUGFS_DIR/rate_nodes/${node1##*/}/tx_max
|
| /linux/net/devlink/ |
| H A D | rate.c | 139 devlink_rate->tx_max)) in devlink_nl_rate_fill() 459 devlink_rate->tx_max = rate; in devlink_nl_rate_set()
|
| /linux/net/mac80211/ |
| H A D | trace.h | 1454 TP_PROTO(struct ieee80211_local *local, u32 *tx, u32 *tx_max, 1457 TP_ARGS(local, tx, tx_max, rx, rx_max), 1462 __field(u32, tx_max) 1470 __entry->tx_max = *tx_max; 1478 __entry->tx, __entry->tx_max, __entry->rx, __entry->rx_max
|
| H A D | driver-ops.h | 849 u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max) in drv_get_ringparam() argument 854 trace_drv_get_ringparam(local, tx, tx_max, rx, rx_max); in drv_get_ringparam() 856 local->ops->get_ringparam(&local->hw, tx, tx_max, rx, rx_max); in drv_get_ringparam()
|
| /linux/net/wireless/ |
| H A D | trace.h | 1902 TP_PROTO(struct wiphy *wiphy, u32 tx, u32 tx_max, 1904 TP_ARGS(wiphy, tx, tx_max, rx, rx_max), 1908 __field(u32, tx_max) 1915 __entry->tx_max = tx_max; 1920 WIPHY_PR_ARG, __entry->tx, __entry->tx_max, __entry->rx,
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | t4fw_api.h | 612 __be32 tx_max; member
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_sched.c | 975 new_node->tx_max = ICE_SCHED_DFLT_BW; in ice_sched_add_elems()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | cm.c | 1990 req->tcb.tx_max = (__force __be32) jiffies; in send_fw_act_open_req()
|