Searched refs:io_buf (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/wireless/silabs/wfx/ |
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-6.6.21/drivers/char/tpm/ |
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-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 142 struct lpfc_io_buf *io_buf; member
|
D | lpfc_scsi.c | 370 psb->cur_iocbq.io_buf = psb; in lpfc_new_scsi_buf_s3() 4005 struct lpfc_io_buf *lpfc_cmd = pwqeIn->io_buf; in lpfc_fcp_io_cmd_wqe_cmpl() 4336 (struct lpfc_io_buf *) pIocbIn->io_buf; in lpfc_scsi_cmd_iocb_cmpl() 4658 piocbq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s3() 4770 pwqeq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s4() 5010 struct lpfc_io_buf *lpfc_cmd = cmdiocbq->io_buf; in lpfc_tskmgmt_def_cmpl() 5582 WARN_ON(iocb->io_buf != lpfc_cmd); in lpfc_abort_handler()
|
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()
|
D | lpfc_sli.c | 1258 lpfc_cmd = piocbq->io_buf; in __lpfc_sli_get_els_sglq() 10567 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4() 11233 lpfc_cmd = piocb->io_buf; in lpfc_sli4_calc_ring()
|
D | lpfc_init.c | 4570 lpfc_ncmd->cur_iocbq.io_buf = lpfc_ncmd; in lpfc_new_io_buf()
|