Searched refs:io_buf (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | traces.h | 237 TP_PROTO(int reg, int addr, const void *io_buf, size_t len), 238 TP_ARGS(reg, addr, io_buf, len), 252 memcpy(__entry->buf, io_buf, __entry->buf_len); 267 TP_PROTO(int reg, int addr, const void *io_buf, size_t len), 268 TP_ARGS(reg, addr, io_buf, len)); 269 #define _trace_io_ind_write(reg, addr, io_buf, len)\ argument 270 trace_io_write(reg, addr, io_buf, len) 271 #define _trace_io_write(reg, io_buf, len) trace_io_write(reg, -1, io_buf, len) argument 273 TP_PROTO(int reg, int addr, const void *io_buf, size_t len), 274 TP_ARGS(reg, addr, io_buf, len)); [all …]
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_i2c.c | 64 u8 *io_buf; member 238 phy->io_buf[0] = reg; in tpm_tis_i2c_write_bytes() 239 msg.buf = phy->io_buf; in tpm_tis_i2c_write_bytes() 246 memcpy(phy->io_buf + sizeof(reg), value + wrote, in tpm_tis_i2c_write_bytes() 342 phy->io_buf = devm_kzalloc(&dev->dev, TPM_BUFSIZE, GFP_KERNEL); in tpm_tis_i2c_probe() 343 if (!phy->io_buf) in tpm_tis_i2c_probe()
|
/openbmc/qemu/chardev/ |
H A D | baum.c | 302 g_autofree uint8_t *io_buf = g_malloc(1 + 2 * len); in baum_write_packet() local 303 uint8_t *cur = io_buf; in baum_write_packet() 310 len = cur - io_buf; in baum_write_packet() 313 qemu_chr_be_write(chr, io_buf, len); in baum_write_packet() 318 qemu_chr_be_write(chr, io_buf, room); in baum_write_packet() 320 cur = io_buf + room; in baum_write_packet()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.h | 142 struct lpfc_io_buf *io_buf; member
|
H A D | lpfc_scsi.c | 365 psb->cur_iocbq.io_buf = psb; in lpfc_new_scsi_buf_s3() 4000 struct lpfc_io_buf *lpfc_cmd = pwqeIn->io_buf; in lpfc_fcp_io_cmd_wqe_cmpl() 4331 (struct lpfc_io_buf *) pIocbIn->io_buf; in lpfc_scsi_cmd_iocb_cmpl() 4653 piocbq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s3() 4765 pwqeq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s4() 5005 struct lpfc_io_buf *lpfc_cmd = cmdiocbq->io_buf; in lpfc_tskmgmt_def_cmpl() 5586 WARN_ON(iocb->io_buf != lpfc_cmd); in lpfc_abort_handler()
|
H A D | lpfc_nvme.c | 936 struct lpfc_io_buf *lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_io_cmd_cmpl() 2808 lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_cancel_iocb()
|
H A D | lpfc_sli.c | 1258 lpfc_cmd = piocbq->io_buf; in __lpfc_sli_get_els_sglq() 10580 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4() 11246 lpfc_cmd = piocb->io_buf; in lpfc_sli4_calc_ring()
|
H A D | lpfc_init.c | 4570 lpfc_ncmd->cur_iocbq.io_buf = lpfc_ncmd; in lpfc_new_io_buf()
|