Home
last modified time | relevance | path

Searched refs:ebuf (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_stats.c301 char ebuf[256]; in ipath_get_faststats() local
303 iserr = ipath_decode_err(dd, ebuf, sizeof ebuf, in ipath_get_faststats()
309 "(%s)\n", ebuf); in ipath_get_faststats()
321 ebuf); in ipath_get_faststats()
324 " problem interrupt (%s)\n", ebuf); in ipath_get_faststats()
Dipath_driver.c1149 void *ebuf; in ipath_kreceive() local
1180 ebuf = NULL; in ipath_kreceive()
1195 ebuf = ipath_get_egrbuf(dd, etail); in ipath_kreceive()
1213 ipath_ib_rcv(dd->verbs_dev, (u32 *)hdr, ebuf, tlen); in ipath_kreceive()
/linux-4.1.27/fs/jffs2/
Derase.c342 void *ebuf; in jffs2_block_check_erase() local
349 &ebuf, NULL); in jffs2_block_check_erase()
362 wordebuf = ebuf-sizeof(*wordebuf); in jffs2_block_check_erase()
379 ebuf = kmalloc(PAGE_SIZE, GFP_KERNEL); in jffs2_block_check_erase()
380 if (!ebuf) { in jffs2_block_check_erase()
394 ret = mtd_read(c->mtd, ofs, readlen, &retlen, ebuf); in jffs2_block_check_erase()
409 unsigned long *datum = ebuf + i; in jffs2_block_check_erase()
423 kfree(ebuf); in jffs2_block_check_erase()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gpu_error.c503 int i915_error_state_buf_init(struct drm_i915_error_state_buf *ebuf, in i915_error_state_buf_init() argument
507 memset(ebuf, 0, sizeof(*ebuf)); in i915_error_state_buf_init()
508 ebuf->i915 = i915; in i915_error_state_buf_init()
513 ebuf->size = count + 1 > PAGE_SIZE ? count + 1 : PAGE_SIZE; in i915_error_state_buf_init()
514 ebuf->buf = kmalloc(ebuf->size, in i915_error_state_buf_init()
517 if (ebuf->buf == NULL) { in i915_error_state_buf_init()
518 ebuf->size = PAGE_SIZE; in i915_error_state_buf_init()
519 ebuf->buf = kmalloc(ebuf->size, GFP_TEMPORARY); in i915_error_state_buf_init()
522 if (ebuf->buf == NULL) { in i915_error_state_buf_init()
523 ebuf->size = 128; in i915_error_state_buf_init()
[all …]
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_driver.c451 void *ebuf; in qib_kreceive() local
482 ebuf = NULL; in qib_kreceive()
490 ebuf = qib_get_egrbuf(rcd, etail); in qib_kreceive()
491 prefetch_range(ebuf, tlen - sizeof(*hdr)); in qib_kreceive()
503 ebuf == NULL && in qib_kreceive()
517 qib_ib_rcv(rcd, hdr, ebuf, tlen); in qib_kreceive()
/linux-4.1.27/arch/s390/crypto/
Dprng.c113 static int generate_entropy(u8 *ebuf, size_t nbytes) in generate_entropy() argument
136 h = ebuf; in generate_entropy()
145 memcpy(ebuf, hash, n); in generate_entropy()
147 ebuf += n; in generate_entropy()
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_ca_en50221.c165 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
166 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
589 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) in dvb_ca_en50221_read_data() argument
599 if (ebuf == NULL) { in dvb_ca_en50221_read_data()
632 if (ebuf == NULL) { in dvb_ca_en50221_read_data()
676 if (ebuf == NULL) { in dvb_ca_en50221_read_data()
683 memcpy(ebuf, buf, bytes_read); in dvb_ca_en50221_read_data()
/linux-4.1.27/drivers/staging/media/cxd2099/
Dcxd2099.c633 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in read_data() argument
651 read_block(ci, 0x12, ebuf, len); in read_data()
658 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) in write_data() argument
666 write_block(ci, 0x11, ebuf, ecount); in write_data()
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c1370 char ebuf[128]; in aoecmd_ata_rsp() local
1377 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response " in aoecmd_ata_rsp()
1380 aoechr_error(ebuf); in aoecmd_ata_rsp()
1401 snprintf(ebuf, sizeof(ebuf), in aoecmd_ata_rsp()
1410 aoechr_error(ebuf); in aoecmd_ata_rsp()
/linux-4.1.27/drivers/net/usb/
Ddm9601.c204 __le16 *ebuf = (__le16 *) data; in dm9601_get_eeprom() local
213 &ebuf[i]) < 0) in dm9601_get_eeprom()
Dsr9800.c448 __le16 *ebuf = (__le16 *)data; in sr_get_eeprom() local
463 0, 2, &ebuf[i]); in sr_get_eeprom()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dnatsemi.c3035 u16 *ebuf = (u16 *)buf; in netdev_get_eeprom() local
3041 ebuf[i] = eeprom_read(ioaddr, i); in netdev_get_eeprom()
3045 ebuf[i] = SWAP_BITS(ebuf[i]); in netdev_get_eeprom()