Searched refs:tx_frame (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ |
H A D | hw.c | 169 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 D | ath.h | 49 u32 tx_frame; member
|
/openbmc/qemu/hw/net/ |
H A D | tulip.c | 40 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 D | ioctl.h | 132 u32 tx_frame; member
|
H A D | sta_cmdresp.c | 226 stats->tx_frame = le32_to_cpu(get_log->tx_frame); in mwifiex_ret_get_log()
|
H A D | debugfs.c | 214 stats.tx_frame, in mwifiex_getlog_read()
|
H A D | fw.h | 1255 __le32 tx_frame; member
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | 57xx_hsi_bnx2fc.h | 661 struct fcoe_fc_frame tx_frame; member
|
H A D | bnx2fc_hwi.c | 1685 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 D | link.c | 530 survey->time_tx += cc->tx_frame / div; in ath_update_survey_stats()
|
H A D | ar9003_phy.c | 2146 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 D | mac80211-ops.c | 665 ah->survey.time_tx += cc->tx_frame / div; in ath5k_get_survey()
|
H A D | debug.c | 714 CC_PRINT(as->last_cc, tx_frame)); in read_file_ani()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 867 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 D | cnic_defs.h | 2963 struct fcoe_fc_frame tx_frame; member
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.h | 3500 void *tx_frame; member
|