Home
last modified time | relevance | path

Searched refs:tx_frame (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/
H A Dhw.c169 common->cc_ani.tx_frame += tx; in ath_hw_cycle_counters_update()
174 common->cc_survey.tx_frame += tx; in ath_hw_cycle_counters_update()
183 listen_time = (cc->cycles - cc->rx_frame - cc->tx_frame) / in ath_hw_get_listen_time()
H A Dath.h49 u32 tx_frame; member
/openbmc/qemu/hw/net/
H A Dtulip.c40 uint8_t tx_frame[2048]; member
60 VMSTATE_BUFFER(tx_frame, TULIPState),
566 tulip_receive(s, s->tx_frame, s->tx_frame_len); in tulip_tx()
567 } else if (s->tx_frame_len <= sizeof(s->tx_frame)) { in tulip_tx()
569 s->tx_frame, s->tx_frame_len); in tulip_tx()
584 if (s->tx_frame_len + len1 > sizeof(s->tx_frame)) { in tulip_copy_tx_buffers()
587 __func__, s->tx_frame_len, len1, sizeof(s->tx_frame)); in tulip_copy_tx_buffers()
592 s->tx_frame + s->tx_frame_len, len1); in tulip_copy_tx_buffers()
596 if (s->tx_frame_len + len2 > sizeof(s->tx_frame)) { in tulip_copy_tx_buffers()
599 __func__, s->tx_frame_len, len2, sizeof(s->tx_frame)); in tulip_copy_tx_buffers()
[all …]
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dioctl.h132 u32 tx_frame; member
H A Dsta_cmdresp.c226 stats->tx_frame = le32_to_cpu(get_log->tx_frame); in mwifiex_ret_get_log()
H A Ddebugfs.c214 stats.tx_frame, in mwifiex_getlog_read()
H A Dfw.h1255 __le32 tx_frame; member
/openbmc/linux/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h661 struct fcoe_fc_frame tx_frame; member
H A Dbnx2fc_hwi.c1685 hdr = (u64 *) &task->txwr_rxrd.union_ctx.tx_frame.fc_hdr; in bnx2fc_init_mp_task()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dlink.c530 survey->time_tx += cc->tx_frame / div; in ath_update_survey_stats()
H A Dar9003_phy.c2146 PCT(rx_busy), PCT(rx_frame), PCT(tx_frame)); in ar9003_hw_bb_watchdog_dbg_info()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c665 ah->survey.time_tx += cc->tx_frame / div; in ath5k_get_survey()
H A Ddebug.c714 CC_PRINT(as->last_cc, tx_frame)); in read_file_ani()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c867 u8 *tx_frame; in ice_loopback_test() local
906 if (ice_lbtest_create_frame(pf, &tx_frame, ICE_LB_FRAME_SIZE)) { in ice_loopback_test()
913 if (ice_diag_send(tx_ring, tx_frame, ICE_LB_FRAME_SIZE)) { in ice_loopback_test()
926 devm_kfree(dev, tx_frame); in ice_loopback_test()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2963 struct fcoe_fc_frame tx_frame; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3500 void *tx_frame; member