Searched refs:pktSendMax (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Timer.c123 if ((sp->pktSendMax /= 2) == 0) /* Back off on max # packets
125 sp->pktSendMax = 1;
H A Dadsp_RxData.c168 sp->pktSendMax < 50) /* Bump # of sequential */
169 sp->pktSendMax++; /* Packets we'll send */
H A Dadsp_Control.c299 (sp->pktSendCnt < sp->pktSendMax)) /* haven't sent too many pkts
539 if (sendAckReq || (++sp->pktSendCnt >= sp->pktSendMax)) {
H A Dadsp_Open.c222 sp->pktSendMax = 1; /* Slow start says we should set this to 1 */
H A Dadsp_internal.h223 char pktSendMax; /* Max # of packets to send without an ack */ member in struct:ccb

Completed in 80 milliseconds