HomeSort by: relevance | last modified time | path
    Searched defs:waitmode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/emips/ebus/
if_le_ebus.c 373 int i, waitmode = M_DONTWAIT; local in function:enic_post_recv
444 waitmode = M_WAIT;
450 MGETHDR(m, waitmode, MT_DATA);
456 MCLGET(m, waitmode);
494 int waitmode = M_DONTWAIT; local in function:enic_refill
496 MGETHDR(m, waitmode, MT_DATA);
502 MCLGET(m, waitmode);
if_le_ebus.c 373 int i, waitmode = M_DONTWAIT; local in function:enic_post_recv
444 waitmode = M_WAIT;
450 MGETHDR(m, waitmode, MT_DATA);
456 MCLGET(m, waitmode);
494 int waitmode = M_DONTWAIT; local in function:enic_refill
496 MGETHDR(m, waitmode, MT_DATA);
502 MCLGET(m, waitmode);
if_le_ebus.c 373 int i, waitmode = M_DONTWAIT; local in function:enic_post_recv
444 waitmode = M_WAIT;
450 MGETHDR(m, waitmode, MT_DATA);
456 MCLGET(m, waitmode);
494 int waitmode = M_DONTWAIT; local in function:enic_refill
496 MGETHDR(m, waitmode, MT_DATA);
502 MCLGET(m, waitmode);

Completed in 158 milliseconds