Searched refs:initmark (Results 1 – 6 of 6) sorted by relevance
| /plan9/sys/src/9/port/ |
| H A D | watermarks.c | 11 initmark(Watermark *wp, int max, char *name) in initmark() function
|
| H A D | portfns.h | 137 void initmark(Watermark *, int, char *);
|
| /plan9/sys/src/9/pc/ |
| H A D | ether82598.c | 1003 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 D | ether82563.c | 1325 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 D | etherigbe.c | 1285 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 D | ether8169.c | 865 initmark(&ctlr->wmrd, Nrd-1, "rcv descrs processed at once"); in rtl8169attach() 866 initmark(&ctlr->wmtd, Ntd-1, "xmit descr queue len"); in rtl8169attach()
|