Home
last modified time | relevance | path

Searched refs:U8_MAX (Results 76 – 100 of 115) sorted by relevance

12345

/openbmc/linux/net/rfkill/
H A Dcore.c1377 if (size < RFKILL_EVENT_SIZE_V1 || size > U8_MAX) { in rfkill_fop_ioctl()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h63 #define MLX5_IRQ_EQ_CTRL (U8_MAX)
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dverbs.c449 min_t(int, U8_MAX, device->attrs.max_qp_rd_atom); in rpcrdma_ep_create()
/openbmc/linux/net/mptcp/
H A Dprotocol.h212 #define MPTCP_PM_MAX_ADDR_ID U8_MAX
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.c334 if (_rc > U8_MAX) \
345 if (_rc > U8_MAX) \
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst309 The protocol can, in theory, handle up to ``U8_MAX`` frames in parallel,
/openbmc/linux/drivers/dma/
H A Dfsl-qdma.c246 return ccdf->cfg8b_w1 & U8_MAX; in qdma_ccdf_get_queue()
/openbmc/linux/fs/isofs/
H A Dinode.c806 s->s_time_max = mktime64(U8_MAX+1900, 12, 31, 23, 59, 59) + MAX_TZ_OFFSET; in isofs_fill_super()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c973 int pipe_bpp = intel_dp_dsc_compute_bpp(intel_dp, U8_MAX); in intel_dp_mst_mode_valid_ctx()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c1115 wil->sta[evt->cid].mid = U8_MAX; in wmi_evt_connect()
2078 wil->reply_mid = U8_MAX; in wmi_call()
4036 if (rssi_thold > S8_MAX || rssi_thold < S8_MIN || rssi_hyst > U8_MAX) in wmi_set_cqm_rssi_config()
H A Dtxrx.c1130 txdata->mid = U8_MAX; in wil_tx_data_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2100 opt->type != U8_MAX) { in enc_opts_is_dont_care_or_full_match()
3131 OFFLOAD(IP_TTL, 8, U8_MAX, ip4.ttl, 0, ttl_hoplimit),
3151 OFFLOAD(IPV6_HOPLIMIT, 8, U8_MAX, ip6.hop_limit, 0, ttl_hoplimit),
3157 OFFLOAD(TCP_FLAGS, 8, U8_MAX, tcp.ack_seq, 5, tcp_flags),
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1279 u8 ant_pos = U8_MAX; in rtw89_core_rx_process_phy_ppdu_iter()
1472 return rx_status ? NL80211_RATE_INFO_HE_GI_3_2 : U8_MAX; in rtw89_rxdesc_to_nl_he_gi()
3444 rtwdev->ppdu_sts.curr_rx_ppdu_cnt[i] = U8_MAX; in rtw89_core_ppdu_sts_init()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.c1112 if (unlikely(tlv_value_len > U8_MAX)) in qtnf_parse_variable_mac_info()
1118 if (unlikely(tlv_value_len > U8_MAX)) in qtnf_parse_variable_mac_info()
/openbmc/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c794 if (priv->err_passive_before_rtx_success < U8_MAX) in es58x_rx_err_msg()
/openbmc/linux/net/nfc/
H A Dnetlink.c57 .len = U8_MAX - 4 },
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c862 message->counter = applespi->cmd_msg_cntr++ % (U8_MAX + 1); in applespi_send_cmd_msg()
/openbmc/linux/drivers/net/ipa/
H A Dipa_endpoint.c2036 hw_limit = ipa->version < IPA_VERSION_5_0 ? 32 : U8_MAX + 1; in ipa_endpoint_config()
/openbmc/linux/net/ax25/
H A Daf_ax25.c838 if (protocol < 0 || protocol > U8_MAX) in ax25_create()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c1423 if (len >= U8_MAX) in _iwl_dbgfs_inject_beacon_ie()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c302 data.min_rssi = U8_MAX; in rtw_phy_stat_rssi()
H A Dmain.c2131 rtwdev->dm_info.fix_rate = U8_MAX; in rtw_core_init()
/openbmc/linux/drivers/net/phy/
H A Dphy_device.c3112 if (index > U8_MAX) in of_phy_led()
/openbmc/linux/drivers/hid/
H A Dwacom_sys.c279 b->logical_maximum = U8_MAX; in wacom_hid_usage_quirk()
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c350 #define CPPC_MAX_PERF U8_MAX

12345