| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 406 const struct cxl_send_command *send_cmd, in cxl_to_mem_cmd_raw() argument 409 if (send_cmd->raw.rsvd) in cxl_to_mem_cmd_raw() 417 if (send_cmd->out.size > cxl_mbox->payload_size) in cxl_to_mem_cmd_raw() 420 if (!cxl_mem_raw_command_allowed(send_cmd->raw.opcode)) in cxl_to_mem_cmd_raw() 428 .size_in = send_cmd->in.size, in cxl_to_mem_cmd_raw() 429 .size_out = send_cmd->out.size, in cxl_to_mem_cmd_raw() 431 .opcode = send_cmd->raw.opcode in cxl_to_mem_cmd_raw() 438 const struct cxl_send_command *send_cmd, in cxl_to_mem_cmd() argument 441 struct cxl_mem_command *c = &cxl_mem_commands[send_cmd->id]; in cxl_to_mem_cmd() 444 if (send_cmd->flags & ~CXL_MEM_COMMAND_FLAG_MASK) in cxl_to_mem_cmd() [all …]
|
| /linux/tools/testing/selftests/tpm2/ |
| H A 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 …]
|
| H A D | tpm2_tests.py | 168 self.client.send_cmd(cmd) 299 space1.send_cmd(cmd)
|
| /linux/drivers/net/ethernet/cirrus/ |
| H A 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()
|
| H A 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/tools/accounting/ |
| H A 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() 339 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 397 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| H A D | getdelays.c | 119 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 176 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 583 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 608 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main() 623 rc = send_cmd(nl_sd, id, mypid, CGROUPSTATS_CMD_GET, in main() 725 rc = send_cmd(nl_sd, id, mypid, TASKSTATS_CMD_GET, in main()
|
| H A D | delaytop.c | 419 static int send_cmd(int sd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 478 rc = send_cmd(sd, GENL_ID_CTRL, getpid(), CTRL_CMD_GETFAMILY, in get_family_id() 671 if (send_cmd(nl_sd, family_id, getpid(), TASKSTATS_CMD_GET, in fetch_and_fill_task_info() 829 if (send_cmd(nl_sd, family_id, getpid(), CGROUPSTATS_CMD_GET, in get_container_stats()
|
| /linux/drivers/watchdog/ |
| H A D | lenovo_se10_wdt.c | 85 static void send_cmd(unsigned char cmd) in send_cmd() function 126 send_cmd(CUS_WDT_CNT); in wdt_get_time() 137 send_cmd(CUS_WDT_FEED); in wdt_ping()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_bpf_smc.c | 63 static int send_cmd(int fd, __u16 nlmsg_type, __u32 nlmsg_pid, in send_cmd() function 126 ret = send_cmd(fd, GENL_ID_CTRL, pid, in get_smc_nl_family_id() 176 ret = send_cmd(fd, smc_nl_family_id, pid, in smc_ueid()
|
| /linux/drivers/mfd/ |
| H A D | loongson-se.c | 63 u32 *send_cmd = (u32 *)cmd; in loongson_se_send_controller_cmd() local 67 writel(send_cmd[i], se->base + SE_SEND_CMD_REG + i * 4); in loongson_se_send_controller_cmd()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | cn10k_cpt.c | 15 .send_cmd = otx2_cpt_send_cmd, 22 .send_cmd = cn10k_cpt_send_cmd,
|
| /linux/drivers/media/usb/as102/ |
| H A D | as10x_handle.h | 22 int (*send_cmd)(struct as10x_bus_adapter_t *bus_adap, member
|
| /linux/drivers/vfio/pci/pds/ |
| H A D | dirty.h | 32 bool send_cmd);
|
| H A D | dirty.c | 354 void pds_vfio_dirty_disable(struct pds_vfio_pci_device *pds_vfio, bool send_cmd) in pds_vfio_dirty_disable() argument 358 if (send_cmd) in pds_vfio_dirty_disable() 365 if (send_cmd) in pds_vfio_dirty_disable()
|
| /linux/drivers/input/mouse/ |
| H A D | elantech.c | 1674 info->send_cmd = info->hw_version >= 3 ? elantech_send_cmd : in elantech_set_properties() 1735 if (info->send_cmd(psmouse, ETP_CAPABILITIES_QUERY, in elantech_query_info() 1746 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, info->samples)) { in elantech_query_info() 1758 if (info->send_cmd(psmouse, ETP_ICBODY_QUERY, ic_body)) { in elantech_query_info() 1839 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1845 if (info->send_cmd(psmouse, ETP_SAMPLE_QUERY, param)) in elantech_query_info() 1864 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info() 1872 if (info->send_cmd(psmouse, ETP_FW_ID_QUERY, param)) in elantech_query_info()
|
| H A D | elantech.h | 165 int (*send_cmd)(struct psmouse *psmouse, unsigned char c, member
|
| /linux/include/linux/net/intel/libie/ |
| H A D | fwlog.h | 75 int (*send_cmd)(void *, struct libie_aq_desc *, void *, u16);
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 130 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); member 1248 .send_cmd = send_cmd_v1_v2, 1272 .send_cmd = send_cmd_v1_v2, 1297 .send_cmd = send_cmd_v1_v2, 1323 .send_cmd = send_cmd_v3, 1349 .send_cmd = send_cmd_v3, 1577 host->devtype_data->send_cmd(host, instr->ctx.cmd.opcode, true); in mxcnd_do_exec_op()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | link.c | 160 goto send_cmd; in iwl_mvm_link_changed() 230 send_cmd: in iwl_mvm_link_changed()
|
| /linux/drivers/hwmon/occ/ |
| H A D | common.h | 99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp, member
|
| H A D | p9_sbe.c | 152 occ->send_cmd = p9_sbe_occ_send_cmd; in p9_sbe_occ_probe()
|
| /linux/drivers/media/usb/gspca/ |
| H A 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/tools/perf/ |
| H A D | builtin-daemon.c | 1358 static int send_cmd(struct daemon *daemon, union cmd *cmd) in send_cmd() function 1410 return send_cmd(daemon, &cmd); in send_cmd_list() 1439 return send_cmd(daemon, &cmd); in __cmd_signal() 1462 return send_cmd(daemon, &cmd); in __cmd_stop() 1489 return send_cmd(daemon, &cmd); in __cmd_ping()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 795 static int send_cmd(struct send_ctx *sctx) in send_cmd() function 832 ret = send_cmd(sctx); in send_rename() 853 ret = send_cmd(sctx); in send_link() 872 ret = send_cmd(sctx); in send_unlink() 891 ret = send_cmd(sctx); in send_rmdir() 2527 ret = send_cmd(sctx); in send_subvol_begin() 2590 ret = send_cmd(sctx); in send_truncate() 2614 ret = send_cmd(sctx); in send_chmod() 2641 ret = send_cmd(sctx); in send_fileattr() 2666 ret = send_cmd(sctx); in send_chown() [all …]
|