Searched refs:io_buf (Results 1 – 5 of 5) sorted by relevance
/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 …]
|
/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()
|
/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() 4011 struct lpfc_io_buf *lpfc_cmd = pwqeIn->io_buf; in lpfc_fcp_io_cmd_wqe_cmpl() 4342 (struct lpfc_io_buf *) pIocbIn->io_buf; in lpfc_scsi_cmd_iocb_cmpl() 4664 piocbq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s3() 4784 pwqeq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s4() 5024 struct lpfc_io_buf *lpfc_cmd = cmdiocbq->io_buf; in lpfc_tskmgmt_def_cmpl() 5601 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() 2809 lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_cancel_iocb()
|