Home
last modified time | relevance | path

Searched refs:bd_rtout (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/bpf/
H A Dbpf.c627 delay = ddi_get_lbolt() + d->bd_rtout; in bpfread()
1067 d->bd_rtout = drv_usectohz(tv.tv_sec * 1000000 + in bpfioctl()
1069 if ((d->bd_rtout == 0) && (tv.tv_usec != 0)) in bpfioctl()
1070 d->bd_rtout = 1; in bpfioctl()
1082 ticks = drv_hztousec(d->bd_rtout); in bpfioctl()
1147 d->bd_rtout = drv_usectohz(tv.tv_sec * 1000000 + in bpfioctl()
1149 if ((d->bd_rtout == 0) && (tv.tv_usec != 0)) in bpfioctl()
1150 d->bd_rtout = 1; in bpfioctl()
1162 ticks = drv_hztousec(d->bd_rtout); in bpfioctl()
1427 if (d->bd_rtout > 0 && d->bd_state == BPF_IDLE) { in bpfchpoll()
[all …]
/titanic_44/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h135 ulong_t bd_rtout; /* Read timeout in 'ticks' */ member