OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iha_maxrec
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_ieee1394.h
38
uint8_t
iha_maxrec
; /* max_rec in the config ROM */
member in struct:ieee1394_hwaddr
if_ieee1394subr.c
217
if (hwdst->
iha_maxrec
> myaddr->
iha_maxrec
)
218
hwdst->
iha_maxrec
= myaddr->
iha_maxrec
;
219
if (hwdst->
iha_maxrec
> (8 + hwdst->iha_speed))
220
hwdst->
iha_maxrec
= 8 + hwdst->iha_speed;
221
if (hwdst->
iha_maxrec
< 8)
222
hwdst->
iha_maxrec
= 8;
224
m0 = ieee1394_fragment(ifp, m0, (2<<hwdst->
iha_maxrec
) - hdrlen, etype);
644
baddr->
iha_maxrec
= 512 << baddr->iha_speed
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Nov 08 00:09:40 GMT 2025