Searched refs:first_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci.c | 191 unsigned int bar = 0, offset = board->first_offset; in addidata_apci7800_setup() 218 unsigned int bar, offset = board->first_offset; in afavlab_setup() 273 unsigned int offset = board->first_offset; in pci_hp_diva_setup() 442 unsigned int bar, offset = board->first_offset; in sbs_setup() 690 unsigned int bar = 0, offset = board->first_offset; in pci_timedia_setup() 724 unsigned int bar, offset = board->first_offset; in titan_400l_800l_setup() 827 unsigned int bar, offset = board->first_offset; in pci_ni8430_setup() 1571 unsigned int bar, offset = board->first_offset, maxnr; in pci_default_setup() 1579 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >> in pci_default_setup() 3661 .first_offset = 0x03, [all …]
|
| /linux/include/linux/ |
| H A D | 8250_pci.h | 29 unsigned int first_offset; member
|
| /linux/tools/testing/selftests/powerpc/nx-gzip/ |
| H 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/net/core/ |
| H A D | gro.c | 165 unsigned int first_offset; in skb_gro_receive() local 170 first_offset = skb->data - in skb_gro_receive() 176 skb_frag_fill_page_desc(frag, page, first_offset, first_size); in skb_gro_receive()
|
| /linux/net/tls/ |
| H A D | tls.h | 268 struct scatterlist *sg, u16 first_offset,
|
| H A D | tls_main.c | 173 u16 first_offset, in tls_push_sg() argument 183 int offset = first_offset; in tls_push_sg()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 5639 uint32_t first_offset = offset; in qlt_set_data_offset() local 5673 if (first_offset < sg->length) { in qlt_set_data_offset() 5677 first_offset -= sg->length; in qlt_set_data_offset() 5690 first_offset, sg_srr_start->length); in qlt_set_data_offset() 5694 if (first_offset == 0 && !cmd->free_sg) { in qlt_set_data_offset() 5721 sg_srr_start->length - first_offset, in qlt_set_data_offset() 5722 sg_srr_start->offset + first_offset); in qlt_set_data_offset()
|