Home
last modified time | relevance | path

Searched refs:cmd (Results 6776 – 6800 of 6824) sorted by relevance

1...<<271272273

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c8265 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 Dmac.c1118 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 Dhns3_enet.c2402 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 Dchip.c2330 switch (rxnfc->cmd) { in mv88e6xxx_get_rxnfc()
2376 switch (rxnfc->cmd) { in mv88e6xxx_set_rxnfc()
/openbmc/u-boot/cmd/
H A Dotp.c3412 ret = cp->cmd(cmdtp, flag, argc, argv); in do_ast_otp()
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst119 Per-cmd ATAPI DMA capabilities filter
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c3764 fw_cmd.hdr.cmd = FW_CEM_CMD_DRIVER_INFO; in ixgbe_set_fw_drv_ver_generic()
H A Dixgbe_main.c8961 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 Dkfd_device_queue_manager.c746 reg_sq_cmd.bits.cmd = SQ_IND_CMD_CMD_KILL; in dbgdev_wave_reset_wavefronts()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh3490 mptcp_lib_check_output "${err}" "${cmd}" "${expected}" || rc=${?}
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc8280xp.dtsi650 cmd_db: cmd-db-region@80860000 {
651 compatible = "qcom,cmd-db";
H A Dsdm845.dtsi793 aop_cmd_db_mem: aop-cmd-db-mem@85fe0000 {
794 compatible = "qcom,cmd-db";
H A Dsm8250.dtsi775 compatible = "qcom,cmd-db";
5322 cmd-pins {
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4492 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 Dcoda-common.c1217 switch (dc->cmd) { in coda_decoder_cmd()
/openbmc/linux/drivers/nvme/host/
H A Dfc.c2156 nvme_req(rq)->cmd = &op->op.cmd_iu.sqe; in nvme_fc_init_request()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst1009 ``cmd``
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c7555 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 Dcoda.rst1023 int cmd;
/openbmc/linux/net/sctp/
H A Dsocket.c4906 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 Dcudbg_lib.c3263 flit = entry->cmd[i]; in cudbg_collect_mbox_log()
H A Dcxgb4_debugfs.c1182 u64 flit = entry->cmd[i]; in mboxlog_show()
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch348 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 Dkernel.rst1169 reboot-cmd (SPARC only)
/openbmc/qemu/
H A Dqemu-options.hx2064 "-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'

1...<<271272273