Searched refs:max_tx (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/drivers/net/wireless/iwlegacy/ |
D | iwl-4965-debugfs.c | 497 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl4965_ucode_tx_stats_read() local 515 max_tx = &priv->_4965.max_delta.tx; in iwl4965_ucode_tx_stats_read() 524 delta_tx->preamble_cnt, max_tx->preamble_cnt); in iwl4965_ucode_tx_stats_read() 529 delta_tx->rx_detected_cnt, max_tx->rx_detected_cnt); in iwl4965_ucode_tx_stats_read() 535 max_tx->bt_prio_defer_cnt); in iwl4965_ucode_tx_stats_read() 541 max_tx->bt_prio_kill_cnt); in iwl4965_ucode_tx_stats_read() 546 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in iwl4965_ucode_tx_stats_read() 550 delta_tx->cts_timeout, max_tx->cts_timeout); in iwl4965_ucode_tx_stats_read() 555 delta_tx->ack_timeout, max_tx->ack_timeout); in iwl4965_ucode_tx_stats_read() 561 max_tx->expected_ack_cnt); in iwl4965_ucode_tx_stats_read() [all …]
|
D | iwl-3945-debugfs.c | 337 struct iwl39_statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl3945_ucode_tx_stats_read() local 356 max_tx = &priv->_3945.max_delta.tx; in iwl3945_ucode_tx_stats_read() 366 delta_tx->preamble_cnt, max_tx->preamble_cnt); in iwl3945_ucode_tx_stats_read() 372 delta_tx->rx_detected_cnt, max_tx->rx_detected_cnt); in iwl3945_ucode_tx_stats_read() 379 max_tx->bt_prio_defer_cnt); in iwl3945_ucode_tx_stats_read() 386 max_tx->bt_prio_kill_cnt); in iwl3945_ucode_tx_stats_read() 392 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in iwl3945_ucode_tx_stats_read() 397 delta_tx->cts_timeout, max_tx->cts_timeout); in iwl3945_ucode_tx_stats_read() 403 delta_tx->ack_timeout, max_tx->ack_timeout); in iwl3945_ucode_tx_stats_read() 410 max_tx->expected_ack_cnt); in iwl3945_ucode_tx_stats_read() [all …]
|
/linux-2.6.39/drivers/net/wireless/iwlwifi/ |
D | iwl-agn-debugfs.c | 522 struct statistics_tx *tx, *accum_tx, *delta_tx, *max_tx; in iwl_ucode_tx_stats_read() local 541 max_tx = &priv->_agn.max_delta_bt.tx; in iwl_ucode_tx_stats_read() 546 max_tx = &priv->_agn.max_delta.tx; in iwl_ucode_tx_stats_read() 556 delta_tx->preamble_cnt, max_tx->preamble_cnt); in iwl_ucode_tx_stats_read() 561 delta_tx->rx_detected_cnt, max_tx->rx_detected_cnt); in iwl_ucode_tx_stats_read() 567 max_tx->bt_prio_defer_cnt); in iwl_ucode_tx_stats_read() 573 max_tx->bt_prio_kill_cnt); in iwl_ucode_tx_stats_read() 578 delta_tx->few_bytes_cnt, max_tx->few_bytes_cnt); in iwl_ucode_tx_stats_read() 582 delta_tx->cts_timeout, max_tx->cts_timeout); in iwl_ucode_tx_stats_read() 587 delta_tx->ack_timeout, max_tx->ack_timeout); in iwl_ucode_tx_stats_read() [all …]
|
/linux-2.6.39/drivers/usb/core/ |
D | config.c | 53 int max_tx; in usb_parse_ss_endpoint_companion() local 126 max_tx = ep->desc.wMaxPacketSize * (desc->bMaxBurst + 1) * in usb_parse_ss_endpoint_companion() 129 max_tx = ep->desc.wMaxPacketSize * (desc->bMaxBurst + 1); in usb_parse_ss_endpoint_companion() 131 max_tx = 999999; in usb_parse_ss_endpoint_companion() 132 if (desc->wBytesPerInterval > max_tx) { in usb_parse_ss_endpoint_companion() 139 max_tx); in usb_parse_ss_endpoint_companion() 140 ep->ss_ep_comp.wBytesPerInterval = max_tx; in usb_parse_ss_endpoint_companion()
|
/linux-2.6.39/net/bluetooth/ |
D | l2cap_sock.c | 405 opts.max_tx = l2cap_pi(sk)->max_tx; in l2cap_sock_getsockopt_old() 551 opts.max_tx = l2cap_pi(sk)->max_tx; in l2cap_sock_setsockopt_old() 583 l2cap_pi(sk)->max_tx = opts.max_tx; in l2cap_sock_setsockopt_old() 1013 pi->max_tx = l2cap_pi(parent)->max_tx; in l2cap_sock_init() 1028 pi->max_tx = L2CAP_DEFAULT_MAX_TX; in l2cap_sock_init()
|
D | l2cap_core.c | 1634 rfc.max_transmit = pi->max_tx; in l2cap_build_conf_req()
|
/linux-2.6.39/include/net/bluetooth/ |
D | l2cap.h | 62 __u8 max_tx; member 375 __u8 max_tx; member
|
/linux-2.6.39/drivers/net/irda/ |
D | kingsun-sir.c | 114 __u8 max_tx; /* max. atomic write to dongle member 493 kingsun->max_tx = (__u8)maxp_out; in kingsun_probe()
|