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.c1154 void *ebuf; local
1185 ebuf = NULL;
1193 * set ebuf (so we try to copy data) unless the
1200 ebuf = ipath_get_egrbuf(dd, etail);
1218 ipath_ib_rcv(dd->verbs_dev, (u32 *)hdr, ebuf, tlen);
/drivers/infiniband/hw/qib/
H A Dqib_driver.c447 void *ebuf; local
477 ebuf = NULL;
485 ebuf = qib_get_egrbuf(rcd, etail);
496 ebuf == NULL &&
510 qib_ib_rcv(rcd, hdr, ebuf, tlen);
/drivers/block/aoe/
H A Daoecmd.c752 char ebuf[128]; local
759 snprintf(ebuf, sizeof ebuf, "aoecmd_ata_rsp: ata response "
762 aoechr_error(ebuf);
780 snprintf(ebuf, sizeof ebuf,
787 aoechr_error(ebuf);
/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c162 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
163 static int dvb_ca_en50221_write_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount);
580 * @param ebuf If non-NULL, the data will be written to this buffer. If NULL,
582 * @param ecount Size of ebuf. Ignored if ebuf is NULL.
586 static int dvb_ca_en50221_read_data(struct dvb_ca_private *ca, int slot, u8 * ebuf, int ecount) argument
596 if (ebuf == NULL) {
629 if (ebuf == NULL) {
673 if (ebuf == NULL) {
680 memcpy(ebuf, bu
[all...]
/drivers/staging/media/cxd2099/
H A Dcxd2099.c627 static int read_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) argument
645 read_block(ci, 0x12, ebuf, len);
652 static int write_data(struct dvb_ca_en50221 *ca, int slot, u8 *ebuf, int ecount) argument
660 write_block(ci, 0x11, ebuf, ecount);
/drivers/net/usb/
H A Ddm9601.c286 __le16 *ebuf = (__le16 *) data; local
295 &ebuf[i]) < 0)
H A Dasix.c681 __le16 *ebuf = (__le16 *)data; local
695 eeprom->offset + i, 0, 2, &ebuf[i]) < 0)
/drivers/staging/media/solo6x10/
H A Dv4l2-enc.c689 struct solo_enc_buf *ebuf = &solo_dev->enc_buf[idx]; local
693 if (ebuf->ch != solo_enc->ch)
697 if (fh->type == ebuf->type) {
698 enc_buf = ebuf;
703 enc_buf = ebuf;
/drivers/net/ethernet/natsemi/
H A Dnatsemi.c3034 u16 *ebuf = (u16 *)buf; local
3040 ebuf[i] = eeprom_read(ioaddr, i);
3044 ebuf[i] = SWAP_BITS(ebuf[i]);

Completed in 413 milliseconds