Searched refs:first_offset (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/tty/serial/8250/ |
A D | 8250_pci.c | 3348 .first_offset = 0x03, 3421 .first_offset = 0x200, 3429 .first_offset = 0x200, 3437 .first_offset = 0x200, 3462 .first_offset = 0x800, 3469 .first_offset = 0x800, 3543 .first_offset = 0x40, 3549 .first_offset = 0x40, 3555 .first_offset = 0x40, 3577 .first_offset = 0xC0, [all …]
|
/linux-6.3-rc2/tools/io_uring/ |
A 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-6.3-rc2/include/linux/ |
A D | 8250_pci.h | 29 unsigned int first_offset; member
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/ |
A 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-6.3-rc2/net/core/ |
A D | gro.c | 231 unsigned int first_offset; in skb_gro_receive() local 236 first_offset = skb->data - in skb_gro_receive() 243 skb_frag_off_set(frag, first_offset); in skb_gro_receive()
|
/linux-6.3-rc2/net/tls/ |
A D | tls.h | 209 struct scatterlist *sg, u16 first_offset,
|
A D | tls_main.c | 124 u16 first_offset, in tls_push_sg() argument 131 int offset = first_offset; in tls_push_sg()
|
/linux-6.3-rc2/drivers/parport/ |
A D | parport_serial.c | 519 .first_offset = 0xC0,
|
/linux-6.3-rc2/fs/btrfs/ |
A D | tree-log.c | 3529 u64 first_offset, u64 last_offset) in insert_dir_log_key() argument 3536 key.offset = first_offset; in insert_dir_log_key()
|
Completed in 33 milliseconds