Searched refs:tx_timeout (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/dev/cs/
H A Dif_csvar.h69 int tx_timeout; member in struct:cs_softc
H A Dif_cs.c636 sc->tx_timeout = 0;
804 sc->tx_timeout = 0;
810 sc->tx_timeout = 0;
815 sc->tx_timeout = 0;
931 sc->tx_timeout = sc->buf_len;
943 sc->tx_timeout = length;
964 sc->tx_timeout = 0;
1133 if (sc->tx_timeout && --sc->tx_timeout == 0) {
/freebsd-9.3-release/sys/dev/xe/
H A Dif_xevar.h40 int tx_timeout; member in struct:xe_softc
H A Dif_xe.c351 scp->tx_timeout = 0;
508 scp->tx_timeout = 5;
641 scp->tx_timeout = 0;
922 if (scp->tx_timeout && --scp->tx_timeout == 0) {
1323 scp->tx_timeout = 0;
/freebsd-9.3-release/sys/dev/ex/
H A Dif_exvar.h70 int tx_timeout; member in struct:ex_softc
H A Dif_ex.c321 sc->tx_timeout = 0;
573 sc->tx_timeout = 2;
610 sc->tx_timeout = 0;
675 sc->tx_timeout = 0;
979 if (sc->tx_timeout && --sc->tx_timeout == 0) {
/freebsd-9.3-release/sys/dev/tx/
H A Dif_txvar.h81 int tx_timeout; member in struct:__anon9044
H A Dif_tx.c717 sc->tx_timeout = 8;
928 sc->tx_timeout = 0;
977 if (sc->tx_timeout && --sc->tx_timeout == 0) {
1553 sc->tx_timeout = 0;
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fevar.h120 int tx_timeout; member in struct:fe_softc
H A Dif_fe.c973 sc->tx_timeout = 0;
998 if (sc->tx_timeout && --sc->tx_timeout == 0) {
1150 sc->tx_timeout = 1 + sc->txb_count;
1546 sc->tx_timeout = 0;
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h472 uint32_t tx_timeout; member in struct:wpi_power
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmlx4_en.h458 unsigned long tx_timeout; member in struct:mlx4_en_port_stats
H A Den_netdev.c783 priv->port_stats.tx_timeout++;
1417 SYSCTL_ADD_ULONG(ctx, node_list, OID_AUTO, "tx_timeout", CTLFLAG_RD,
1418 &priv->port_stats.tx_timeout, "Transmit timeouts");
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c6824 net_dev->tx_timeout = linux_timeout;

Completed in 281 milliseconds