Searched refs:tx_val (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | vsc9953.c | 753 u32 tx_val; in vsc9953_port_statistics_show() local 784 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64) + in vsc9953_port_statistics_show() 792 "Rx frames:", rx_val, "Tx frames:", tx_val); in vsc9953_port_statistics_show() 796 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_oct); in vsc9953_port_statistics_show() 798 "Rx bytes:", rx_val, "Tx bytes:", tx_val); in vsc9953_port_statistics_show() 817 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_sz_64) + in vsc9953_port_statistics_show() 825 "Rx frames ok:", rx_val, "Tx frames ok:", tx_val); in vsc9953_port_statistics_show() 829 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_uc); in vsc9953_port_statistics_show() 831 "Rx unicast:", rx_val, "Tx unicast:", tx_val); in vsc9953_port_statistics_show() 835 tx_val = in_le32(&l2sys_reg->stat.tx_cntrs.c_tx_bc); in vsc9953_port_statistics_show() [all …]
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | pcie.c | 1569 u32 wrptr, rd_index, tx_val; in mwifiex_pcie_process_recv_data() local 1676 tx_val = card->txbd_wrptr & reg->tx_wrap_mask; in mwifiex_pcie_process_recv_data() 1679 card->rxbd_rdptr | tx_val)) { in mwifiex_pcie_process_recv_data()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | coex.c | 3235 u8 tx_val, u8 rx_val) in _set_bt_plut() argument 3240 plt.tx = tx_val; in _set_bt_plut()
|