Home
last modified time | relevance | path

Searched refs:first_offset (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/tty/serial/8250/
D8250_pci.c106 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup()
133 unsigned int bar, offset = board->first_offset; in afavlab_setup()
188 unsigned int offset = board->first_offset; in pci_hp_diva_setup()
357 unsigned int bar, offset = board->first_offset; in sbs_setup()
606 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup()
640 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup()
743 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup()
1313 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup()
1321 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup()
1334 unsigned int bar, offset = board->first_offset, maxnr; in pci_pericom_setup()
[all …]
/Linux-v4.19/include/linux/
D8250_pci.h29 unsigned int first_offset; member
/Linux-v4.19/fs/afs/
Drxrpc.c314 offset = call->first_offset; in afs_send_pages()
315 call->first_offset = 0; in afs_send_pages()
370 tx_total_len += call->last_to - call->first_offset; in afs_make_call()
376 tx_total_len += PAGE_SIZE - call->first_offset; in afs_make_call()
Dinternal.h111 unsigned first_offset; /* offset into mapping[first] */ member
Dfsclient.c1290 call->first_offset = offset; in afs_fs_store_data64()
1365 call->first_offset = offset; in afs_fs_store_data()
/Linux-v4.19/net/tls/
Dtls_main.c97 u16 first_offset, in tls_push_sg() argument
104 int offset = first_offset; in tls_push_sg()
/Linux-v4.19/include/net/
Dtls.h278 struct scatterlist *sg, u16 first_offset,
/Linux-v4.19/drivers/parport/
Dparport_serial.c511 .first_offset = 0xC0,
/Linux-v4.19/fs/btrfs/
Dtree-log.c3412 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument
3419 key.offset = first_offset; in insert_dir_log_key()
3455 u64 first_offset = min_offset; in log_dir_items() local
3493 first_offset = max(min_offset, tmp.offset) + 1; in log_dir_items()
3504 first_offset = tmp.offset; in log_dir_items()
3615 ino, first_offset, last_offset); in log_dir_items()
/Linux-v4.19/fs/gfs2/
Drgrp.c1702 u32 first_offset = rbm->offset; in gfs2_rbm_find() local
1780 if ((first_offset == 0) && (first_bii == 0) && in gfs2_rbm_find()
/Linux-v4.19/net/core/
Dskbuff.c3874 unsigned int first_offset; in skb_gro_receive() local
3879 first_offset = skb->data - in skb_gro_receive()
3886 frag->page_offset = first_offset; in skb_gro_receive()