Home
last modified time | relevance | path

Searched refs:txerr (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/arm/ti/cpsw/
HDif_cpsw.c1737 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/
HDif_ural.c612 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()
HDif_rum.c740 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()
HDif_zyd.c524 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()
HDif_run.c3006 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()