Home
last modified time | relevance | path

Searched refs:initmark (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/9/port/
H A Dwatermarks.c11 initmark(Watermark *wp, int max, char *name) in initmark() function
H A Dportfns.h137 void initmark(Watermark *, int, char *);
/plan9/sys/src/9/pc/
H A Dether82598.c1003 initmark(&ctlr->wmrb, Nrb, "rcv bufs unprocessed"); in attach()
1004 initmark(&ctlr->wmrd, Nrd-1, "rcv descrs processed at once"); in attach()
1005 initmark(&ctlr->wmtd, Ntd-1, "xmit descr queue len"); in attach()
H A Dether82563.c1325 initmark(&ctlr->wmrb, Nrb, "rcv bufs unprocessed"); in i82563attach()
1326 initmark(&ctlr->wmrd, Nrd-1, "rcv descrs processed at once"); in i82563attach()
1327 initmark(&ctlr->wmtd, Ntd-1, "xmit descr queue len"); in i82563attach()
H A Detherigbe.c1285 initmark(&ctlr->wmrb, Nrb, "rcv bufs unprocessed"); in igbeattach()
1286 initmark(&ctlr->wmrd, Nrd-1, "rcv descrs processed at once"); in igbeattach()
1287 initmark(&ctlr->wmtd, Ntd-1, "xmit descr queue len"); in igbeattach()
H A Dether8169.c865 initmark(&ctlr->wmrd, Nrd-1, "rcv descrs processed at once"); in rtl8169attach()
866 initmark(&ctlr->wmtd, Ntd-1, "xmit descr queue len"); in rtl8169attach()