Searched refs:io_buf (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/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-v6.1/drivers/char/tpm/ |
D | tpm_tis_i2c.c | 64 u8 *io_buf; member 231 phy->io_buf[0] = reg; in tpm_tis_i2c_write_bytes() 232 memcpy(phy->io_buf + sizeof(reg), value, len); in tpm_tis_i2c_write_bytes() 235 msg.buf = phy->io_buf; in tpm_tis_i2c_write_bytes() 328 phy->io_buf = devm_kzalloc(&dev->dev, TPM_BUFSIZE, GFP_KERNEL); in tpm_tis_i2c_probe() 329 if (!phy->io_buf) in tpm_tis_i2c_probe()
|
/Linux-v6.1/drivers/staging/r8188eu/hal/ |
D | usb_ops_linux.c | 16 u8 io_buf[4]; in usb_read() local 23 REALTEK_USB_VENQT_CMD_IDX, io_buf, in usb_read() 48 memcpy(data, io_buf, size); in usb_read() 59 u8 io_buf[VENDOR_CMD_MAX_DATA_LEN]; in usb_write() local 64 memcpy(io_buf, data, size); in usb_write() 67 REALTEK_USB_VENQT_CMD_IDX, io_buf, in usb_write()
|
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 142 struct lpfc_io_buf *io_buf; member
|
D | lpfc_scsi.c | 372 psb->cur_iocbq.io_buf = psb; in lpfc_new_scsi_buf_s3() 4021 struct lpfc_io_buf *lpfc_cmd = pwqeIn->io_buf; in lpfc_fcp_io_cmd_wqe_cmpl() 4357 (struct lpfc_io_buf *) pIocbIn->io_buf; in lpfc_scsi_cmd_iocb_cmpl() 4679 piocbq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s3() 4791 pwqeq->io_buf = lpfc_cmd; in lpfc_scsi_prep_cmnd_buf_s4() 5032 struct lpfc_io_buf *lpfc_cmd = cmdiocbq->io_buf; in lpfc_tskmgmt_def_cmpl() 5604 WARN_ON(iocb->io_buf != lpfc_cmd); in lpfc_abort_handler()
|
D | lpfc_nvme.c | 934 struct lpfc_io_buf *lpfc_ncmd = pwqeIn->io_buf; in lpfc_nvme_io_cmd_cmpl() 2799 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() 10578 struct lpfc_io_buf *lpfc_cmd = piocb->io_buf; in __lpfc_sli_issue_fcp_io_s4() 11244 lpfc_cmd = piocb->io_buf; in lpfc_sli4_calc_ring()
|
D | lpfc_init.c | 4562 lpfc_ncmd->cur_iocbq.io_buf = lpfc_ncmd; in lpfc_new_io_buf()
|