Searched refs:tx_fail (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/openvswitch/
H A Dvport.c317 __u64 tx_fail = 0; local
327 tx_fail += u64_stats_read(&stats->n_fail);
341 if (nla_put_u64_64bit(skb, OVS_VPORT_UPCALL_ATTR_FAIL, tx_fail,
/linux-master/drivers/net/wwan/
H A Dqcom_bam_dmux.c255 goto tx_fail;
259 goto tx_fail;
264 goto tx_fail;
270 tx_fail:
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3709 u32 tx_fail, rx_fail, delay_count, iqk_ready, cal_retry, cal = 0, temp_reg65; local
3876 tx_fail = rtl_get_bbreg(hw, 0xd00, BIT(12));
3878 if (~tx_fail) {
3930 tx_fail = rtl_get_bbreg(hw, 0xd00, BIT(12));
3932 if (~tx_fail) {
4043 tx_fail = rtl_get_bbreg(hw, 0xd00, BIT(12));
4045 if (~tx_fail) {
4202 tx_fail = rtl_get_bbreg(hw, 0xd00, BIT(12));
4204 if (~tx_fail) {
/linux-master/drivers/net/fddi/
H A Ddefza.h391 struct fza_counter tx_fail; /* transmit failures */ member in struct:fza_counters
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c878 u32 tx_fail; local
890 tx_fail = rtw_read32_mask(rtwdev, REG_IQK_RES_RY, BIT_IQK_TX_FAIL);
894 if (!tx_fail && tx_x != IQK_TX_X_ERR && tx_y != IQK_TX_Y_ERR)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4710 u8 reason, status, tx_fail, band, actual_period, expect_period; local
4719 tx_fail = le32_get_bits(c2h->w5, RTW89_C2H_SCANOFLD_W5_TX_FAIL);
4732 "mac_idx[%d] band: %d, chan: %d, reason: %d, status: %d, tx_fail: %d, actual: %d\n",
4733 mac_idx, band, chan, reason, status, tx_fail, actual_period);

Completed in 385 milliseconds