Home
last modified time | relevance | path

Searched refs:cmd (Results 3876 – 3900 of 6824) sorted by relevance

1...<<151152153154155156157158159160>>...273

/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftmac100.c853 struct ethtool_link_ksettings *cmd) in ftmac100_get_link_ksettings() argument
857 mii_ethtool_get_link_ksettings(&priv->mii, cmd); in ftmac100_get_link_ksettings()
863 const struct ethtool_link_ksettings *cmd) in ftmac100_set_link_ksettings() argument
866 return mii_ethtool_set_link_ksettings(&priv->mii, cmd); in ftmac100_set_link_ksettings()
1070 static int ftmac100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) in ftmac100_do_ioctl() argument
1075 return generic_mii_ioctl(&priv->mii, data, cmd, NULL); in ftmac100_do_ioctl()
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c570 __u8 cmd = 0; in c67x00_create_td() local
586 cmd |= PREAMBLE_EN; in c67x00_create_td()
591 cmd |= ISO_EN; in c67x00_create_td()
605 cmd |= SEQ_SEL; in c67x00_create_td()
607 cmd |= ARM_EN; in c67x00_create_td()
620 td->ctrl_reg = cmd; in c67x00_create_td()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c581 int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg) in rfcomm_dev_ioctl() argument
583 BT_DBG("cmd %d arg %p", cmd, arg); in rfcomm_dev_ioctl()
585 switch (cmd) { in rfcomm_dev_ioctl()
825 static int rfcomm_tty_ioctl(struct tty_struct *tty, unsigned int cmd, unsigned long arg) in rfcomm_tty_ioctl() argument
827 BT_DBG("tty %p cmd 0x%02x", tty, cmd); in rfcomm_tty_ioctl()
829 switch (cmd) { in rfcomm_tty_ioctl()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c493 static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) in efx_ioctl() argument
498 if (cmd == SIOCSHWTSTAMP) in efx_ioctl()
500 if (cmd == SIOCGHWTSTAMP) in efx_ioctl()
504 if ((cmd == SIOCGMIIREG || cmd == SIOCSMIIREG) && in efx_ioctl()
508 return mdio_mii_ioctl(&efx->mdio, data, cmd); in efx_ioctl()
/openbmc/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c243 int kvaser_usb_send_cmd(const struct kvaser_usb *dev, void *cmd, int len) in kvaser_usb_send_cmd() argument
248 cmd, len, NULL, KVASER_USB_TIMEOUT); in kvaser_usb_send_cmd()
251 int kvaser_usb_recv_cmd(const struct kvaser_usb *dev, void *cmd, int len, in kvaser_usb_recv_cmd() argument
257 cmd, len, actual_len, KVASER_USB_TIMEOUT); in kvaser_usb_recv_cmd()
270 int kvaser_usb_send_cmd_async(struct kvaser_usb_net_priv *priv, void *cmd, in kvaser_usb_send_cmd_async() argument
285 cmd, len, kvaser_usb_send_cmd_callback, netdev); in kvaser_usb_send_cmd_async()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c301 struct vxlan_vni_node *vninode, int cmd) in vxlan_vnifilter_notify() argument
314 nlh = nlmsg_put(skb, 0, 0, cmd, sizeof(*tmsg), 0); in vxlan_vnifilter_notify()
816 int cmd, struct netlink_ext_ack *extack) in vxlan_vni_add_del() argument
824 switch (cmd) { in vxlan_vni_add_del()
846 int cmd, struct netlink_ext_ack *extack) in vxlan_process_vni_filter() argument
893 err = vxlan_vni_add_del(vxlan, vni_start, vni_end, &group, cmd, in vxlan_process_vni_filter()
/openbmc/linux/drivers/s390/char/
H A Dsclp.c110 static inline int abbrev_len(sclp_cmdw_t cmd, struct sccb_header *sccb) in abbrev_len() argument
120 if (cmd == SCLP_CMDW_WRITE_EVENT_DATA && in abbrev_len()
128 sclp_cmdw_t cmd, struct sccb_header *sccb, in sclp_trace_sccb() argument
133 sclp_trace_bin(prio + 1, sccb, abbrev_len(cmd, sccb), in sclp_trace_sccb()
621 static bool ok_response(u32 sccb_int, sclp_cmdw_t cmd) in ok_response() argument
636 if (cmd == SCLP_CMDW_WRITE_EVENT_DATA) { in ok_response()
/openbmc/linux/drivers/spi/
H A Dspi-zynqmp-gqspi.c1054 u16 opcode = op->cmd.opcode; in zynqmp_qspi_exec_op()
1058 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in zynqmp_qspi_exec_op()
1067 if (op->cmd.opcode) { in zynqmp_qspi_exec_op()
1071 xqspi->bytes_to_transfer = op->cmd.nbytes; in zynqmp_qspi_exec_op()
1073 zynqmp_qspi_write_op(xqspi, op->cmd.buswidth, genfifoentry); in zynqmp_qspi_exec_op()
/openbmc/linux/drivers/atm/
H A Dfore200e.c572 fore200e->bus->write(prom_dma, &entry->cp_entry->cmd.prom_block.prom_haddr); in fore200e_pca_prom_read()
576 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.prom_block.opcode); in fore200e_pca_prom_read()
1259 fore200e->bus->write(mtu, &entry->cp_entry->cmd.activate_block.mtu); in fore200e_activate_vcin()
1691 fore200e->bus->write(stats_dma_addr, &entry->cp_entry->cmd.stats_block.stats_haddr); in fore200e_getstats()
1730 fore200e->bus->write(oc3_regs_dma_addr, &entry->cp_entry->cmd.oc3_block.regs_haddr);
1734 fore200e->bus->write(*(u32*)&opcode, (u32*)&entry->cp_entry->cmd.oc3_block.opcode);
1769 fore200e->bus->write(0, &entry->cp_entry->cmd.oc3_block.regs_haddr); in fore200e_set_oc3()
1773 fore200e->bus->write(*(u32*)&opcode, (u32 __iomem *)&entry->cp_entry->cmd.oc3_block.opcode); in fore200e_set_oc3()
1854 fore200e_ioctl(struct atm_dev* dev, unsigned int cmd, void __user * arg) in fore200e_ioctl() argument
1858 DPRINTK(2, "ioctl cmd = 0x%x (%u), arg = 0x%p (%lu)\n", cmd, cmd, arg, (unsigned long)arg); in fore200e_ioctl()
[all …]
/openbmc/linux/drivers/net/ppp/
H A Dppp_generic.c732 pf, file, cmd, arg); in ppp_ioctl()
736 if (cmd == PPPIOCDETACH) { in ppp_ioctl()
755 switch (cmd) { in ppp_ioctl()
810 switch (cmd) { in ppp_ioctl()
914 if (cmd == PPPIOCGNPMODE) { in ppp_ioctl()
938 if (cmd == PPPIOCSPASS) in ppp_ioctl()
992 switch (cmd) { in ppp_compat_ioctl()
1004 if (cmd == PPPIOCSPASS32) in ppp_compat_ioctl()
1053 switch (cmd) { in ppp_unattached_ioctl()
1488 void __user *addr, int cmd) in ppp_net_siocdevprivate() argument
[all …]
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dtargetos.h106 unsigned short cmd; /* Command to run */ member
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Daf9015.h59 u8 cmd; /* [0] */ member
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_lanp.h91 int cmd; member
/openbmc/u-boot/board/ti/common/
H A DKconfig18 bool "Enable cmd options on TI platforms"
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Ddma.h118 struct mxs_dma_cmd cmd; member
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dregs-mmc.h27 uint32_t cmd; member
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_net.h160 __u8 cmd; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0002-Mark-first-element-of-a-string-as-null.patch22 @@ -424,7 +424,7 @@ int cli_find_args(int argc, char *argv[], struct cli_node *cmd, struct cli_node
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dstream-under-throttle105 self.vm.cmd('block-stream',
/openbmc/qemu/include/hw/misc/
H A Dmac_via.h58 uint8_t cmd; member
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsmaller_maxphyaddr_emulation_test.c105 TEST_FAIL("Unrecognized ucall: %lu\n", uc.cmd); in main()
/openbmc/linux/fs/btrfs/
H A Dsend.h50 __le16 cmd; member
/openbmc/linux/drivers/media/usb/pwc/
H A Dpwc-uncompress.c41 memcpy(raw_frame->cmd, pdev->cmd_buf, 4); in pwc_decompress()
/openbmc/linux/include/linux/
H A Dlsm_audit.h47 u16 cmd; member
/openbmc/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_hw.c19 buffer.hdr.req.cmd = NGBE_FW_EEPROM_CHECKSUM_CMD; in ngbe_eeprom_chksum_hostif()

1...<<151152153154155156157158159160>>...273