Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/channel/
H A Dos_channel.h165 CHANNEL_ATTR_MAX_FRAGS, /* (g) max length of buflet chain */ enumerator
/xnu-11417.140.69/libsyscall/wrappers/skywalk/
H A Dos_channel.c1384 case CHANNEL_ATTR_MAX_FRAGS: in os_channel_attr_set()
1605 case CHANNEL_ATTR_MAX_FRAGS: in os_channel_attr_get()
/xnu-11417.140.69/tests/skywalk/
H A Dskt_xfer.c369 return (uint32_t)sktc_get_channel_attr(chd, CHANNEL_ATTR_MAX_FRAGS); in skt_xfer_get_chan_max_frags()