Searched refs:txerr (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/sys/arm/ti/cpsw/ |
| HD | if_cpsw.c | 1737 int txerr, rxerr, txchan, rxchan; in cpsw_intr_misc_host_error() local 1748 txerr = (dmastat >> 20) & 15; in cpsw_intr_misc_host_error() 1753 switch (txerr) { in cpsw_intr_misc_host_error() 1771 if (txerr != 0) { in cpsw_intr_misc_host_error()
|
| /NextBSD/sys/dev/usb/wlan/ |
| HD | if_ural.c | 612 ural_tx_free(struct ural_tx_data *data, int txerr) in ural_tx_free() argument 617 ieee80211_tx_complete(data->ni, data->m, txerr); in ural_tx_free()
|
| HD | if_rum.c | 740 rum_tx_free(struct rum_tx_data *data, int txerr) in rum_tx_free() argument 745 ieee80211_tx_complete(data->ni, data->m, txerr); in rum_tx_free()
|
| HD | if_zyd.c | 524 zyd_tx_free(struct zyd_tx_data *data, int txerr) in zyd_tx_free() argument 529 ieee80211_tx_complete(data->ni, data->m, txerr); in zyd_tx_free()
|
| HD | if_run.c | 3006 struct run_tx_data *data, int txerr) in run_tx_free() argument 3009 ieee80211_tx_complete(data->ni, data->m, txerr); in run_tx_free()
|