OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iha_speed
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_ieee1394.h
39
uint8_t
iha_speed
; /* min of link/PHY speed */
member in struct:ieee1394_hwaddr
if_ieee1394subr.c
211
hwdst->
iha_speed
= 0; /* XXX */
215
if (hwdst->
iha_speed
> myaddr->
iha_speed
)
216
hwdst->
iha_speed
= myaddr->
iha_speed
;
219
if (hwdst->iha_maxrec > (8 + hwdst->
iha_speed
))
220
hwdst->iha_maxrec = 8 + hwdst->
iha_speed
;
643
baddr->
iha_speed
= 0; /*XXX: how to determine the speed for bcast? */
644
baddr->iha_maxrec = 512 << baddr->
iha_speed
;
Completed in 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025