Searched refs:tx_offset (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/linux/ |
D | vlynq.h | 155 extern int vlynq_set_local_mapping(struct vlynq_device *dev, u32 tx_offset, 157 extern int vlynq_set_remote_mapping(struct vlynq_device *dev, u32 tx_offset,
|
/linux-4.4.14/drivers/vlynq/ |
D | vlynq.c | 72 u32 tx_offset; member 598 int vlynq_set_local_mapping(struct vlynq_device *dev, u32 tx_offset, in vlynq_set_local_mapping() argument 606 writel(tx_offset, &dev->local->tx_offset); in vlynq_set_local_mapping() 615 int vlynq_set_remote_mapping(struct vlynq_device *dev, u32 tx_offset, in vlynq_set_remote_mapping() argument 623 writel(tx_offset, &dev->remote->tx_offset); in vlynq_set_remote_mapping()
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_usb.c | 547 int k, tx_offset, num_isoc_packets, sink, len, current_len, in tx_iso_complete() local 555 tx_offset = 0; in tx_iso_complete() 615 context_iso_urb->buffer[tx_offset] = 0; in tx_iso_complete() 620 buffer[tx_offset] = 1; in tx_iso_complete() 628 tx_offset + 1, fifo->skbuff->data, in tx_iso_complete() 633 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete() 637 tx_offset += (current_len + 1); in tx_iso_complete() 640 tx_offset++; in tx_iso_complete()
|
/linux-4.4.14/sound/firewire/dice/ |
D | dice-transaction.c | 19 offset += dice->tx_offset; in get_subaddr() 371 dice->tx_offset = be32_to_cpu(pointers[2]) * 4; in snd_dice_transaction_init()
|
D | dice.h | 51 unsigned int tx_offset; member
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 1170 int k, tx_offset, num_isoc_packets, sink, remain, current_len, in tx_iso_complete() local 1205 tx_offset = 0; in tx_iso_complete() 1271 context_iso_urb->buffer[tx_offset] = 0; in tx_iso_complete() 1276 buffer[tx_offset] = 1; in tx_iso_complete() 1285 p = context_iso_urb->buffer + tx_offset + 1; in tx_iso_complete() 1294 urb->iso_frame_desc[k].offset = tx_offset; in tx_iso_complete() 1318 tx_offset += (current_len + 1); in tx_iso_complete() 1320 urb->iso_frame_desc[k].offset = tx_offset++; in tx_iso_complete()
|