Searched refs:s16 (Results 1 - 25 of 696) sorted by last modified time

1234567891011>>

/linux-master/include/net/
H A Dmac80211.h2311 s16 power;
3005 s16 accuracy;
4571 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
H A Dcfg80211.h1643 s16 power;
3972 s16 burst_index;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c4957 s16 txpwr;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c1274 const u8 *macaddr, s16 vlan)
1384 s16 pvid = le16_to_cpu(vsi->info.pvid);
1474 static s16 i40e_get_vf_new_vlan(struct i40e_vsi *vsi,
1480 s16 pvid = le16_to_cpu(vsi->info.pvid);
1613 const u8 *macaddr, s16 vlan)
1707 void i40e_del_filter(struct i40e_vsi *vsi, const u8 *macaddr, s16 vlan)
3074 int i40e_add_vlan_all_mac(struct i40e_vsi *vsi, s16 vid)
3158 void i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid)
H A Di40e_virtchnl_pf.c1241 s16 **vlan_list)
1275 bool unicast_enable, s16 *vl, u16 num_vlans)
1375 s16 *vl;
4167 int i40e_vc_process_vf_msg(struct i40e_pf *pf, s16 vf_id, u32 v_opcode,
4171 int local_vf_id = vf_id - (s16)hw->func_caps.vf_base_id;
H A Di40e_txrx.c1030 #define TX_WAKE_THRESHOLD ((s16)(DESC_NEEDED * 2))
H A Di40e.h763 s16 vlan;
881 s16 vf_id; /* Virtual function ID for SRIOV VSIs */
1197 const u8 *macaddr, s16 vlan);
1199 void i40e_del_filter(struct i40e_vsi *vsi, const u8 *macaddr, s16 vlan);
1271 int i40e_add_vlan_all_mac(struct i40e_vsi *vsi, s16 vid);
1273 void i40e_rm_vlan_all_mac(struct i40e_vsi *vsi, s16 vid);
/linux-master/drivers/hid/
H A Dhid-nintendo.c331 s16 offset[3];
332 s16 scale[3];
520 s16 accel_x;
521 s16 accel_y;
522 s16 accel_z;
523 s16 gyro_x;
524 s16 gyro_y;
525 s16 gyro_z;
1242 static const s16 DFLT_ACCEL_OFFSET /*= 0*/;
1243 static const s16 DFLT_ACCEL_SCAL
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_types.h751 s16 error;
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c1744 (s16)out_obj->package.elements[0].integer.value);
1746 (s16)out_obj->package.elements[1].integer.value);
1748 (s16)out_obj->package.elements[2].integer.value);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c702 s16 bpid, bpid_base;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c220 s16 feature_value[8][4];
/linux-master/net/9p/
H A Dclient.c472 s16 r_tag;
597 s16 oldtag;
/linux-master/kernel/bpf/
H A Dverifier.c2636 s16 offset)
2705 static struct btf *find_kfunc_desc_btf(struct bpf_verifier_env *env, s16 offset)
2721 static int add_kfunc_call(struct bpf_verifier_env *env, u32 func_id, s16 offset)
3613 /* dreg = sreg or dreg = (s8, s16, s32)sreg
6163 reg->var_off = tnum_const((s16)u64_cval);
6187 init_s64_max = (s16)reg->smax_value;
6188 init_s64_min = (s16)reg->smin_value;
6236 reg->var_off = tnum_const((s16)u32_val);
6256 init_s32_max = (s16)reg->s32_max_value;
6257 init_s32_min = (s16)re
[all...]
/linux-master/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1617 s16 ntc = tx_q->next_to_clean;
1810 s16 ntc = complq->next_to_clean;
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1132 u32 dst_reg, u32 src_reg, s16 off, u8 bpf_size)
1330 s16 insn_off;
/linux-master/sound/pci/hda/
H A Dcs35l56_hda.c299 vol = (s16)(raw_vol & 0xFFFF);
/linux-master/net/mac80211/
H A Dieee80211_i.h966 s16 p2p_noa_index;
H A Dcfg.c2981 s16 coverage_class;
/linux-master/kernel/trace/
H A Dtrace_probe.c49 DEFINE_BASIC_PRINT_TYPE_FUNC(s16, s16, "%d")
95 ASSIGN_FETCH_TYPE(s16, u16, 1),
410 return "s16";
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c1990 s16 ref_ofdm = 0;
1991 s16 ref_cck = 0;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h2749 s16 tx_power);
H A Dmac80211.c1386 s16 tx_power)
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c788 s16 off = insn->off;
817 case 16: /* DST = (u32)(s16) SRC */
835 case 16: /* DST = (s16) SRC */
1507 case BPF_LDX | BPF_MEMSX | BPF_H: /* dst = *(s16 *)(ul) (src + off) */
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c465 static void emit_atomic(u8 rd, u8 rs, s16 off, s32 imm, bool is64,
1067 s16 off = insn->off;

Completed in 602 milliseconds

1234567891011>>