| /linux-6.15/drivers/scsi/qedi/ |
| H A D | qedi_main.c | 170 if (udev->uctrl) { in __qedi_free_uio_rings() 172 udev->uctrl = NULL; in __qedi_free_uio_rings() 211 uctrl = udev->uctrl; in qedi_reset_uio_rings() 214 uctrl->host_rx_cons = 0; in qedi_reset_uio_rings() 215 uctrl->hw_rx_prod = 0; in qedi_reset_uio_rings() 216 uctrl->hw_rx_bd_prod = 0; in qedi_reset_uio_rings() 233 if (!udev->uctrl) in __qedi_alloc_uio_rings() 754 uctrl = udev->uctrl; in qedi_ll2_process_skb() 768 uctrl->hw_rx_bd_prod = (uctrl->hw_rx_bd_prod + 1) % QEDI_NUM_RX_BD; in qedi_ll2_process_skb() 777 uctrl->hw_rx_prod, prod, uctrl->hw_rx_bd_prod, in qedi_ll2_process_skb() [all …]
|
| H A D | qedi_iscsi.c | 1220 struct qedi_uio_ctrl *uctrl; in qedi_data_avail() local 1231 uctrl = (struct qedi_uio_ctrl *)udev->uctrl; in qedi_data_avail() 1232 if (!uctrl) { in qedi_data_avail() 1237 len = uctrl->host_tx_pkt_len; in qedi_data_avail() 1263 uctrl->host_tx_pkt_len = 0; in qedi_data_avail() 1264 uctrl->hw_tx_cons++; in qedi_data_avail()
|
| H A D | qedi.h | 133 void *uctrl; member
|
| /linux-6.15/drivers/sbus/char/ |
| H A D | Makefile | 17 obj-$(CONFIG_TADPOLE_TS102_UCTRL) += uctrl.o
|
| /linux-6.15/sound/pci/hda/ |
| H A D | patch_cs8409.h | 354 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl); 355 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl);
|
| H A D | patch_cs8409.c | 489 int cs42l42_volume_get(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_get() argument 496 long *valp = uctrl->value.integer.value; in cs42l42_volume_get() 548 int cs42l42_volume_put(struct snd_kcontrol *kctrl, struct snd_ctl_elem_value *uctrl) in cs42l42_volume_put() argument 555 long *valp = uctrl->value.integer.value; in cs42l42_volume_put()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls_utils.h | 38 struct mlx5_wqe_umr_ctrl_seg uctrl; member
|
| H A D | ktls_txrx.c | 80 struct mlx5_wqe_umr_ctrl_seg *ucseg = &wqe->uctrl; in mlx5e_ktls_build_static_params()
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | ptrace.c | 586 unsigned long idx, u32 uctrl) in ptrace_hbp_set_ctrl() argument 606 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl() 612 if (uctrl & CTRL_PLV_ENABLE) { in ptrace_hbp_set_ctrl()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | cs4234.c | 86 struct snd_ctl_elem_value *uctrl) in cs4234_dac14_grp_delay_put() argument 110 ret = snd_soc_put_enum_double(kctrl, uctrl); in cs4234_dac14_grp_delay_put()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | rx.c | 137 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_xsk_alloc_rx_mpwqe()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 640 umr_wqe->hdr.uctrl.flags = MLX5_UMR_TRANSLATION_OFFSET_EN | MLX5_UMR_INLINE; in build_ksm_umr() 641 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in build_ksm_umr() 642 umr_wqe->hdr.uctrl.xlt_octowords = cpu_to_be16(ksm_len); in build_ksm_umr() 643 umr_wqe->hdr.uctrl.mkey_mask = cpu_to_be64(MLX5_MKEY_MASK_FREE); in build_ksm_umr() 822 umr_wqe->hdr.uctrl.xlt_offset = cpu_to_be16(offset); in mlx5e_alloc_rx_mpwqe()
|
| H A D | en.h | 235 struct mlx5_wqe_umr_ctrl_seg uctrl; member
|
| H A D | en_main.c | 315 struct mlx5_wqe_umr_ctrl_seg *ucseg = &wqe->hdr.uctrl; in mlx5e_build_umr_wqe()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | ptrace.c | 427 u32 uctrl) in ptrace_hbp_set_ctrl() argument 441 decode_ctrl_reg(uctrl, &ctrl); in ptrace_hbp_set_ctrl()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | devices.txt | 311 174 = /dev/uctrl SPARCbook 3 microcontroller
|