/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 481 .type = cpu_to_be16(ETH_P_MPLS_UC), 486 [RTA_DST] = { .type = NLA_U32 }, 487 [RTA_OIF] = { .type = NLA_U32 }, 488 [RTA_TTL_PROPAGATE] = { .type = NLA_U8 }, 1135 unsigned int flags, int type) in mpls_netconf_fill_devconf() argument 1146 if (type == NETCONFA_ALL) in mpls_netconf_fill_devconf() 1155 if ((all || type == NETCONFA_INPUT) && in mpls_netconf_fill_devconf() 1168 static int mpls_netconf_msgsize_devconf(int type) in mpls_netconf_msgsize_devconf() argument 1174 if (type == NETCONFA_ALL) in mpls_netconf_msgsize_devconf() 1177 if (all || type == NETCONFA_INPUT) in mpls_netconf_msgsize_devconf() [all …]
|
/openbmc/linux/net/mptcp/ |
H A D | pm_netlink.c | 1203 [MPTCP_PM_ADDR_ATTR_FAMILY] = { .type = NLA_U16, }, 1204 [MPTCP_PM_ADDR_ATTR_ID] = { .type = NLA_U8, }, 1205 [MPTCP_PM_ADDR_ATTR_ADDR4] = { .type = NLA_U32, }, 1208 [MPTCP_PM_ADDR_ATTR_PORT] = { .type = NLA_U16 }, 1209 [MPTCP_PM_ADDR_ATTR_FLAGS] = { .type = NLA_U32 }, 1210 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32 }, 1216 [MPTCP_PM_ATTR_RCV_ADD_ADDRS] = { .type = NLA_U32, }, 1217 [MPTCP_PM_ATTR_SUBFLOWS] = { .type = NLA_U32, }, 1218 [MPTCP_PM_ATTR_TOKEN] = { .type = NLA_U32, }, 1219 [MPTCP_PM_ATTR_LOC_ID] = { .type = NLA_U8, }, [all …]
|
/openbmc/linux/net/sched/ |
H A D | sch_taprio.c | 1004 [TCA_TAPRIO_SCHED_ENTRY_INDEX] = { .type = NLA_U32 }, 1005 [TCA_TAPRIO_SCHED_ENTRY_CMD] = { .type = NLA_U8 }, 1006 [TCA_TAPRIO_SCHED_ENTRY_GATE_MASK] = { .type = NLA_U32 }, 1007 [TCA_TAPRIO_SCHED_ENTRY_INTERVAL] = { .type = NLA_U32 }, 1013 [TCA_TAPRIO_TC_ENTRY_MAX_SDU] = { .type = NLA_U32 }, 1029 [TCA_TAPRIO_ATTR_SCHED_BASE_TIME] = { .type = NLA_S64 }, 1031 [TCA_TAPRIO_ATTR_SCHED_CLOCKID] = { .type = NLA_S32 }, 1034 [TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME_EXTENSION] = { .type = NLA_S64 }, 1035 [TCA_TAPRIO_ATTR_FLAGS] = { .type = NLA_U32 }, 1036 [TCA_TAPRIO_ATTR_TXTIME_DELAY] = { .type = NLA_U32 }, [all …]
|
/openbmc/linux/drivers/media/usb/as102/ |
H A D | as10x_cmd.h | 292 __le16 type; member 301 __le16 type; member
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | gef_sbc310.dts | 144 phy-connection-type = "gmii"; 167 phy-connection-type = "gmii";
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc.h | 191 __le16 type; /* type of the webcam */ member 227 int type; member
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | bus.c | 108 dev->board_type = core->bus->boardinfo.type; in b43_bus_dev_bcma_init() 207 dev->board_type = sdev->bus->boardinfo.type; in b43_bus_dev_ssb_init()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_srh.c | 41 if (srh->type != IPV6_SRCRT_TYPE_4) in srh_mt6() 135 if (srh->type != IPV6_SRCRT_TYPE_4) in srh1_mt6()
|
/openbmc/linux/drivers/edac/ |
H A D | cell_edac.c | 202 layers[0].type = EDAC_MC_LAYER_CHIP_SELECT; in cell_edac_probe() 205 layers[1].type = EDAC_MC_LAYER_CHANNEL; in cell_edac_probe()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-crossbar.c | 171 unsigned int *type) in crossbar_domain_translate() argument 182 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK; in crossbar_domain_translate()
|
H A D | irq-tegra.c | 218 unsigned int *type) in tegra_ictlr_domain_translate() argument 229 *type = fwspec->param[2] & IRQ_TYPE_SENSE_MASK; in tegra_ictlr_domain_translate()
|
/openbmc/u-boot/lib/ |
H A D | trace.c | 180 output_hdr->type = TRACE_CHUNK_FUNCS; in trace_list_functions() 224 output_hdr->type = TRACE_CHUNK_CALLS; in trace_list_calls()
|
/openbmc/u-boot/board/barco/titanium/ |
H A D | imximage.cfg | 29 * Addr-type Address Value 32 * Addr-type register length (1,2 or 4 bytes)
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
H A D | xusb-padctl.c | 301 .type = TEGRA_XUSB_PADCTL_PCIE, 306 .type = TEGRA_XUSB_PADCTL_SATA,
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | xor.c | 398 int mv_xor_transfer(u32 chan, enum xor_type type, u32 xor_chain_ptr) in mv_xor_transfer() argument 420 switch (type) { in mv_xor_transfer()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath.c | 104 vendor_node.dp.type = DEVICE_PATH_TYPE_HARDWARE_DEVICE; in setup() 129 end_node.type = DEVICE_PATH_TYPE_END; in setup()
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10.h | 169 enum solo_enc_types type; member 184 int type; member
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dmx-mmap.rst | 43 Regardless of the device type and the direction of data exchange it 49 The ``flags`` parameter specifies the type of the mapped object,
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | Kconfig | 29 media type. 97 If you have a network (Ethernet) card of this type, say Y here.
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | pms7003.c | 147 switch (chan->type) { in pms7003_read_raw() 173 .type = IIO_MASSCONCENTRATION, \
|
/openbmc/linux/include/linux/usb/ |
H A D | pd_vdo.h | 31 #define VDO(vid, type, ver, custom) \ argument 33 ((type) << 15) | \
|
/openbmc/linux/include/net/nfc/ |
H A D | nfc.h | 123 u16 type; member 292 int nfc_add_se(struct nfc_dev *dev, u32 se_idx, u16 type);
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | update-rc.d.bbclass | 32 if ${@use_updatercd(d)} && type update-rc.d >/dev/null 2>/dev/null; then 49 if ${@use_updatercd(d)} && type update-rc.d >/dev/null 2>/dev/null; then
|
/openbmc/qemu/hw/pci/ |
H A D | pci-hmp-cmds.c | 85 if (!strcmp(region->value->type, "io")) { in hmp_info_pci_device() 158 i, r->type & PCI_BASE_ADDRESS_SPACE_IO ? "i/o" : "mem", in pcibus_dev_print()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-vhost.c | 128 switch (cc->type) { in cryptodev_get_vhost() 198 if (cc->type == QCRYPTODEV_BACKEND_TYPE_VHOST_USER) { in cryptodev_vhost_start()
|