Home
last modified time | relevance | path

Searched refs:packet_offset (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/ixp2000/
Dixp2400_tx.uc51 .reg @packet_offset
132 immed[@packet_offset, 0]
154 alu[packet_data, --, b, @packet_offset]
162 alu[mpacket_size, @packet_length, -, @packet_offset]
170 alu[@packet_offset, @packet_offset, +, mpacket_size]
/linux-2.6.39/drivers/isdn/hisax/
Dst5481_d.c299 unsigned int num_packets, packet_offset; in usb_d_out() local
341 packet_offset = 0; in usb_d_out()
342 while (packet_offset < len) { in usb_d_out()
344 desc->offset = packet_offset; in usb_d_out()
346 if (len - packet_offset < desc->length) in usb_d_out()
347 desc->length = len - packet_offset; in usb_d_out()
349 packet_offset += desc->length; in usb_d_out()