Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c2245 uint_t local_max_rec; in s1394_get_maxpayload() local
2261 local_max_rec = (bus_capabilities & IEEE1394_BIB_MAXREC_MASK) >> in s1394_get_maxpayload()
2263 if ((local_max_rec > 0) && (local_max_rec < 14)) { in s1394_get_maxpayload()
2264 local_max_blk = 1 << (local_max_rec + 1); in s1394_get_maxpayload()