Searched refs:packet_offset (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ixp2000/ |
D | ixp2400_tx.uc | 51 .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/ |
D | st5481_d.c | 299 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()
|