Home
last modified time | relevance | path

Searched refs:CHANNEL_ATTR_MAX_FRAGS (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel.h157 CHANNEL_ATTR_MAX_FRAGS, /* (g) max length of buflet chain */ enumerator
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1356 case CHANNEL_ATTR_MAX_FRAGS: in os_channel_attr_set()
1562 case CHANNEL_ATTR_MAX_FRAGS: in os_channel_attr_get()
/xnu-12377.1.9/tests/skywalk/
H A Dskt_xfer.c370 return (uint32_t)sktc_get_channel_attr(chd, CHANNEL_ATTR_MAX_FRAGS); in skt_xfer_get_chan_max_frags()