/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 8265 u32 val, cmd; in bnx2x_verify_sfp_module() local 8282 cmd = DRV_MSG_CODE_VRFY_SPECIFIC_PHY_OPT_MDL; in bnx2x_verify_sfp_module() 8291 cmd = DRV_MSG_CODE_VRFY_FIRST_PHY_OPT_MDL; in bnx2x_verify_sfp_module() 8300 fw_resp = bnx2x_fw_command(bp, cmd, fw_cmd_param); in bnx2x_verify_sfp_module()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 1118 for (cur_cfg = cfg; cur_cfg->cmd != PWR_CMD_END; cur_cfg++) { in rtw89_mac_sub_pwr_seq() 1123 switch (cur_cfg->cmd) { in rtw89_mac_sub_pwr_seq()
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2402 struct ifreq *ifr, int cmd) in hns3_nic_do_ioctl() argument 2412 return h->ae_algo->ops->do_ioctl(h, ifr, cmd); in hns3_nic_do_ioctl()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | chip.c | 2330 switch (rxnfc->cmd) { in mv88e6xxx_get_rxnfc() 2376 switch (rxnfc->cmd) { in mv88e6xxx_set_rxnfc()
|
/openbmc/u-boot/cmd/ |
H A D | otp.c | 3412 ret = cp->cmd(cmdtp, flag, argc, argv); in do_ast_otp()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 119 Per-cmd ATAPI DMA capabilities filter
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.c | 3764 fw_cmd.hdr.cmd = FW_CEM_CMD_DRIVER_INFO; in ixgbe_set_fw_drv_ver_generic()
|
H A D | ixgbe_main.c | 8961 static int ixgbe_ioctl(struct net_device *netdev, struct ifreq *req, int cmd) in ixgbe_ioctl() argument 8965 switch (cmd) { in ixgbe_ioctl() 8975 return mdio_mii_ioctl(&adapter->hw.phy.mdio, if_mii(req), cmd); in ixgbe_ioctl()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_device_queue_manager.c | 746 reg_sq_cmd.bits.cmd = SQ_IND_CMD_CMD_KILL; in dbgdev_wave_reset_wavefronts()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 3490 mptcp_lib_check_output "${err}" "${cmd}" "${expected}" || rc=${?}
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc8280xp.dtsi | 650 cmd_db: cmd-db-region@80860000 { 651 compatible = "qcom,cmd-db";
|
H A D | sdm845.dtsi | 793 aop_cmd_db_mem: aop-cmd-db-mem@85fe0000 { 794 compatible = "qcom,cmd-db";
|
H A D | sm8250.dtsi | 775 compatible = "qcom,cmd-db"; 5322 cmd-pins {
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 4492 static int mlx5e_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in mlx5e_ioctl() argument 4496 switch (cmd) { in mlx5e_ioctl()
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 1217 switch (dc->cmd) { in coda_decoder_cmd()
|
/openbmc/linux/drivers/nvme/host/ |
H A D | fc.c | 2156 nvme_req(rq)->cmd = &op->op.cmd_iu.sqe; in nvme_fc_init_request()
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-decoder.rst | 1009 ``cmd``
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 7555 static int ice_eth_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in ice_eth_ioctl() argument 7560 switch (cmd) { in ice_eth_ioctl()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | coda.rst | 1023 int cmd;
|
/openbmc/linux/net/sctp/ |
H A D | socket.c | 4906 static int sctp_ioctl(struct sock *sk, int cmd, int *karg) in sctp_ioctl() argument 4919 switch (cmd) { in sctp_ioctl()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_lib.c | 3263 flit = entry->cmd[i]; in cudbg_collect_mbox_log()
|
H A D | cxgb4_debugfs.c | 1182 u64 flit = entry->cmd[i]; in mboxlog_show()
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 348 int cmd; 389 cmd = parse_line(s, ps, &ntok); 390 - switch(cmd) { 393 + switch (cmd) { 520 int cmd; 534 cmd = *s; 542 - return cmd; 554 + return cmd;
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 1169 reboot-cmd (SPARC only)
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 2064 "-display cocoa[,full-grab=on|off][,swap-opt-cmd=on|off]\n" 2174 ``swap-opt-cmd=on|off`` : Swap the Option and Command keys so that their 3135 ``guestfwd=[tcp]:server:port-dev``; \ ``guestfwd=[tcp]:server:port-cmd:command`` 3138 cmd:command which gets spawned for each connection. This option 3158 |qemu_system| -nic 'user,id=n1,guestfwd=tcp:10.0.2.100:1234-cmd:netcat 10.10.1.1 4321'
|