Lines Matching refs:Block
37 typedef int (Unpackfn)(Ether*, Block*);
38 typedef void (Transmitfn)(Ctlr*, Block*);
77 dump(int c, Block *b) in dump()
90 unpack(Ether *edev, Block *b, int m) in unpack()
92 Block *nb; in unpack()
115 unpackcdc(Ether *edev, Block *b) in unpackcdc()
126 unpackasix(Ether *edev, Block *b) in unpackasix()
149 unpacksmsc(Ether *edev, Block *b) in unpacksmsc()
179 transmit(Ctlr *ctlr, Block *b) in transmit()
189 transmitcdc(Ctlr *ctlr, Block *b) in transmitcdc()
195 transmitasix(Ctlr *ctlr, Block *b) in transmitasix()
212 transmitsmsc(Ctlr *ctlr, Block *b) in transmitsmsc()
229 Block *b; in etherusbproc()
348 Block *b; in etherusbtransmit()