Searched refs:first_offset (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_pci.c | 116 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup() 143 unsigned int bar, offset = board->first_offset; in afavlab_setup() 198 unsigned int offset = board->first_offset; in pci_hp_diva_setup() 367 unsigned int bar, offset = board->first_offset; in sbs_setup() 616 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup() 650 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup() 753 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup() 1321 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup() 1329 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup() 1342 unsigned int bar, offset = board->first_offset, maxnr; in pci_pericom_setup() [all …]
|
/linux-4.1.27/include/linux/ |
D | 8250_pci.h | 28 unsigned int first_offset; member
|
/linux-4.1.27/fs/afs/ |
D | rxrpc.c | 283 offset = call->first_offset; in afs_send_pages() 284 call->first_offset = 0; in afs_send_pages()
|
D | internal.h | 111 unsigned first_offset; /* offset into mapping[first] */ member
|
D | fsclient.c | 1183 call->first_offset = offset; in afs_fs_store_data64() 1260 call->first_offset = offset; in afs_fs_store_data()
|
/linux-4.1.27/drivers/parport/ |
D | parport_serial.c | 505 .first_offset = 0xC0,
|
/linux-4.1.27/fs/btrfs/ |
D | tree-log.c | 3102 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument 3109 key.offset = first_offset; in insert_dir_log_key() 3145 u64 first_offset = min_offset; in log_dir_items() local 3183 first_offset = max(min_offset, tmp.offset) + 1; in log_dir_items() 3194 first_offset = tmp.offset; in log_dir_items() 3302 ino, first_offset, last_offset); in log_dir_items()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_target.c | 4324 size_t first_offset = 0, rem_offset = offset, tmp = 0; in qlt_set_data_offset() local 4354 first_offset = rem_offset; in qlt_set_data_offset() 4359 first_offset); in qlt_set_data_offset() 4386 if (first_offset) { in qlt_set_data_offset() 4388 (sg->length - first_offset), first_offset); in qlt_set_data_offset() 4389 first_offset = 0; in qlt_set_data_offset()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 3277 unsigned int first_offset; in skb_gro_receive() local 3282 first_offset = skb->data - in skb_gro_receive() 3289 frag->page_offset = first_offset; in skb_gro_receive()
|
/linux-4.1.27/fs/gfs2/ |
D | rgrp.c | 1660 u32 first_offset = rbm->offset; in gfs2_rbm_find() local 1739 if ((first_offset == 0) && (first_bii == 0) && in gfs2_rbm_find()
|