Searched refs:first_offset (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/tty/serial/8250/ |
| D | 8250_pci.c | 123 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup() 150 unsigned int bar, offset = board->first_offset; in afavlab_setup() 205 unsigned int offset = board->first_offset; in pci_hp_diva_setup() 374 unsigned int bar, offset = board->first_offset; in sbs_setup() 623 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup() 657 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup() 760 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup() 1330 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup() 1338 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup() 1380 unsigned int bar, offset = board->first_offset, maxnr; in pci_pericom_setup() [all …]
|
| /Linux-v5.15/tools/io_uring/ |
| D | io_uring-cp.c | 29 off_t first_offset, offset; member 100 data->offset = data->first_offset = offset; in queue_read() 114 data->offset = data->first_offset; in queue_write()
|
| /Linux-v5.15/include/linux/ |
| D | 8250_pci.h | 29 unsigned int first_offset; member
|
| /Linux-v5.15/tools/testing/selftests/powerpc/nx-gzip/ |
| D | gunz_test.c | 284 int first_offset, last_offset; in decompress_file() local 441 first_offset = fifo_free_first_offset(cur_in, used_in); in decompress_file() 449 n = fread(fifo_in + first_offset, 1, read_sz, inpf); in decompress_file() 630 first_offset = fifo_free_first_offset(cur_out, used_out); in decompress_file() 631 nx_append_dde(ddl_out, fifo_out + first_offset, first_free); in decompress_file()
|
| /Linux-v5.15/net/tls/ |
| D | tls_main.c | 103 u16 first_offset, in tls_push_sg() argument 110 int offset = first_offset; in tls_push_sg()
|
| /Linux-v5.15/drivers/parport/ |
| D | parport_serial.c | 519 .first_offset = 0xC0,
|
| /Linux-v5.15/include/net/ |
| D | tls.h | 403 struct scatterlist *sg, u16 first_offset,
|
| /Linux-v5.15/fs/btrfs/ |
| D | tree-log.c | 3611 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument 3618 key.offset = first_offset; in insert_dir_log_key() 3654 u64 first_offset = min_offset; in log_dir_items() local 3692 first_offset = max(min_offset, tmp.offset) + 1; in log_dir_items() 3703 first_offset = tmp.offset; in log_dir_items() 3829 ino, first_offset, last_offset); in log_dir_items()
|
| /Linux-v5.15/net/core/ |
| D | skbuff.c | 4364 unsigned int first_offset; in skb_gro_receive() local 4369 first_offset = skb->data - in skb_gro_receive() 4376 skb_frag_off_set(frag, first_offset); in skb_gro_receive()
|