Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ath/
H A Dath_hal.h894 const HAL_TXQ_INFO *qInfo);
896 const HAL_TXQ_INFO *qInfo);
898 HAL_TXQ_INFO *qInfo);
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2941 LLQ_Info *qInfo; in recvRefreshReply() local
2944 qInfo = q->uDNS_info.llq; in recvRefreshReply()
2947 …if (!sameID(pktData.id, qInfo->id)) { LogMsg("recvRefreshReply - ID mismatch. Discarding"); retu… in recvRefreshReply()
2950 qInfo->expire = mDNSPlatformTimeNow(m) + ((mDNSs32)pktData.lease * mDNSPlatformOneSecond); in recvRefreshReply()
2951 qInfo->retry = qInfo->expire - ((mDNSs32)pktData.lease * mDNSPlatformOneSecond/2); in recvRefreshReply()
2953 qInfo->origLease = pktData.lease; in recvRefreshReply()
2954 qInfo->state = LLQ_Established; in recvRefreshReply()