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

  /src/sys/net/
if_ieee1394.h 39 uint8_t iha_speed; /* min of link/PHY speed */ member in struct:ieee1394_hwaddr
if_ieee1394subr.c 211 hwdst->iha_speed = 0; /* XXX */
215 if (hwdst->iha_speed > myaddr->iha_speed)
216 hwdst->iha_speed = myaddr->iha_speed;
219 if (hwdst->iha_maxrec > (8 + hwdst->iha_speed))
220 hwdst->iha_maxrec = 8 + hwdst->iha_speed;
643 baddr->iha_speed = 0; /*XXX: how to determine the speed for bcast? */
644 baddr->iha_maxrec = 512 << baddr->iha_speed;

Completed in 11 milliseconds