Searched refs:txerr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | sun7i-a20-olinuxino-micro.dts | 245 gmac_txerr: gmac-txerr-pin {
|
| /freebsd-12.1/sys/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 2085 int txerr, rxerr, txchan, rxchan; in cpsw_intr_misc_host_error() local 2096 txerr = (dmastat >> 20) & 15; in cpsw_intr_misc_host_error() 2101 switch (txerr) { in cpsw_intr_misc_host_error() 2119 if (txerr != 0) { in cpsw_intr_misc_host_error()
|
| /freebsd-12.1/sys/dev/usb/wlan/ |
| H A D | if_ural.c | 613 ural_tx_free(struct ural_tx_data *data, int txerr) in ural_tx_free() argument 618 ieee80211_tx_complete(data->ni, data->m, txerr); in ural_tx_free()
|
| H A D | if_rum.c | 793 rum_tx_free(struct rum_tx_data *data, int txerr) in rum_tx_free() argument 798 ieee80211_tx_complete(data->ni, data->m, txerr); in rum_tx_free()
|
| H A D | if_zyd.c | 522 zyd_tx_free(struct zyd_tx_data *data, int txerr) in zyd_tx_free() argument 527 ieee80211_tx_complete(data->ni, data->m, txerr); in zyd_tx_free()
|
| H A D | if_run.c | 3092 struct run_tx_data *data, int txerr) in run_tx_free() argument 3095 ieee80211_tx_complete(data->ni, data->m, txerr); in run_tx_free()
|