Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/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-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Ddebugfs.c1153 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_dbgfs_ucode_tx_stats_read() local
1171 max_tx = &priv->max_delta_stats.tx; in iwl_dbgfs_ucode_tx_stats_read()
1180 delta_tx->preamble_cnt, max_tx->preamble_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1185 delta_tx->rx_detected_cnt, max_tx->rx_detected_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1191 max_tx->bt_prio_defer_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1197 max_tx->bt_prio_kill_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1202 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in iwl_dbgfs_ucode_tx_stats_read()
1206 delta_tx->cts_timeout, max_tx->cts_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1211 delta_tx->ack_timeout, max_tx->ack_timeout); in iwl_dbgfs_ucode_tx_stats_read()
1217 max_tx->expected_ack_cnt); in iwl_dbgfs_ucode_tx_stats_read()
[all …]
/linux-4.4.14/drivers/usb/core/
Dconfig.c51 int max_tx; in usb_parse_ss_endpoint_companion() local
125 max_tx = (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion()
129 max_tx = usb_endpoint_maxp(&ep->desc) * in usb_parse_ss_endpoint_companion()
132 max_tx = 999999; in usb_parse_ss_endpoint_companion()
133 if (le16_to_cpu(desc->wBytesPerInterval) > max_tx) { in usb_parse_ss_endpoint_companion()
140 max_tx); in usb_parse_ss_endpoint_companion()
141 ep->ss_ep_comp.wBytesPerInterval = cpu_to_le16(max_tx); in usb_parse_ss_endpoint_companion()
/linux-4.4.14/net/bluetooth/
Dl2cap_sock.c426 opts.max_tx = chan->max_tx; in l2cap_sock_getsockopt_old()
660 opts.max_tx = chan->max_tx; in l2cap_sock_setsockopt_old()
699 chan->max_tx = opts.max_tx; in l2cap_sock_setsockopt_old()
1519 chan->max_tx = pchan->max_tx; in l2cap_sock_init()
Dl2cap_core.c489 chan->max_tx = L2CAP_DEFAULT_MAX_TX; in l2cap_chan_set_defaults()
492 chan->remote_max_tx = chan->max_tx; in l2cap_chan_set_defaults()
1965 if (chan->max_tx != 0 && in l2cap_ertm_resend()
1966 bt_cb(skb)->l2cap.retries > chan->max_tx) { in l2cap_ertm_resend()
1967 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_ertm_resend()
2794 if (chan->max_tx == 0 || chan->retry_count < chan->max_tx) { in l2cap_tx_state_wait_f()
3226 rfc.max_transmit = chan->max_tx; in l2cap_build_conf_req()
5965 if (chan->max_tx != 0 && bt_cb(skb)->l2cap.retries >= chan->max_tx) { in l2cap_handle_srej()
5966 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_handle_srej()
6017 if (chan->max_tx && skb && in l2cap_handle_rej()
[all …]
Da2mp.c779 chan->remote_max_tx = chan->max_tx; in a2mp_chan_open()
/linux-4.4.14/drivers/spi/
Dspi.c865 unsigned int max_tx, max_rx; in spi_map_msg() local
868 max_tx = 0; in spi_map_msg()
874 max_tx = max(xfer->len, max_tx); in spi_map_msg()
880 if (max_tx) { in spi_map_msg()
881 tmp = krealloc(master->dummy_tx, max_tx, in spi_map_msg()
886 memset(tmp, 0, max_tx); in spi_map_msg()
897 if (max_tx || max_rx) { in spi_map_msg()
/linux-4.4.14/drivers/net/irda/
Dkingsun-sir.c113 __u8 max_tx; /* max. atomic write to dongle member
499 kingsun->max_tx = (__u8)maxp_out; in kingsun_probe()
/linux-4.4.14/drivers/tty/serial/
Drp2.c437 u16 max_tx = FIFO_SIZE - readw(up->base + RP2_TX_FIFO_COUNT); in rp2_tx_chars() local
445 for (; max_tx != 0; max_tx--) { in rp2_tx_chars()
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_ethtool.c164 u32 max_rx = 0, max_tx = 0, tx_count = 0, rx_count = 0; in lio_ethtool_get_channels() local
170 max_tx = CFG_GET_IQ_MAX_Q(conf6x); in lio_ethtool_get_channels()
176 channel->max_tx = max_tx; in lio_ethtool_get_channels()
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h80 __u8 max_tx; member
526 __u8 max_tx; member
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_ethtool.c275 channel->max_tx = SXGBE_MAX_TX_CHANNELS; in sxgbe_get_channels()
/linux-4.4.14/include/uapi/linux/
Dethtool.h495 __u32 max_tx; member
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c622 channel->max_tx = nic->max_queues; in nicvf_get_channels()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c5613 void bnxt_get_max_rings(struct bnxt *bp, int *max_rx, int *max_tx) in bnxt_get_max_rings() argument
5618 *max_tx = bp->pf.max_pf_tx_rings; in bnxt_get_max_rings()
5624 *max_tx = bp->vf.max_tx_rings; in bnxt_get_max_rings()
5634 *max_tx = min_t(int, *max_tx, max_rings); in bnxt_get_max_rings()
Dbnxt_ethtool.c220 channel->max_tx = max_tx_rings; in bnxt_get_channels()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_ethtool.c823 ch->max_tx = priv->ae_handle->q_num; in hns_get_channels()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c719 channel->max_tx = adapter->max_tx_rings; in qlcnic_get_channels()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1703 channel->max_tx = MLX4_EN_MAX_TX_RING_P_UP; in mlx4_en_get_channels()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c7767 channels->max_tx = max_tx_rings; in bnx2_get_channels()
Dtg3.c12634 channel->max_tx = tp->txq_max; in tg3_get_channels()