| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | mps,mpq7920.yaml | 4 $id: http://devicetree.org/schemas/regulator/mps,mpq7920.yaml# 17 - mps,mpq7920 31 mps,switch-freq: 53 mps,buck-softstart: 60 mps,buck-phase-delay: 67 mps,buck-ovp-disable: 90 compatible = "mps,mpq7920"; 94 mps,switch-freq = /bits/ 8 <1>; 103 mps,buck-ovp-disable; 104 mps,buck-phase-delay = /bits/ 8 <2>; [all …]
|
| H A D | mp886x.txt | 5 "mps,mp8867" 6 "mps,mp8869" 9 - mps,fb-voltage-divider: An array of two integers containing the resistor 18 compatible = "mps,mp8869"; 25 mps,fb-voltage-divider = <80 240>;
|
| H A D | mps,mp5416.yaml | 4 $id: http://devicetree.org/schemas/regulator/mps,mp5416.yaml# 17 - mps,mp5416 53 compatible = "mps,mp5416";
|
| H A D | mp8859.txt | 4 - compatible: "mps,mp8859"; 13 compatible = "mps,mp8859";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | mps,mp2629.yaml | 4 $id: http://devicetree.org/schemas/mfd/mps,mp2629.yaml# 21 const: mps,mp2629 54 compatible = "mps,mp2629";
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-usbd.c | 213 usbc_doepctl.s.mps = (i==0) ? 0 : 64; in __cvmx_usbd_device_reset_complete() 868 usbc_doepctl.s.mps = 3; in cvmx_usbd_out_endpoint_enable() 871 usbc_doepctl.s.mps = 2; in cvmx_usbd_out_endpoint_enable() 874 usbc_doepctl.s.mps = 1; in cvmx_usbd_out_endpoint_enable() 877 usbc_doepctl.s.mps = 0; in cvmx_usbd_out_endpoint_enable() 882 usbc_doepctl.s.mps = max_packet_size; in cvmx_usbd_out_endpoint_enable() 989 usbc_diepctl.s.mps = 3; in cvmx_usbd_in_endpoint_enable() 992 usbc_diepctl.s.mps = 2; in cvmx_usbd_in_endpoint_enable() 995 usbc_diepctl.s.mps = 1; in cvmx_usbd_in_endpoint_enable() 998 usbc_diepctl.s.mps = 0; in cvmx_usbd_in_endpoint_enable() [all …]
|
| H A D | cvmx-pcie.c | 185 pciercx_cfg030.s.mps = MPS_CN5XXX; in __cvmx_pcie_rc_initialize_config_space() 190 pciercx_cfg030.s.mps = MPS_CN6XXX; in __cvmx_pcie_rc_initialize_config_space() 208 …npei_ctl_status2.s.mps = MPS_CN5XXX; /* Max payload size = 128 bytes for best Octeon DMA performan… in __cvmx_pcie_rc_initialize_config_space() 224 prt_cfg.s.mps = MPS_CN6XXX; in __cvmx_pcie_rc_initialize_config_space() 1529 pcieepx_cfg030.s.mps = MPS_CN5XXX; in cvmx_pcie_ep_initialize() 1534 pcieepx_cfg030.s.mps = MPS_CN6XXX; in cvmx_pcie_ep_initialize() 1552 npei_ctl_status2.s.mps = MPS_CN5XXX; /* Max payload size = 128 bytes (Limit of most PCs) */ in cvmx_pcie_ep_initialize() 1563 prt_cfg.s.mps = MPS_CN6XXX; in cvmx_pcie_ep_initialize()
|
| H A D | cvmx-dpi-defs.h | 1842 uint64_t mps : 1; /**< Max Payload Size member 1871 uint64_t mps : 1; 1936 uint64_t mps : 1; /**< Max Payload Size member 1965 uint64_t mps : 1;
|
| H A D | cvmx-usbcx-defs.h | 1207 uint32_t mps : 11; /**< Maximum Packet Size (MPS) member 1213 uint32_t mps : 11; 1535 uint32_t mps : 11; /**< Maximum Packet Size (MPS) member 1541 uint32_t mps : 11; 3553 uint32_t mps : 11; /**< Maximum Packet Size (MPS) member 3556 uint32_t mps : 11;
|
| H A D | cvmx-usb.c | 1911 usbc_hcchar.s.mps = pipe->max_packet; in __cvmx_usb_start_channel() 3003 bytes_this_transfer = packets_processed * usbc_hcchar.s.mps; in __cvmx_usb_poll_channel() 3011 bytes_in_last_packet = bytes_this_transfer - (packets_processed-1) * usbc_hcchar.s.mps; in __cvmx_usb_poll_channel()
|
| H A D | cvmx-pcieepx-defs.h | 2792 uint32_t mps : 3; /**< Max Payload Size member 2811 uint32_t mps : 3; 2883 uint32_t mps : 3; /**< Max Payload Size member 2901 uint32_t mps : 3;
|
| H A D | cvmx-srio.c | 697 prt_cfg.s.mps = 1; in cvmx_srio_initialize()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_os.c | 683 unsigned int mps; in mlx5_dev_spawn() local 835 mps = MLX5_MPW_ENHANCED; in mlx5_dev_spawn() 838 mps = MLX5_MPW; in mlx5_dev_spawn() 842 mps = MLX5_MPW_DISABLED; in mlx5_dev_spawn() 1111 if (config->mps == MLX5_ARG_UNSET) in mlx5_dev_spawn() 1112 config->mps = (mps == MLX5_MPW_ENHANCED) ? MLX5_MPW_ENHANCED : in mlx5_dev_spawn() 1115 config->mps = config->mps ? mps : MLX5_MPW_DISABLED; in mlx5_dev_spawn() 1117 config->mps == MLX5_MPW_ENHANCED ? "enhanced " : in mlx5_dev_spawn() 1118 config->mps == MLX5_MPW ? "legacy " : "", in mlx5_dev_spawn() 1119 config->mps != MLX5_MPW_DISABLED ? "enabled" : "disabled"); in mlx5_dev_spawn() [all …]
|
| /f-stack/freebsd/arm/conf/ |
| H A D | NOTES | 68 nodevice mps
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 821 if (config->mps != MLX5_MPW_ENHANCED && config->mps != MLX5_MPW) in txq_set_params()
|
| H A D | mlx5.h | 241 int mps; /* Multi-packet send supported mode. */ member
|
| H A D | mlx5_devx.c | 1371 sq_attr.allow_multi_pkt_send_wqe = !!priv->config.mps; in mlx5_txq_create_devx_sq_resources()
|
| H A D | mlx5.c | 1504 config->mps = !!tmp; in mlx5_args_check()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.h | 705 uint16_t mps; /* Max packet size */ member
|
| H A D | hns3_ethdev.c | 2428 hns3_config_mtu(struct hns3_hw *hw, uint16_t mps) in hns3_config_mtu() argument 2432 ret = hns3_set_mac_mtu(hw, mps); in hns3_config_mtu() 2475 hns->pf.mps = (uint16_t)frame_size; in hns3_dev_mtu_set() 3403 aligned_mps = roundup(pf->mps, HNS3_BUF_SIZE_UNIT); in hns3_is_rx_buf_ok() 3471 aligned_mps = roundup(pf->mps, HNS3_BUF_SIZE_UNIT); in hns3_rx_buf_calc_all() 3584 uint32_t half_mps = pf->mps >> 1; in hns3_only_alloc_priv_buff() 3913 return hns3_config_mtu(hw, pf->mps); in hns3_mac_init() 6134 hns->pf.mps = hw->data->mtu + HNS3_ETH_OVERHEAD; in hns3_dev_init()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 3778 unsigned int mps, mps_log; in t4_fixup_host_params_compat() local 3788 mps = 1 << mps_log; in t4_fixup_host_params_compat() 3789 if (mps > pack_align) in t4_fixup_host_params_compat() 3790 pack_align = mps; in t4_fixup_host_params_compat()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_ht.c | 2614 const struct ieee80211_action_ht_mimopowersave *mps = in ht_recv_action_ht_mimopwrsave() local 2618 if (mps->am_control & IEEE80211_A_HT_MIMOPWRSAVE_ENA) in ht_recv_action_ht_mimopwrsave() 2622 if (mps->am_control & IEEE80211_A_HT_MIMOPWRSAVE_MODE) in ht_recv_action_ht_mimopwrsave()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-roc-pc.dtsi | 537 compatible = "mps,mp8859";
|
| /f-stack/freebsd/i386/conf/ |
| H A D | GENERIC | 128 device mps # LSI-Logic MPT-Fusion 2
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | GENERIC | 143 device mps # LSI-Logic MPT-Fusion 2
|