Searched refs:txf (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c566 sprintf(string, "txf%d_ucast_octets", i); bnad_get_strings()
568 sprintf(string, "txf%d_ucast", i); bnad_get_strings()
570 sprintf(string, "txf%d_ucast_vlan", i); bnad_get_strings()
572 sprintf(string, "txf%d_mcast_octets", i); bnad_get_strings()
574 sprintf(string, "txf%d_mcast", i); bnad_get_strings()
576 sprintf(string, "txf%d_mcast_vlan", i); bnad_get_strings()
578 sprintf(string, "txf%d_bcast_octets", i); bnad_get_strings()
580 sprintf(string, "txf%d_bcast", i); bnad_get_strings()
582 sprintf(string, "txf%d_bcast_vlan", i); bnad_get_strings()
584 sprintf(string, "txf%d_errors", i); bnad_get_strings()
586 sprintf(string, "txf%d_filter_vlan", i); bnad_get_strings()
588 sprintf(string, "txf%d_filter_mac_sa", i); bnad_get_strings()
891 /* Fill hardware stats excluding the rxf/txf into ethtool bufs */ bnad_get_ethtool_stats()
899 /* Fill txf stats into ethtool buffers */ bnad_get_ethtool_stats()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dmac-ctxt.c720 u8 txf = iwl_mvm_ac_to_tx_fifo[i]; iwl_mvm_mac_ctxt_cmd_common() local
722 cmd->ac[txf].cw_min = iwl_mvm_mac_ctxt_cmd_common()
724 cmd->ac[txf].cw_max = iwl_mvm_mac_ctxt_cmd_common()
726 cmd->ac[txf].edca_txop = iwl_mvm_mac_ctxt_cmd_common()
728 cmd->ac[txf].aifsn = mvmvif->queue_params[i].aifs; iwl_mvm_mac_ctxt_cmd_common()
729 cmd->ac[txf].fifos_mask = BIT(txf); iwl_mvm_mac_ctxt_cmd_common()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1217 ulong txf = ndev->stats.tx_packets; wil_info_debugfs_show() local
1223 seq_printf(s, "Tx irqs:packets : %8d : %8ld\n", tx, txf - txf_old); wil_info_debugfs_show()
1225 txf_old = txf; wil_info_debugfs_show()

Completed in 121 milliseconds