Searched defs:gap_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c2959 uint32_t gap_cnt = 0; local
2971 gap_cnt = ((uint32_t)new_gap_cnt) <<
2973 gap_cnt = gap_cnt & IEEE1394_PHY_CONFIG_GAP_CNT_MASK;
2974 pkt_data = pkt_data | gap_cnt;

Completed in 51 milliseconds