Searched defs:write_raw (Results 1 - 1 of 1) sorted by relevance

/drivers/isdn/hisax/
H A Dnetjet.c605 static void write_raw(struct BCState *bcs, u_int *buf, int cnt);
631 write_raw(bcs, bcs->hw.tiger.sendp, bcs->hw.tiger.free);
641 write_raw(bcs, bcs->hw.tiger.sendp, bcs->hw.tiger.free);
651 write_raw(bcs, p, bcs->hw.tiger.free - cnt);
667 write_raw(bcs, p, cnt);
674 static void write_raw(struct BCState *bcs, u_int *buf, int cnt) { function
702 debugl1(bcs->cs, "tiger write_raw: c%d %p-%p %d/%d %d %x", bcs->channel,
711 debugl1(bcs->cs, "tiger write_raw: NULL skb s_cnt %d", s_cnt);
743 debugl1(bcs->cs, "tiger write_raw: fill rest %d",
755 debugl1(bcs->cs, "tiger write_raw
[all...]

Completed in 62 milliseconds