/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_capture.c | 1399 #define GCAP_PRINT_INTEL_ENG_INFO(ebuf, eng) \ argument 1401 i915_error_printf(ebuf, " i915-Eng-Name: %s command stream\n", \ 1403 i915_error_printf(ebuf, " i915-Eng-Inst-Class: 0x%02x\n", (eng)->class); \ 1404 i915_error_printf(ebuf, " i915-Eng-Inst-Id: 0x%02x\n", (eng)->instance); \ 1405 i915_error_printf(ebuf, " i915-Eng-LogicalMask: 0x%08x\n", \ 1409 #define GCAP_PRINT_GUC_INST_INFO(ebuf, node) \ argument 1411 i915_error_printf(ebuf, " GuC-Engine-Inst-Id: 0x%08x\n", \ 1413 i915_error_printf(ebuf, " GuC-Context-Id: 0x%08x\n", (node)->guc_id); \ 1414 i915_error_printf(ebuf, " LRCA: 0x%08x\n", (node)->lrca); \ 1417 int intel_guc_capture_print_engine_node(struct drm_i915_error_state_buf *ebuf, in intel_guc_capture_print_engine_node() argument [all …]
|
/openbmc/linux/fs/jffs2/ |
H A D | erase.c | 313 void *ebuf; in jffs2_block_check_erase() local 320 &ebuf, NULL); in jffs2_block_check_erase() 333 wordebuf = ebuf-sizeof(*wordebuf); in jffs2_block_check_erase() 349 ebuf = kmalloc(PAGE_SIZE, GFP_KERNEL); in jffs2_block_check_erase() 350 if (!ebuf) { in jffs2_block_check_erase() 364 ret = mtd_read(c->mtd, ofs, readlen, &retlen, ebuf); in jffs2_block_check_erase() 379 unsigned long *datum = ebuf + i; in jffs2_block_check_erase() 393 kfree(ebuf); in jffs2_block_check_erase()
|
/openbmc/linux/include/media/ |
H A D | dvb_ca_en50221.h | 72 int slot, u8 *ebuf, int ecount); 74 int slot, u8 *ebuf, int ecount);
|
/openbmc/qemu/chardev/ |
H A D | char-mux.c | 103 char ebuf[15] = "Escape-Char"; in mux_print_help() local 108 snprintf(ebuf, sizeof(ebuf), "C-%c", term_escape_char - 1 + 'a'); in mux_print_help() 120 qemu_chr_write_all(chr, (uint8_t *)ebuf, strlen(ebuf)); in mux_print_help()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | driver.c | 306 void *ebuf = NULL; in rcv_hdrerr() local 310 ebuf = packet->ebuf; in rcv_hdrerr() 312 if (!ebuf) in rcv_hdrerr() 716 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet_napi() 723 prefetch_range(packet->ebuf, in process_rcv_packet_napi() 750 packet->ebuf = NULL; in process_rcv_packet() 753 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet() 760 prefetch_range(packet->ebuf, in process_rcv_packet() 1501 packet->payload = packet->ebuf; in hfi1_setup_9B_packet() 1544 packet->ohdr = packet->ebuf; in hfi1_setup_bypass_packet() [all …]
|
H A D | vnic_main.c | 342 l4_type = hfi1_16B_get_l4(packet->ebuf); in hfi1_vnic_bypass_rcv() 344 vesw_id = HFI1_VNIC_GET_VESWID(packet->ebuf); in hfi1_vnic_bypass_rcv() 382 memcpy(skb->data, packet->ebuf, packet->tlen); in hfi1_vnic_bypass_rcv()
|
H A D | hfi.h | 334 void *ebuf; member
|
H A D | tid_rdma.c | 1909 memcpy(flow->tid_entry, packet->ebuf, pktlen); in tid_rdma_rcv_read_request() 4131 memcpy(flow->tid_entry, packet->ebuf, pktlen); in hfi1_rc_rcv_tid_rdma_write_resp()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_driver.c | 446 void *ebuf; in qib_kreceive() local 477 ebuf = NULL; in qib_kreceive() 485 ebuf = qib_get_egrbuf(rcd, etail); in qib_kreceive() 486 prefetch_range(ebuf, tlen - sizeof(*hdr)); in qib_kreceive() 498 ebuf == NULL && in qib_kreceive() 512 qib_ib_rcv(rcd, hdr, ebuf, tlen); in qib_kreceive()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cxd2099.c | 24 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount); 544 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in read_data() argument 567 read_block(ci, 0x12, ebuf, len); in read_data() 573 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in write_data() argument 582 write_block(ci, 0x11, ebuf, ecount); in write_data()
|
/openbmc/linux/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 194 u8 *ebuf, int ecount); 196 u8 *ebuf, int ecount, int size_write_flag); 638 u8 *ebuf, int ecount) in dvb_ca_en50221_read_data() argument 649 if (!ebuf) { in dvb_ca_en50221_read_data() 667 if (!ebuf) in dvb_ca_en50221_read_data() 702 if (!ebuf) { in dvb_ca_en50221_read_data() 755 if (!ebuf) { in dvb_ca_en50221_read_data() 762 memcpy(ebuf, buf, bytes_read); in dvb_ca_en50221_read_data()
|
/openbmc/qemu/hw/usb/ |
H A D | dev-network.c | 1140 uint16_t ebuf[4]; in usb_net_handle_statusin() local 1155 ebuf[0] = in usb_net_handle_statusin() 1157 ebuf[1] = cpu_to_le16(s->connection); in usb_net_handle_statusin() 1158 ebuf[2] = cpu_to_le16(1); in usb_net_handle_statusin() 1159 ebuf[3] = cpu_to_le16(0); in usb_net_handle_statusin() 1160 usb_packet_copy(p, ebuf, 8); in usb_net_handle_statusin()
|
/openbmc/linux/arch/s390/crypto/ |
H A D | prng.c | 135 static int generate_entropy(u8 *ebuf, size_t nbytes) in generate_entropy() argument 172 memcpy(ebuf, pblock, n); in generate_entropy() 174 ebuf += n; in generate_entropy()
|
/openbmc/linux/drivers/block/aoe/ |
H A D | aoecmd.c | 1307 char ebuf[128]; in aoecmd_ata_rsp() local 1314 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response " in aoecmd_ata_rsp() 1317 aoechr_error(ebuf); in aoecmd_ata_rsp() 1338 snprintf(ebuf, sizeof(ebuf), in aoecmd_ata_rsp() 1347 aoechr_error(ebuf); in aoecmd_ata_rsp()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
H A D | rdist-6.1.5-cleanup.patch | 745 u_char ebuf[BUFSIZ]; 892 char ebuf[BUFSIZ]; 1140 -extern char *exptilde(ebuf, file) 1141 +char *exptilde(ebuf, file) 1142 char *ebuf; 1155 - for (s1 = ebuf; *s1++ = *s2++; ) 1156 + for (s1 = ebuf; (*s1++ = *s2++); ) 1312 static char ebuf[BUFSIZ]; 1339 static char ebuf[BUFSIZ], msgbuf[MSGBUFSIZ];
|
/openbmc/qemu/hw/nvme/ |
H A D | ctrl.c | 452 static NvmeFdpEvent *nvme_fdp_alloc_event(NvmeCtrl *n, NvmeFdpEventBuffer *ebuf) in nvme_fdp_alloc_event() argument 455 bool is_full = ebuf->next == ebuf->start && ebuf->nelems; in nvme_fdp_alloc_event() 457 ret = &ebuf->events[ebuf->next++]; in nvme_fdp_alloc_event() 458 if (unlikely(ebuf->next == NVME_FDP_MAX_EVENTS)) { in nvme_fdp_alloc_event() 459 ebuf->next = 0; in nvme_fdp_alloc_event() 462 ebuf->start = ebuf->next; in nvme_fdp_alloc_event() 464 ebuf->nelems++; in nvme_fdp_alloc_event() 5309 NvmeFdpEventBuffer *ebuf; in nvme_fdp_events() local 5324 ebuf = &endgrp->fdp.host_events; in nvme_fdp_events() 5326 ebuf = &endgrp->fdp.ctrl_events; in nvme_fdp_events() [all …]
|
/openbmc/linux/drivers/net/usb/ |
H A D | dm9601.c | 205 __le16 *ebuf = (__le16 *) data; in dm9601_get_eeprom() local 214 &ebuf[i]) < 0) in dm9601_get_eeprom()
|
H A D | sr9800.c | 450 __le16 *ebuf = (__le16 *)data; in sr_get_eeprom() local 465 0, 2, &ebuf[i]); in sr_get_eeprom()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis900.c | 2156 u16 *ebuf = (u16 *)buf; in sis900_read_eeprom() local 2165 ebuf[i] = (u16)read_eeprom(ioaddr, i); in sis900_read_eeprom() 2177 ebuf[i] = (u16)read_eeprom(ioaddr, i); in sis900_read_eeprom()
|
/openbmc/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 3057 u16 *ebuf = (u16 *)buf; in netdev_get_eeprom() local 3063 ebuf[i] = eeprom_read(ioaddr, i); in netdev_get_eeprom() 3067 ebuf[i] = SWAP_BITS(ebuf[i]); in netdev_get_eeprom()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | pci.c | 1033 const void __iomem *ebuf = afu->native->afu_desc_mmio + afu->eb_offset; in cxl_pci_afu_read_err_buffer() local 1056 memcpy_fromio(tbuf, ebuf + aligned_start, aligned_length); in cxl_pci_afu_read_err_buffer()
|