Searched refs:first_offset (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
H A D8250_pci.h28 unsigned int first_offset; member in struct:pciserial_board
/linux-4.1.27/drivers/tty/serial/8250/
H A D8250_pci.c116 unsigned int bar = 0, offset = board->first_offset; addidata_apci7800_setup()
143 unsigned int bar, offset = board->first_offset; afavlab_setup()
198 unsigned int offset = board->first_offset; pci_hp_diva_setup()
367 unsigned int bar, offset = board->first_offset; sbs_setup()
616 unsigned int bar = 0, offset = board->first_offset; pci_timedia_setup()
650 unsigned int bar, offset = board->first_offset; titan_400l_800l_setup()
753 unsigned int bar, offset = board->first_offset; pci_ni8430_setup()
1321 unsigned int bar, offset = board->first_offset, maxnr; pci_default_setup()
1329 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> pci_default_setup()
1342 unsigned int bar, offset = board->first_offset, maxnr; pci_pericom_setup()
1350 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> pci_pericom_setup()
3568 /* I think this entry is broken - the first_offset looks wrong --rmk */
3575 .first_offset = 0x03,
3589 .first_offset = 0x1000,
3607 .first_offset = 0x1000,
3614 .first_offset = 0x1000,
3621 .first_offset = 0x1000,
3628 .first_offset = 0x1000,
3642 .first_offset = 0x10000,
3650 .first_offset = 0x20178,
3662 .first_offset = 0x200,
3670 .first_offset = 0x200,
3678 .first_offset = 0x200,
3716 .first_offset = 0,
3724 .first_offset = 0,
3732 .first_offset = 0,
3740 .first_offset = 0,
3748 .first_offset = 0,
3773 .first_offset = 0x800,
3780 .first_offset = 0x800,
3787 .first_offset = 0x800,
3794 .first_offset = 0x800,
3804 .first_offset = 0x1000,
3811 .first_offset = 0x1000,
3818 .first_offset = 0x1000,
3825 .first_offset = 0x1000,
3881 .first_offset = 0x40,
3887 .first_offset = 0x40,
3893 .first_offset = 0x40,
3900 .first_offset = 0xC0,
3907 .first_offset = 0xC0,
4043 board->first_offset == guessed->first_offset; serial_pci_matches()
/linux-4.1.27/fs/afs/
H A Drxrpc.c283 offset = call->first_offset; afs_send_pages()
284 call->first_offset = 0; afs_send_pages()
H A Dfsclient.c1183 call->first_offset = offset; afs_fs_store_data64()
1260 call->first_offset = offset; afs_fs_store_data()
H A Dinternal.h111 unsigned first_offset; /* offset into mapping[first] */ member in struct:afs_call
/linux-4.1.27/drivers/parport/
H A Dparport_serial.c505 .first_offset = 0xC0,
/linux-4.1.27/fs/btrfs/
H A Dtree-log.c3094 * creates a range item in the log for 'dirid'. first_offset and
3102 u64 first_offset, u64 last_offset) insert_dir_log_key()
3109 key.offset = first_offset; insert_dir_log_key()
3145 u64 first_offset = min_offset; log_dir_items() local
3183 first_offset = max(min_offset, tmp.offset) + 1; log_dir_items()
3194 first_offset = tmp.offset; log_dir_items()
3302 ino, first_offset, last_offset); log_dir_items()
3098 insert_dir_log_key(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, int key_type, u64 dirid, u64 first_offset, u64 last_offset) insert_dir_log_key() argument
/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_target.c4324 size_t first_offset = 0, rem_offset = offset, tmp = 0; qlt_set_data_offset() local
4354 first_offset = rem_offset; qlt_set_data_offset()
4358 "and using first_offset: %zu\n", i, sg, qlt_set_data_offset()
4359 first_offset); qlt_set_data_offset()
4383 * allocated sg_srr taking first_offset into account. qlt_set_data_offset()
4386 if (first_offset) { for_each_sg()
4388 (sg->length - first_offset), first_offset); for_each_sg()
4389 first_offset = 0; for_each_sg()
/linux-4.1.27/fs/gfs2/
H A Drgrp.c1660 u32 first_offset = rbm->offset; gfs2_rbm_find() local
1739 if ((first_offset == 0) && (first_bii == 0) && gfs2_rbm_find()
/linux-4.1.27/net/core/
H A Dskbuff.c3277 unsigned int first_offset; skb_gro_receive() local
3282 first_offset = skb->data - skb_gro_receive()
3289 frag->page_offset = first_offset; skb_gro_receive()

Completed in 487 milliseconds