Searched refs:ext (Results 176 - 200 of 445) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c1192 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; local
1201 alg = ext->alg;
1207 pr_debug("%s: ext_flag=%x\n", __func__, ext->ext_flags);
1208 pr_debug("%s: ext_key_len=%x\n", __func__, ext->key_len);
1219 if (!enc->length && (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)) {
1243 if (IW_ENCODING_TOKEN_MAX < ext->key_len) {
1245 ext->key_len);
1250 wl->key_len[key_index] = ext->key_len;
1252 memcpy(wl->key[key_index], ext->key, ext
1282 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; local
[all...]
/linux-master/arch/arm64/crypto/
H A Dsm3-neon-core.S216 ext W0.16b, XTMP0.16b, XTMP0.16b, #8; /* W0: xx, w0, xx, xx */
223 ext W1.16b, XTMP0.16b, XTMP0.16b, #4; /* W1: xx, w3, w2, w1 */
225 ext W3.16b, XTMP1.16b, XTMP2.16b, #12; /* W3: xx, w9, w8, w7 */
227 ext W4.16b, XTMP2.16b, XTMP3.16b, #8; /* W4: xx, w12, w11, w10 */
233 ext W5.16b, XTMP3.16b, XTMP3.16b, #4; /* W5: xx, w15, w14, w13 */
247 ext XTMP0.16b, w0.16b, w0.16b, #12; /* XTMP0: w0, xx, xx, xx */
249 ext XTMP5.16b, w1.16b, w1.16b, #12;
251 ext XTMP0.16b, XTMP0.16b, w1.16b, #12; /* XTMP0: xx, w2, w1, w0 */
253 ext XTMP5.16b, XTMP5.16b, w2.16b, #12;
291 ext XTMP
[all...]
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c341 const struct ip_set_ext *ext)
344 size_t len = ext->comment ? strlen(ext->comment) : 0;
358 strscpy(c->str, ext->comment, len + 1);
462 struct ip_set_ext *ext)
477 ext->timeout = ip_set_timeout_uget(tb[IPSET_ATTR_TIMEOUT]);
483 ext->bytes = be64_to_cpu(nla_get_be64(
486 ext->packets = be64_to_cpu(nla_get_be64(
492 ext->comment = ip_set_comment_uget(tb[IPSET_ATTR_COMMENT]);
498 ext
340 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, const struct ip_set_ext *ext) argument
461 ip_set_get_extensions(struct ip_set *set, struct nlattr *tb[], struct ip_set_ext *ext) argument
613 ip_set_update_counter(struct ip_set_counter *counter, const struct ip_set_ext *ext, u32 flags) argument
624 ip_set_get_skbinfo(struct ip_set_skbinfo *skbinfo, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags) argument
632 ip_set_match_extensions(struct ip_set *set, const struct ip_set_ext *ext, struct ip_set_ext *mext, u32 flags, void *data) argument
652 ext, mext, flags); local
[all...]
/linux-master/net/ipv4/
H A Dtcp_vegas.c291 size_t tcp_vegas_get_info(struct sock *sk, u32 ext, int *attr, argument
296 if (ext & (1 << (INET_DIAG_VEGASINFO - 1))) {
H A Dtcp_westwood.c262 static size_t tcp_westwood_info(struct sock *sk, u32 ext, int *attr, argument
267 if (ext & (1 << (INET_DIAG_VEGASINFO - 1))) {
H A Dtcp_illinois.c307 static size_t tcp_illinois_info(struct sock *sk, u32 ext, int *attr, argument
312 if (ext & (1 << (INET_DIAG_VEGASINFO - 1))) {
H A Dinet_diag.c126 struct inet_diag_msg *r, int ext,
139 if (ext & (1 << (INET_DIAG_TOS - 1)))
145 if (ext & (1 << (INET_DIAG_TCLASS - 1)))
159 if (ext & (1 << (INET_DIAG_CLASS_ID - 1)) ||
160 ext & (1 << (INET_DIAG_TCLASS - 1))) {
245 int ext = req->idiag_ext; local
275 if (inet_diag_msg_attrs_fill(sk, skb, r, ext,
280 if (ext & (1 << (INET_DIAG_MEMINFO - 1))) {
292 if (ext & (1 << (INET_DIAG_SKMEMINFO - 1)))
329 if ((ext
125 inet_diag_msg_attrs_fill(struct sock *sk, struct sk_buff *skb, struct inet_diag_msg *r, int ext, struct user_namespace *user_ns, bool net_admin) argument
[all...]
/linux-master/include/linux/iio/common/
H A Dst_sensors.h54 ch2, s, endian, rbits, sbits, addr, ext) \
70 .ext_info = ext, \
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c673 struct iw_encode_ext *ext = (struct iw_encode_ext *)extra; local
678 ext->alg == IW_ENCODE_ALG_NONE) {
686 alg = (ext->alg == IW_ENCODE_ALG_CCMP) ? KEY_TYPE_CCMP :
687 ext->alg;
691 group = ext->ext_flags & IW_ENCODE_EXT_GROUP_KEY;
694 if ((ext->key_len == 13) && (alg == KEY_TYPE_WEP40))
699 memcpy((u8 *)key, ext->key, 16);
702 if (ext->key_len == 13)
/linux-master/arch/riscv/include/asm/
H A Dsbi.h307 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
345 long sbi_probe_extension(int ext);
/linux-master/arch/riscv/kvm/
H A Dvm.c173 int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) argument
177 switch (ext) {
H A Dvcpu_onereg.c22 #define KVM_ISA_EXT_ARR(ext) \
23 [KVM_RISCV_ISA_EXT_##ext] = RISCV_ISA_EXT_##ext
98 static bool kvm_riscv_vcpu_isa_enable_allowed(unsigned long ext) argument
100 switch (ext) {
115 static bool kvm_riscv_vcpu_isa_disable_allowed(unsigned long ext) argument
117 switch (ext) {
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h171 #define set_pte_ext(ptep,pte,ext) cpu_set_pte_ext(ptep,__pte(pte_val(pte)|(ext)))
/linux-master/drivers/infiniband/hw/mlx5/
H A Dsrq.c256 if (init_attr->srq_type == IB_SRQT_XRC && init_attr->ext.xrc.xrcd)
257 in.xrcd = to_mxrcd(init_attr->ext.xrc.xrcd)->xrcdn;
263 ilog2(init_attr->ext.tag_matching.max_num_tags) + 1;
274 in.cqn = to_mcq(init_attr->ext.cq)->mcq.cqn;
290 srq->ibsrq.ext.xrc.srq_num = srq->msrq.srqn;
/linux-master/net/sctp/
H A Ddiag.c131 int ext = req->idiag_ext; local
153 if (inet_diag_msg_attrs_fill(sk, skb, r, ext, user_ns, net_admin))
156 if (ext & (1 << (INET_DIAG_SKMEMINFO - 1))) {
182 if (ext & (1 << (INET_DIAG_INFO - 1))) {
202 if (asoc && (ext & (1 << (INET_DIAG_CONG - 1))))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dport.c1108 int mlx5_port_query_eth_proto(struct mlx5_core_dev *dev, u8 port, bool ext, argument
1121 eproto->cap = MLX5_GET_ETH_PROTO(ptys_reg, out, ext,
1123 eproto->admin = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_admin);
1124 eproto->oper = MLX5_GET_ETH_PROTO(ptys_reg, out, ext, eth_proto_oper);
1147 bool ext = force_legacy ? false : mlx5_ptys_ext_supported(mdev); local
1149 *size = ext ? ARRAY_SIZE(mlx5e_ext_link_speed) :
1151 *arr = ext ? mlx5e_ext_link_speed : mlx5e_link_speed;
1192 bool ext; local
1196 ext = mlx5_ptys_ext_supported(mdev);
1197 err = mlx5_port_query_eth_proto(mdev, 1, ext,
[all...]
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c1671 if (tlmi_priv.pwdcfg.ext.hdd_user_password ||
1672 tlmi_priv.pwdcfg.ext.hdd_master_password) {
1674 if (tlmi_priv.pwdcfg.ext.hdd_master_password)
1676 ffs(tlmi_priv.pwdcfg.ext.hdd_master_password) - 1;
1679 ffs(tlmi_priv.pwdcfg.ext.hdd_user_password) - 1;
1681 if (tlmi_priv.pwdcfg.ext.nvme_user_password ||
1682 tlmi_priv.pwdcfg.ext.nvme_master_password) {
1684 if (tlmi_priv.pwdcfg.ext.nvme_master_password)
1686 ffs(tlmi_priv.pwdcfg.ext.nvme_master_password) - 1;
1689 ffs(tlmi_priv.pwdcfg.ext
[all...]
/linux-master/drivers/media/i2c/
H A Dmt9t112.c275 static int mt9t112_clock_info(const struct i2c_client *client, u32 ext) argument
281 ext /= 1000; /* kbyte order */
304 enable = ((ext < 6000) || (ext > 54000)) ? "X" : "";
305 dev_dbg(&client->dev, "EXTCLK : %10u K %s\n", ext, enable);
307 vco = 2 * m * ext / (n + 1);
334 clk = ext / (n + 1);
/linux-master/net/netfilter/
H A Dnf_conntrack_h323_asn1.c518 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; local
531 ext = (f->attr & EXT) ? get_bit(bs) : 0;
585 if (!ext)
747 unsigned int type, ext, len = 0; local
761 ext = 1;
766 ext = 0;
797 if (ext || (son->attr & OPEN)) {
/linux-master/tools/perf/util/
H A Ddso.c274 static int is_supported_compression(const char *ext) argument
279 if (!strcmp(ext, compressions[i].fmt))
398 * @ext - if (@alloc_ext && @comp) is true, it contains strdup-ed string
407 const char *ext = strrchr(path, '.'); local
436 if ((ext == NULL) || is_simple_name) {
444 m->comp = is_supported_compression(ext + 1);
446 ext -= 3;
449 if (ext > name)
450 m->kmod = !strncmp(ext, ".ko", 3);
454 if (asprintf(&m->name, "[%.*s]", (int) (ext
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_store.S88 | ;ext=00, sgl=01, dbl=10
113 | dbl_exp = ext_exp - $3fff(ext bias) + $7ff(dbl bias)
114 | get rid of ext integer bit
184 | sgl_exp = ext_exp - $3fff(ext bias) + $7f(sgl bias)
185 | get rid of ext integer bit
/linux-master/drivers/infiniband/hw/mlx4/
H A Dsrq.c181 to_mcq(init_attr->ext.cq)->mcq.cqn : 0;
183 to_mxrcd(init_attr->ext.xrc.xrcd)->xrcdn :
191 srq->ibsrq.ext.xrc.srq_num = srq->msrq.srqn;
/linux-master/drivers/hid/
H A Dhid-wiimote-core.c197 bool ext; local
199 ext = (wdata->state.flags & WIIPROTO_FLAG_EXT_USED) ||
204 if (ext)
227 if (ext)
232 if (ext)
724 static void wiimote_ext_load(struct wiimote_data *wdata, unsigned int ext) argument
730 ops = wiimod_ext_table[ext];
735 ext = WIIMOTE_EXT_UNKNOWN;
739 wdata->state.exttype = ext;
870 bool ext; local
[all...]
/linux-master/drivers/media/pci/saa7146/
H A Dhexium_orion.c413 .ext = &extension,
418 .ext = &extension,
423 .ext = &extension,
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c129 fcp->ext.fr_sns_len = htonl(len);
142 fcp->ext.fr_resid = cpu_to_be32(se_cmd->residual_count);
289 fcp->ext.fr_rsp_len = htonl(sizeof(*info));

Completed in 593 milliseconds

1234567891011>>