Home
last modified time | relevance | path

Searched refs:max_tx (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D4965-debug.c479 struct stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il4965_ucode_tx_stats_read() local
497 max_tx = &il->_4965.max_delta.tx; in il4965_ucode_tx_stats_read()
504 delta_tx->preamble_cnt, max_tx->preamble_cnt); in il4965_ucode_tx_stats_read()
509 max_tx->rx_detected_cnt); in il4965_ucode_tx_stats_read()
514 max_tx->bt_prio_defer_cnt); in il4965_ucode_tx_stats_read()
519 max_tx->bt_prio_kill_cnt); in il4965_ucode_tx_stats_read()
523 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il4965_ucode_tx_stats_read()
527 delta_tx->cts_timeout, max_tx->cts_timeout); in il4965_ucode_tx_stats_read()
531 delta_tx->ack_timeout, max_tx->ack_timeout); in il4965_ucode_tx_stats_read()
536 max_tx->expected_ack_cnt); in il4965_ucode_tx_stats_read()
[all …]
D3945-debug.c325 struct iwl39_stats_tx *tx, *accum_tx, *delta_tx, *max_tx; in il3945_ucode_tx_stats_read() local
344 max_tx = &il->_3945.max_delta.tx; in il3945_ucode_tx_stats_read()
355 delta_tx->preamble_cnt, max_tx->preamble_cnt); in il3945_ucode_tx_stats_read()
361 max_tx->rx_detected_cnt); in il3945_ucode_tx_stats_read()
367 max_tx->bt_prio_defer_cnt); in il3945_ucode_tx_stats_read()
373 max_tx->bt_prio_kill_cnt); in il3945_ucode_tx_stats_read()
378 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in il3945_ucode_tx_stats_read()
383 delta_tx->cts_timeout, max_tx->cts_timeout); in il3945_ucode_tx_stats_read()
388 delta_tx->ack_timeout, max_tx->ack_timeout); in il3945_ucode_tx_stats_read()
394 max_tx->expected_ack_cnt); in il3945_ucode_tx_stats_read()
[all …]
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Ddebugfs.c1152 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_dbgfs_ucode_tx_stats_read() local
1170 max_tx = &priv->max_delta_stats.tx; in iwl_dbgfs_ucode_tx_stats_read()
1179 delta_tx->preamble_cnt, max_tx->preamble_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1184 delta_tx->rx_detected_cnt, max_tx->rx_detected_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1190 max_tx->bt_prio_defer_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1196 max_tx->bt_prio_kill_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1201 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1205 delta_tx->cts_timeout, max_tx->cts_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1210 delta_tx->ack_timeout, max_tx->ack_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1216 max_tx->expected_ack_cnt); in iwl_dbgfs_ucode_tx_stats_read()
[all …]
/Linux-v4.19/drivers/usb/core/
Dconfig.c77 int max_tx; in usb_parse_ss_endpoint_companion() local
154 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion()
158 max_tx = usb_endpoint_maxp(&ep->desc) * in usb_parse_ss_endpoint_companion()
161 max_tx = 999999; in usb_parse_ss_endpoint_companion()
162 if (le16_to_cpu(desc->wBytesPerInterval) > max_tx) { in usb_parse_ss_endpoint_companion()
169 max_tx); in usb_parse_ss_endpoint_companion()
170 ep->ss_ep_comp.wBytesPerInterval = cpu_to_le16(max_tx); in usb_parse_ss_endpoint_companion()
/Linux-v4.19/net/bluetooth/
Dl2cap_sock.c427 opts.max_tx = chan->max_tx; in l2cap_sock_getsockopt_old()
661 opts.max_tx = chan->max_tx; in l2cap_sock_setsockopt_old()
700 chan->max_tx = opts.max_tx; in l2cap_sock_setsockopt_old()
1530 chan->max_tx = pchan->max_tx; in l2cap_sock_init()
Dl2cap_core.c500 chan->max_tx = L2CAP_DEFAULT_MAX_TX; in l2cap_chan_set_defaults()
503 chan->remote_max_tx = chan->max_tx; in l2cap_chan_set_defaults()
1976 if (chan->max_tx != 0 && in l2cap_ertm_resend()
1977 bt_cb(skb)->l2cap.retries > chan->max_tx) { in l2cap_ertm_resend()
1978 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_ertm_resend()
2815 if (chan->max_tx == 0 || chan->retry_count < chan->max_tx) { in l2cap_tx_state_wait_f()
3251 rfc.max_transmit = chan->max_tx; in l2cap_build_conf_req()
5995 if (chan->max_tx != 0 && bt_cb(skb)->l2cap.retries >= chan->max_tx) { in l2cap_handle_srej()
5996 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_handle_srej()
6047 if (chan->max_tx && skb && in l2cap_handle_rej()
[all …]
Da2mp.c779 chan->remote_max_tx = chan->max_tx; in a2mp_chan_open()
/Linux-v4.19/drivers/tty/serial/
Drp2.c434 u16 max_tx = FIFO_SIZE - readw(up->base + RP2_TX_FIFO_COUNT); in rp2_tx_chars() local
442 for (; max_tx != 0; max_tx--) { in rp2_tx_chars()
/Linux-v4.19/drivers/spi/
Dspi.c950 unsigned int max_tx, max_rx; in spi_map_msg() local
953 max_tx = 0; in spi_map_msg()
959 max_tx = max(xfer->len, max_tx); in spi_map_msg()
965 if (max_tx) { in spi_map_msg()
966 tmp = krealloc(ctlr->dummy_tx, max_tx, in spi_map_msg()
971 memset(tmp, 0, max_tx); in spi_map_msg()
982 if (max_tx || max_rx) { in spi_map_msg()
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h80 __u8 max_tx; member
532 __u8 max_tx; member
/Linux-v4.19/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-ethtool.c144 channel->max_tx = XLGMAC_MAX_DMA_CHANNELS; in xlgmac_ethtool_get_channels()
/Linux-v4.19/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c254 channel->max_tx = SXGBE_MAX_TX_CHANNELS; in sxgbe_get_channels()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ethtool.c1218 channel->max_tx = min(nn->max_tx_rings, nn->max_r_vecs); in nfp_net_get_channels()
1219 channel->max_combined = min(channel->max_rx, channel->max_tx); in nfp_net_get_channels()
/Linux-v4.19/include/uapi/linux/
Dethtool.h518 __u32 max_tx; member
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c7840 int max_rx, max_tx, tx_sets = 1; in bnxt_check_rings() local
7848 rc = bnxt_get_max_rings(bp, &max_rx, &max_tx, sh); in bnxt_check_rings()
7856 if (max_tx < tx_rings_needed) in bnxt_check_rings()
8616 static void _bnxt_get_max_rings(struct bnxt *bp, int *max_rx, int *max_tx, in _bnxt_get_max_rings() argument
8622 *max_tx = hw_resc->max_tx_rings; in _bnxt_get_max_rings()
8637 int bnxt_get_max_rings(struct bnxt *bp, int *max_rx, int *max_tx, bool shared) in bnxt_get_max_rings() argument
8643 *max_tx = tx; in bnxt_get_max_rings()
8647 return bnxt_trim_rings(bp, max_rx, max_tx, cp, shared); in bnxt_get_max_rings()
8650 static int bnxt_get_dflt_rings(struct bnxt *bp, int *max_rx, int *max_tx, in bnxt_get_dflt_rings() argument
8655 rc = bnxt_get_max_rings(bp, max_rx, max_tx, shared); in bnxt_get_dflt_rings()
[all …]
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c495 u32 max_rx = 0, max_tx = 0, tx_count = 0, rx_count = 0; in lio_ethtool_get_channels() local
502 max_tx = CFG_GET_IQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
526 channel->max_tx = max_tx; in lio_ethtool_get_channels()
/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_ethtool.c747 channels->max_tx = adapter->num_queues; in ena_get_channels()
/Linux-v4.19/drivers/net/ethernet/amd/xgbe/
Dxgbe-ethtool.c730 channels->max_tx = tx ? tx - 1 : 0; in xgbe_get_channels()
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c714 channel->max_tx = nic->max_queues; in nicvf_get_channels()
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c189 channels->max_tx = hwdev->nic_cap.max_qps; in hinic_get_channels()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c820 ch->max_tx = priv->ae_handle->q_num; in hns_get_channels()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c1216 ch->max_tx = be_max_tx_irqs(adapter) - 1; in be_get_channels()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c729 channel->max_tx = adapter->max_tx_rings; in qlcnic_get_channels()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_ethtool.c1000 channels->max_tx = QEDE_MAX_RSS_CNT(edev); in qede_get_channels()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1800 channel->max_tx = priv->mdev->profile.max_num_tx_rings_p_up; in mlx4_en_get_channels()

12