HomeSort by: relevance | last modified time | path
    Searched refs:gap_count (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ieee1394/
fwphyreg.h 52 gap_count:6; member in struct:phyreg_base
81 uint8_t gap_count:6,
firewire.h 309 gap_count:6, member in struct:fw_self_id::__anon8bc821541008
365 gap_count:6, member in struct:fw_self_id::__anon8bc821541308
firewire.c 1545 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count)
1562 if (gap_count >= 0)
1563 fp->mode.ld[1] |= 1 << 22 | (gap_count & 0x3f) << 16;
1569 printf("root_node=%d gap_count=%d\n", root_node, gap_count);
1599 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
  /src/usr.sbin/fwctl/
fwcontrol.c 69 "\t[-g gap_count] [-l file] [-M mode] [-m EUI64 | hostname]\n"
76 "\t-g: broadcast gap_count by phy_config packet\n"
247 send_phy_config(int fd, int root_node, int gap_count)
261 if (gap_count >= 0)
262 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16));
265 printf("send phy_config root_node=%d gap_count=%d\n",
266 root_node, gap_count);
533 sid.p0.gap_count,
587 "RHB:%d IBR:%d Gap_Count:%d\n"
595 b.rhb, b.ibr, b.gap_count,
    [all...]

Completed in 14 milliseconds