| /Linux-v6.6/drivers/cxl/core/ |
| D | mbox.c | 385 const struct cxl_send_command *send_cmd, in cxl_to_mem_cmd_raw() argument 388 if (send_cmd->raw.rsvd) in cxl_to_mem_cmd_raw() 396 if (send_cmd->out.size > mds->payload_size) in cxl_to_mem_cmd_raw() 399 if (!cxl_mem_raw_command_allowed(send_cmd->raw.opcode)) in cxl_to_mem_cmd_raw() 407 .size_in = send_cmd->in.size, in cxl_to_mem_cmd_raw() 408 .size_out = send_cmd->out.size, in cxl_to_mem_cmd_raw() 410 .opcode = send_cmd->raw.opcode in cxl_to_mem_cmd_raw() 417 const struct cxl_send_command *send_cmd, in cxl_to_mem_cmd() argument 420 struct cxl_mem_command *c = &cxl_mem_commands[send_cmd->id]; in cxl_to_mem_cmd() 423 if (send_cmd->flags & ~CXL_MEM_COMMAND_FLAG_MASK) in cxl_to_mem_cmd() [all …]
|
| /Linux-v6.6/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 381 def send_cmd(self, cmd): member in Client 421 rsp = self.send_cmd(cmd) 455 self.send_cmd(cmd) 472 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 512 self.send_cmd(cmd) 522 self.send_cmd(cmd) 532 return self.send_cmd(cmd)[12:] 542 self.send_cmd(cmd) 587 return struct.unpack('>I', self.send_cmd(cmd)[10:14])[0] 625 rsp = self.send_cmd(cmd) [all …]
|
| D | tpm2_tests.py | 168 self.client.send_cmd(cmd) 299 space1.send_cmd(cmd)
|
| /Linux-v6.6/drivers/net/ethernet/cirrus/ |
| D | mac89x0.c | 108 int send_cmd; /* the propercommand used to send a packet. */ member 227 lp->send_cmd = TX_AFTER_381; in mac89x0_device_probe() 229 lp->send_cmd = TX_NOW; in mac89x0_device_probe() 231 lp->send_cmd = TX_NOW; in mac89x0_device_probe() 347 writereg(dev, PP_TxCMD, lp->send_cmd); in net_send_packet() 419 if (lp->send_underrun == 3) lp->send_cmd = TX_AFTER_381; in net_interrupt() 420 else if (lp->send_underrun == 6) lp->send_cmd = TX_AFTER_ALL; in net_interrupt()
|
| D | cs89x0.c | 140 int send_cmd; /* the proper send command: TX_NOW, TX_AFTER_381, or TX_AFTER_ALL */ member 773 lp->send_cmd = TX_AFTER_381; in net_interrupt() 775 lp->send_cmd = TX_AFTER_ALL; in net_interrupt() 1162 iowrite16(lp->send_cmd, lp->virt_addr + TX_CMD_PORT); in net_send_packet() 1361 lp->send_cmd = TX_AFTER_381; in cs89x0_probe1() 1363 lp->send_cmd = TX_NOW; in cs89x0_probe1() 1365 lp->send_cmd = TX_NOW; in cs89x0_probe1()
|
| /Linux-v6.6/tools/accounting/ |
| D | getdelays.c | 118 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 175 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 415 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 440 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 455 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 557 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| D | procacct.c | 125 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 182 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 340 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 398 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| /Linux-v6.6/drivers/mtd/nand/raw/ |
| D | mxc_nand.c | 128 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); member 721 host->devtype_data->send_cmd(host, NAND_CMD_READ0, false); in mxc_nand_read_page_v1() 725 host->devtype_data->send_cmd(host, NAND_CMD_READSTART, true); in mxc_nand_read_page_v1() 780 host->devtype_data->send_cmd(host, NAND_CMD_READ0, false); in mxc_nand_read_page_v2_v3() 784 host->devtype_data->send_cmd(host, in mxc_nand_read_page_v2_v3() 860 host->devtype_data->send_cmd(host, NAND_CMD_SEQIN, false); in mxc_nand_write_page() 867 host->devtype_data->send_cmd(host, NAND_CMD_PAGEPROG, true); in mxc_nand_write_page() 1349 host->devtype_data->send_cmd(host, command, false); in mxc_nand_command() 1356 host->devtype_data->send_cmd(host, command, true); in mxc_nand_command() 1364 host->devtype_data->send_cmd(host, command, true); in mxc_nand_command() [all …]
|
| /Linux-v6.6/drivers/crypto/marvell/octeontx2/ |
| D | cn10k_cpt.c | 14 .send_cmd = otx2_cpt_send_cmd, 20 .send_cmd = cn10k_cpt_send_cmd,
|
| D | otx2_cptlf.h | 98 void (*send_cmd)(union otx2_cpt_inst_s *cptinst, u32 insts_num, member
|
| /Linux-v6.6/drivers/media/usb/as102/ |
| D | as10x_handle.h | 22 int (*send_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
| /Linux-v6.6/drivers/vfio/pci/pds/ |
| D | dirty.h | 30 bool send_cmd);
|
| D | dirty.c | 309 void pds_vfio_dirty_disable(struct pds_vfio_pci_device *pds_vfio, bool send_cmd) in pds_vfio_dirty_disable() argument 313 if (send_cmd) in pds_vfio_dirty_disable() 319 if (send_cmd) in pds_vfio_dirty_disable()
|
| /Linux-v6.6/drivers/input/mouse/ |
| D | elantech.h | 165 int (*send_cmd)(struct psmouse *psmouse, unsigned char c, member
|
| D | elantech.c | 1643 info->send_cmd = info->hw_version >= 3 ? elantech_send_cmd : in elantech_set_properties() 1704 if (info->send_cmd(psmouse, ETP_CAPABILITIES_QUERY, in elantech_query_info() 1715 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, info->samples)) { in elantech_query_info() 1727 if (info->send_cmd(psmouse, ETP_ICBODY_QUERY, ic_body)) { in elantech_query_info() 1808 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1814 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, param)) in elantech_query_info() 1833 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1841 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info()
|
| /Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | link.c | 177 goto send_cmd; in iwl_mvm_link_changed() 224 send_cmd: in iwl_mvm_link_changed()
|
| D | coex.c | 161 goto send_cmd; in iwl_mvm_send_bt_init_conf() 175 send_cmd: in iwl_mvm_send_bt_init_conf()
|
| /Linux-v6.6/drivers/hwmon/occ/ |
| D | common.h | 99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp, member
|
| D | p9_sbe.c | 152 occ->send_cmd = p9_sbe_occ_send_cmd; in p9_sbe_occ_probe()
|
| D | p8_i2c.c | 225 occ->send_cmd = p8_i2c_occ_send_cmd; in p8_i2c_occ_probe()
|
| /Linux-v6.6/drivers/media/usb/gspca/ |
| D | kinect.c | 120 static int send_cmd(struct gspca_dev *gspca_dev, uint16_t cmd, void *cmdbuf, in send_cmd() function 209 res = send_cmd(gspca_dev, 0x03, cmd, 4, reply, 4); in write_register()
|
| /Linux-v6.6/tools/perf/ |
| D | builtin-daemon.c | 1359 static int send_cmd(struct daemon *daemon, union cmd *cmd) in send_cmd() function 1411 return send_cmd(daemon, &cmd); in send_cmd_list() 1440 return send_cmd(daemon, &cmd); in __cmd_signal() 1463 return send_cmd(daemon, &cmd); in __cmd_stop() 1490 return send_cmd(daemon, &cmd); in __cmd_ping()
|
| /Linux-v6.6/fs/btrfs/ |
| D | send.c | 789 static int send_cmd(struct send_ctx *sctx) in send_cmd() function 829 ret = send_cmd(sctx); in send_rename() 854 ret = send_cmd(sctx); in send_link() 877 ret = send_cmd(sctx); in send_unlink() 900 ret = send_cmd(sctx); in send_rmdir() 2580 ret = send_cmd(sctx); in send_subvol_begin() 2611 ret = send_cmd(sctx); in send_truncate() 2641 ret = send_cmd(sctx); in send_chmod() 2674 ret = send_cmd(sctx); in send_fileattr() 2706 ret = send_cmd(sctx); in send_chown() [all …]
|
| /Linux-v6.6/drivers/scsi/cxlflash/ |
| D | common.h | 232 int (*send_cmd)(struct afu *afu, struct afu_cmd *cmd); member
|
| /Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_sriov.h | 149 struct qlcnic_bc_trans *send_cmd; member
|