Searched refs:ebuf (Results 1 - 10 of 10) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_stats.c301 char ebuf[256]; local
303 iserr = ipath_decode_err(dd, ebuf, sizeof ebuf,
309 "(%s)\n", ebuf);
321 ebuf);
324 " problem interrupt (%s)\n", ebuf);
H A Dipath_driver.c1149 void *ebuf; local
1180 ebuf = NULL;
1188 * set ebuf (so we try to copy data) unless the
1195 ebuf = ipath_get_egrbuf(dd, etail);
1213 ipath_ib_rcv(dd->verbs_dev, (u32 *)hdr, ebuf, tlen);
/drivers/gpu/drm/i915/
H A Di915_gpu_error.c496 int i915_error_state_buf_init(struct drm_i915_error_state_buf *ebuf, argument
500 memset(ebuf, 0, sizeof(*ebuf));
501 ebuf->i915 = i915;
506 ebuf->size = count + 1 > PAGE_SIZE ? count + 1 : PAGE_SIZE;
507 ebuf->buf = kmalloc(ebuf->size,
510 if (ebuf->buf == NULL) {
511 ebuf->size = PAGE_SIZE;
512 ebuf
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_driver.c450 void *ebuf; local
480 ebuf = NULL;
488 ebuf = qib_get_egrbuf(rcd, etail);
489 prefetch_range(ebuf, tlen - sizeof(*hdr));
501 ebuf == NULL &&
515 qib_ib_rcv(rcd, hdr, ebuf, tlen);
/drivers/media/dvb-core/
H A 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);
583 * @param ebuf If non-NULL, the data will be written to this buffer. If NULL,
585 * @param ecount Size of ebuf. Ignored if ebuf is NULL.
589 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) argument
599 if (ebuf == NULL) {
632 if (ebuf == NULL) {
676 if (ebuf == NULL) {
683 memcpy(ebuf, bu
[all...]
/drivers/staging/media/cxd2099/
H A Dcxd2099.c634 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) argument
652 read_block(ci, 0x12, ebuf, len);
659 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) argument
667 write_block(ci, 0x11, ebuf, ecount);
/drivers/block/aoe/
H A Daoecmd.c1370 char ebuf[128]; local
1377 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response "
1380 aoechr_error(ebuf);
1401 snprintf(ebuf, sizeof(ebuf),
1410 aoechr_error(ebuf);
/drivers/net/usb/
H A Ddm9601.c204 __le16 *ebuf = (__le16 *) data; local
213 &ebuf[i]) < 0)
H A Dsr9800.c447 __le16 *ebuf = (__le16 *)data; local
462 0, 2, &ebuf[i]);
/drivers/net/ethernet/natsemi/
H A Dnatsemi.c3035 u16 *ebuf = (u16 *)buf; local
3041 ebuf[i] = eeprom_read(ioaddr, i);
3045 ebuf[i] = SWAP_BITS(ebuf[i]);

Completed in 245 milliseconds