Searched refs:tx_pkt (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_mbox.c | 967 struct htc_packet *tx_pkt) in ath6kl_htc_tx_try() argument 989 if (ep_cb.tx_full(endpoint->target, tx_pkt) == in ath6kl_htc_tx_try() 997 list_add_tail(&tx_pkt->list, &endpoint->txq); in ath6kl_htc_tx_try() 2428 struct htc_packet *tx_pkt = NULL; in ath6kl_htc_mbox_conn_service() local 2447 tx_pkt = htc_get_control_buf(target, true); in ath6kl_htc_mbox_conn_service() 2449 if (!tx_pkt) in ath6kl_htc_mbox_conn_service() 2452 conn_msg = (struct htc_conn_service_msg *)tx_pkt->buf; in ath6kl_htc_mbox_conn_service() 2458 set_htc_pkt_info(tx_pkt, NULL, (u8 *) conn_msg, in ath6kl_htc_mbox_conn_service() 2463 tx_pkt->completion = NULL; in ath6kl_htc_mbox_conn_service() 2464 ath6kl_htc_tx_prep_pkt(tx_pkt, 0, 0, 0); in ath6kl_htc_mbox_conn_service() [all …]
|
D | core.h | 447 u64 tx_pkt; member
|
D | main.c | 712 stats->tx_pkt += le32_to_cpu(tgt_stats->stats.tx.pkt); in ath6kl_update_target_stats()
|
D | cfg80211.c | 1812 sinfo->tx_packets = vif->target_stats.tx_pkt; in ath6kl_get_station()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 2850 int tx_pkt = 0, index; in bnx2_tx_int() local 2909 tx_pkt++; in bnx2_tx_int() 2910 if (tx_pkt == budget) in bnx2_tx_int() 2917 netdev_tx_completed_queue(txq, tx_pkt, tx_bytes); in bnx2_tx_int() 2937 return tx_pkt; in bnx2_tx_int()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 518 unsigned long tx_pkt; member
|
D | bnx2x_cmn.c | 4224 txdata->tx_pkt++; in bnx2x_start_xmit()
|
D | bnx2x_main.c | 6421 txdata->tx_pkt = 0; in bnx2x_init_tx_ring_one()
|