/openbmc/linux/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 1439 rx_done_desc *desc = &np->rx_done_q[np->rx_done]; in __netdev_rx() local 1498 …printk(KERN_DEBUG " netdev_rx() status2 of %d was %#4.4x.\n", np->rx_done, le16_to_cpu(desc->stat… in __netdev_rx() 1500 if (le16_to_cpu(desc->status2) & 0x0100) { in __netdev_rx() 1513 else if (le16_to_cpu(desc->status2) & 0x0040) { in __netdev_rx() 1515 skb->csum = le16_to_cpu(desc->csum); in __netdev_rx() 1516 printk(KERN_DEBUG "%s: checksum_hw, status2 = %#x\n", dev->name, le16_to_cpu(desc->status2)); in __netdev_rx() 1519 if (le16_to_cpu(desc->status2) & 0x0200) { in __netdev_rx() 1520 u16 vlid = le16_to_cpu(desc->vlanid); in __netdev_rx() 1534 desc->status = 0; in __netdev_rx()
|
/openbmc/ipmitool/src/plugins/dbus/ |
H A D | dbus.c | 195 .desc = "OpenBMC dbus interface",
|
/openbmc/linux/drivers/hid/ |
H A D | hid-chicony.c | 96 if (intf->cur_altsetting->desc.bInterfaceNumber == 1) { in ch_switch12_report_fixup()
|
/openbmc/qemu/hw/remote/ |
H A D | machine.c | 130 mc->desc = "Experimental remote machine"; in remote_machine_class_init()
|
/openbmc/qemu/semihosting/ |
H A D | config.c | 33 .desc = {
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc.h | 147 } desc; member
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | intern.h | 43 void (*callbk)(struct device *dev, u32 *desc, u32 status, void *arg);
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | smp.c | 82 irqreturn_t handle_ipi(int irq, void *desc) in handle_ipi() argument
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | arch_timer.h | 54 const char *desc; member
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-qcom-spm.c | 78 .desc = "ARM WFI",
|
/openbmc/linux/include/linux/ |
H A D | fsverity.h | 67 int (*end_enable_verity)(struct file *filp, const void *desc,
|
/openbmc/qemu/hw/ipmi/ |
H A D | pci_ipmi_kcs.c | 123 dc->desc = "PCI IPMI KCS"; in pci_ipmi_kcs_class_init()
|
H A D | pci_ipmi_bt.c | 123 dc->desc = "PCI IPMI BT"; in pci_ipmi_bt_class_init()
|
/openbmc/linux/include/net/ |
H A D | bond_options.h | 106 const char *desc; member
|
/openbmc/qemu/hw/sparc64/ |
H A D | niagara.c | 164 mc->desc = "Sun4v platform, Niagara"; in niagara_class_init()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | xio3130_upstream.c | 138 dc->desc = "TI X3130 Upstream Port of PCI Express Switch"; in xio3130_upstream_class_init()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_peci.c | 139 dc->desc = "Aspeed PECI Controller"; in aspeed_peci_class_init()
|
H A D | imx7_snvs.c | 152 dc->desc = "i.MX7 Secure Non-Volatile Storage Module"; in imx7_snvs_class_init()
|
/openbmc/linux/sound/soc/codecs/aw88395/ |
H A D | aw88395_device.c | 295 struct aw_volume_desc *desc = &aw_dev->volume_desc; in aw_dev_fade_in() local 296 u16 fade_in_vol = desc->ctl_volume; in aw_dev_fade_in() 319 struct aw_volume_desc *desc = &aw_dev->volume_desc; in aw_dev_fade_out() local 331 for (i = desc->ctl_volume; i <= AW88395_MUTE_VOL; i += fade_step) { in aw_dev_fade_out() 744 struct aw_cali_delay_desc *desc = &aw_dev->cali_delay_desc; in aw_dev_get_cali_f0_delay() local 753 desc->delay = AW88395_CALI_DELAY_CACL(cali_delay); in aw_dev_get_cali_f0_delay() 755 dev_dbg(aw_dev->dev, "read cali delay: %d ms", desc->delay); in aw_dev_get_cali_f0_delay()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 2093 const struct nft_set_desc *desc) argument 2106 static bool nft_pipapo_estimate(const struct nft_set_desc *desc, u32 features, argument 2110 desc->field_count < NFT_PIPAPO_MIN_FIELDS) 2113 est->size = pipapo_estimate_size(desc); 2137 const struct nft_set_desc *desc, argument 2145 field_count = desc->field_count ? : 1; 2168 int len = desc->field_len[i] ? : set->klen;
|
/openbmc/libpldm/src/dsp/ |
H A D | firmware_update.c | 478 struct pldm_descriptor *desc) in decode_pldm_descriptor_from_iter() argument 484 if (!iter || !iter->field || !desc) { in decode_pldm_descriptor_from_iter() 494 pldm_msgbuf_extract(buf, desc->descriptor_type); in decode_pldm_descriptor_from_iter() 495 rc = pldm_msgbuf_extract(buf, desc->descriptor_length); in decode_pldm_descriptor_from_iter() 500 desc->descriptor_data = NULL; in decode_pldm_descriptor_from_iter() 501 pldm_msgbuf_span_required(buf, desc->descriptor_length, in decode_pldm_descriptor_from_iter() 502 (void **)&desc->descriptor_data); in decode_pldm_descriptor_from_iter()
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-ar724x.c | 229 static void ar724x_pci_irq_handler(struct irq_desc *desc) in ar724x_pci_irq_handler() argument 235 apc = irq_desc_get_handler_data(desc); in ar724x_pci_irq_handler()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | fsl_usb2_udc.h | 570 #define ep_index(EP) ((EP)->ep.desc->bEndpointAddress&0xF) 573 USB_DIR_IN) : ((EP)->ep.desc->bEndpointAddress \
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-mmio.c | 149 uint64_t pfn = vq->desc / dev->page_size; in qvirtio_mmio_set_queue_address() 192 guest_free(alloc, vq->desc); in qvirtio_mmio_virtqueue_cleanup()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | param.c | 30 #define E1000_PARAM(X, desc) \ argument 34 MODULE_PARM_DESC(X, desc);
|