Searched refs:gone (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_sense.c101 if (sense->gone != 0) {
128 sense->gone = 0;
140 sense->gone = 1;
H A Dmlx4.h835 int gone; member in struct:mlx4_sense
/freebsd-11-stable/sys/dev/snc/
H A Dif_snc_pccard.c106 if (sc->gone) {
115 sc->gone = 1;
H A Ddp83932var.h202 int gone; member in struct:snc_softc
/freebsd-11-stable/sys/dev/xe/
H A Dif_xevar.h69 u_char gone; /* 1 = Card bailed out */ member in struct:xe_softc
/freebsd-11-stable/sys/dev/ep/
H A Dif_epvar.h65 int gone; /* adapter is not present (for PCCARD) */ member in struct:ep_softc
H A Dif_ep.c286 sc->gone = 0;
368 sc->gone = 1;
400 if (sc->gone)
491 if (sc->gone)
614 if (sc->gone || CSR_READ_2(sc, EP_STATUS) == 0xffff)
999 if (sc->gone)
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme_ctrlr.c1237 int gone, i; local
1246 gone = (nvme_mmio_read_4(ctrlr, csts) == 0xffffffff);
1247 if (gone)
1259 if (!gone)
1273 if (!gone)
1276 if (!gone)
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c185 bool_t gone; /* hardware disappeared */ member in struct:com_s
402 com->gone = TRUE;
1432 && !com->gone
1501 while (!com->gone) {
1702 if (tp == NULL || com->gone) {
2095 if (com == NULL || com->gone)
2135 if (com->gone)
2193 && com->tp->t_state & TS_ISOPEN && !com->gone) {
2228 if (com != NULL && !com->gone
2248 if (com->gone)
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c249 bool_t gone; /* hardware disappeared */ member in struct:com_s
731 com->gone = TRUE;
2193 && !com->gone
2197 && !com->gone
2211 && !com->gone
2286 while (!com->gone) {
2648 if (tp == NULL || com->gone) {
3158 if (com == NULL || com->gone)
3220 if (com->gone)
3320 && com->tp->t_state & TS_ISOPEN && !com->gone) {
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h328 int gone; member in struct:ipoib_dev_priv
H A Dipoib_main.c324 if (priv == NULL || priv->gone != 0)
871 priv->gone = 1;
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua262 -- Something has gone terribly wrong.
/freebsd-11-stable/sbin/routed/
H A Dtable.c1559 int gone)
1575 if (gone) {
1761 * has gone bad, since there may be a working route that
1556 del_static(naddr dst, naddr mask, naddr gate, int gone) argument
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh713 * might even already be gone in the case of cardbus or pccard
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_ethtool.c888 /* check if device is gone */
889 if (priv->gone) {
1315 if (priv->gone != 0) {
H A Den.h956 int gone; member in struct:mlx5e_priv
H A Dmlx5_en_main.c544 if (priv->gone != 0) {
3114 if (priv == NULL || priv->gone != 0)
4181 priv->gone = 1;
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Den.h570 int gone; member in struct:mlx4_en_priv
H A Dmlx4_en_netdev.c1771 priv->gone = 1;
1966 if (priv == NULL || priv->gone != 0)
/freebsd-11-stable/sys/net/
H A Dif_bridge.c1003 int gone)
1044 if (!gone) {
1002 bridge_delete_member(struct bridge_softc *sc, struct bridge_iflist *bif, int gone) argument
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c3648 int gone = 0; local
3650 (void) ipf_flushlist(softc, &gone, &group->fg_start);
3652 return gone;

Completed in 333 milliseconds