Home
last modified time | relevance | path

Searched defs:off (Results 2651 - 2670 of 2670) sorted by relevance

1...<<101102103104105106107

/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c3668 int off = 0; in mpi_receive_802_3() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c469 static void tg3_write32(struct tg3 *tp, u32 off, u32 val) in tg3_write32() argument
474 static u32 tg3_read32(struct tg3 *tp, u32 off) in tg3_read32() argument
479 static void tg3_ape_write32(struct tg3 *tp, u32 off, u32 val) in tg3_ape_write32() argument
484 static u32 tg3_ape_read32(struct tg3 *tp, u32 off) in tg3_ape_read32() argument
489 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) in tg3_write_indirect_reg32() argument
499 tg3_write_flush_reg32(struct tg3 *tp, u32 off, u32 val) tg3_write_flush_reg32() argument
505 tg3_read_indirect_reg32(struct tg3 *tp, u32 off) tg3_read_indirect_reg32() argument
517 tg3_write_indirect_mbox(struct tg3 *tp, u32 off, u32 val) tg3_write_indirect_mbox() argument
547 tg3_read_indirect_mbox(struct tg3 *tp, u32 off) tg3_read_indirect_mbox() argument
564 _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) _tw32_flush() argument
583 tw32_mailbox_flush(struct tg3 *tp, u32 off, u32 val) tw32_mailbox_flush() argument
592 tg3_write32_tx_mbox(struct tg3 *tp, u32 off, u32 val) tg3_write32_tx_mbox() argument
603 tg3_read32_mbox_5906(struct tg3 *tp, u32 off) tg3_read32_mbox_5906() argument
608 tg3_write32_mbox_5906(struct tg3 *tp, u32 off, u32 val) tg3_write32_mbox_5906() argument
624 tg3_write_mem(struct tg3 *tp, u32 off, u32 val) tg3_write_mem() argument
649 tg3_read_mem(struct tg3 *tp, u32 off, u32 *val) tg3_read_mem() argument
708 int i, off; tg3_ape_lock() local
6393 tg3_rd32_loop(struct tg3 *tp, u32 *dst, u32 off, u32 len) tg3_rd32_loop() argument
10818 u32 off, len = TG3_OCIR_LEN; tg3_sd_scan_scratchpad() local
15412 u32 val2, off = offset * 8; tg3_ape_otp_read() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h3073 skb_gro_remcsum_process(struct sk_buff *skb, void *ptr, unsigned int off, size_t hdrlen, int start, int offset, struct gro_remcsum *grc, bool nopartial) skb_gro_remcsum_process() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c470 static void tg3_write32(struct tg3 *tp, u32 off, u32 val) in tg3_write32() argument
475 static u32 tg3_read32(struct tg3 *tp, u32 off) in tg3_read32() argument
480 static void tg3_ape_write32(struct tg3 *tp, u32 off, u32 val) in tg3_ape_write32() argument
485 static u32 tg3_ape_read32(struct tg3 *tp, u32 off) in tg3_ape_read32() argument
490 static void tg3_write_indirect_reg32(struct tg3 *tp, u32 off, u32 val) in tg3_write_indirect_reg32() argument
500 tg3_write_flush_reg32(struct tg3 *tp, u32 off, u32 val) tg3_write_flush_reg32() argument
506 tg3_read_indirect_reg32(struct tg3 *tp, u32 off) tg3_read_indirect_reg32() argument
518 tg3_write_indirect_mbox(struct tg3 *tp, u32 off, u32 val) tg3_write_indirect_mbox() argument
548 tg3_read_indirect_mbox(struct tg3 *tp, u32 off) tg3_read_indirect_mbox() argument
565 _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) _tw32_flush() argument
584 tw32_mailbox_flush(struct tg3 *tp, u32 off, u32 val) tw32_mailbox_flush() argument
593 tg3_write32_tx_mbox(struct tg3 *tp, u32 off, u32 val) tg3_write32_tx_mbox() argument
604 tg3_read32_mbox_5906(struct tg3 *tp, u32 off) tg3_read32_mbox_5906() argument
609 tg3_write32_mbox_5906(struct tg3 *tp, u32 off, u32 val) tg3_write32_mbox_5906() argument
625 tg3_write_mem(struct tg3 *tp, u32 off, u32 val) tg3_write_mem() argument
650 tg3_read_mem(struct tg3 *tp, u32 off, u32 *val) tg3_read_mem() argument
709 int i, off; tg3_ape_lock() local
6378 tg3_rd32_loop(struct tg3 *tp, u32 *dst, u32 off, u32 len) tg3_rd32_loop() argument
10802 u32 off, len = TG3_OCIR_LEN; tg3_sd_scan_scratchpad() local
15364 u32 val2, off = offset * 8; tg3_ape_otp_read() local
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dverifier.c679 static int __get_spi(s32 off) in __get_spi() argument
709 int off, spi; in stack_slot_obj_get_spi() local
2637 find_subprog(struct bpf_verifier_env *env, int off) find_subprog() argument
2649 add_subprog(struct bpf_verifier_env *env, int off) add_subprog() argument
3052 int i, subprog_start, subprog_end, off, cur_subprog = 0; check_subprogs() local
4542 check_stack_write_fixed_off(struct bpf_verifier_env *env, struct bpf_func_state *state, int off, int size, int value_regno, int insn_idx) check_stack_write_fixed_off() argument
4682 check_stack_write_var_off(struct bpf_verifier_env *env, struct bpf_func_state *state, int ptr_regno, int off, int size, int value_regno, int insn_idx) check_stack_write_var_off() argument
4838 check_stack_read_fixed_off(struct bpf_verifier_env *env, struct bpf_func_state *reg_state, int off, int size, int dst_regno) check_stack_read_fixed_off() argument
4967 check_stack_read_var_off(struct bpf_verifier_env *env, int ptr_regno, int off, int size, int dst_regno) check_stack_read_var_off() argument
4998 check_stack_read(struct bpf_verifier_env *env, int ptr_regno, int off, int size, int dst_regno) check_stack_read() argument
5055 check_stack_write(struct bpf_verifier_env *env, int ptr_regno, int off, int size, int value_regno, int insn_idx) check_stack_write() argument
5078 check_map_access_type(struct bpf_verifier_env *env, u32 regno, int off, int size, enum bpf_access_type type) check_map_access_type() argument
5101 __check_mem_access(struct bpf_verifier_env *env, int regno, int off, int size, u32 mem_size, bool zero_size_allowed) __check_mem_access() argument
5137 check_mem_region_access(struct bpf_verifier_env *env, u32 regno, int off, int size, u32 mem_size, bool zero_size_allowed) check_mem_region_access() argument
5395 check_map_access(struct bpf_verifier_env *env, u32 regno, int off, int size, bool zero_size_allowed, enum bpf_access_src src) check_map_access() argument
5499 check_packet_access(struct bpf_verifier_env *env, u32 regno, int off, int size, bool zero_size_allowed) check_packet_access() argument
5542 check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, enum bpf_access_type t, enum bpf_reg_type *reg_type, struct btf **btf, u32 *btf_id) check_ctx_access() argument
5578 check_flow_keys_access(struct bpf_verifier_env *env, int off, int size) check_flow_keys_access() argument
5590 check_sock_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, int off, int size, enum bpf_access_type t) check_sock_access() argument
5711 check_pkt_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, bool strict) check_pkt_ptr_alignment() argument
5746 check_generic_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, const char *pointer_desc, int off, int size, bool strict) check_generic_ptr_alignment() argument
5770 check_ptr_alignment(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int off, int size, bool strict_alignment_once) check_ptr_alignment() argument
5972 __check_buffer_access(struct bpf_verifier_env *env, const char *buf_info, const struct bpf_reg_state *reg, int regno, int off, int size) __check_buffer_access() argument
5996 check_tp_buffer_access(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, int off, int size) check_tp_buffer_access() argument
6012 check_buffer_access(struct bpf_verifier_env *env, const struct bpf_reg_state *reg, int regno, int off, int size, bool zero_size_allowed, u32 *max_access) check_buffer_access() argument
6230 bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, bool is_ldsx) bpf_map_direct_read() argument
6367 check_ptr_to_btf_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_btf_access() argument
6515 check_ptr_to_map_access(struct bpf_verifier_env *env, struct bpf_reg_state *regs, int regno, int off, int size, enum bpf_access_type atype, int value_regno) check_ptr_to_map_access() argument
6581 check_stack_slot_within_bounds(struct bpf_verifier_env *env, s64 off, struct bpf_func_state *state, enum bpf_access_type t) check_stack_slot_within_bounds() argument
6603 check_stack_access_within_bounds( struct bpf_verifier_env *env, int regno, int off, int access_size, enum bpf_access_src src, enum bpf_access_type type) check_stack_access_within_bounds() argument
6664 check_mem_access(struct bpf_verifier_env *env, int insn_idx, u32 regno, int off, int bpf_size, enum bpf_access_type t, int value_regno, bool strict_alignment_once, bool is_ldsx) check_mem_access() argument
7014 check_stack_range_initialized( struct bpf_verifier_env *env, int regno, int off, int access_size, bool zero_size_allowed, enum bpf_access_src type, struct bpf_call_arg_meta *meta) check_stack_range_initialized() argument
8274 reg_find_field_offset(const struct bpf_reg_state *reg, s32 off, u32 fields) reg_find_field_offset() argument
12386 check_stack_access_for_ptr_arithmetic( struct bpf_verifier_env *env, int regno, const struct bpf_reg_state *reg, int off) check_stack_access_for_ptr_arithmetic() argument
15229 int ret, off, insn_sz; visit_insn() local
17669 u32 off = insn[1].imm; resolve_pseudo_ldimm64() local
17784 adjust_insn_aux_data(struct bpf_verifier_env *env, struct bpf_insn_aux_data *new_data, struct bpf_prog *new_prog, u32 off, u32 cnt) adjust_insn_aux_data() argument
17816 adjust_subprog_starts(struct bpf_verifier_env *env, u32 off, u32 len) adjust_subprog_starts() argument
17830 adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) adjust_poke_descs() argument
17844 bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, const struct bpf_insn *patch, u32 len) bpf_patch_insn_data() argument
17872 adjust_subprog_starts_after_remove(struct bpf_verifier_env *env, u32 off, u32 cnt) adjust_subprog_starts_after_remove() argument
17928 bpf_adj_linfo_after_remove(struct bpf_verifier_env *env, u32 off, u32 cnt) bpf_adj_linfo_after_remove() argument
17992 verifier_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) verifier_remove_insns() argument
18241 u32 target_size, size_default, off; convert_ctx_accesses() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c14810 wlc_phy_rfctrl_override_nphy_rev7(struct brcms_phy *pi, u16 field, u16 value, u8 core_mask, u8 off, u8 override_id) wlc_phy_rfctrl_override_nphy_rev7() argument
17167 wlc_phy_rfctrl_override_nphy(struct brcms_phy *pi, u16 field, u16 value, u8 core_mask, u8 off) wlc_phy_rfctrl_override_nphy() argument
21370 wlc_phy_rfctrl_override_1tomany_nphy(struct brcms_phy *pi, u16 cmd, u16 value, u8 core_mask, u8 off) wlc_phy_rfctrl_override_1tomany_nphy() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c3660 int off = 0; in mpi_receive_802_3() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c8599 u32 off; global() member
8624 read_lcb_cache(u32 off, u64 *val) read_lcb_cache() argument
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf.c3201 static const char *elf_sym_str(const struct bpf_object *obj, size_t off) in elf_sym_str() argument
3215 static const char *elf_sec_str(const struct bpf_object *obj, size_t off) in elf_sec_str() argument
3777 int i, n, off, dummy_var_btf_id; bpf_object__collect_externs() local
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_realtek.c76 unsigned int off; member
[all...]
/third_party/libbpf/src/
H A Dlibbpf.c3403 static const char *elf_sym_str(const struct bpf_object *obj, size_t off) argument
3420 static const char *elf_sec_str(const struct bpf_object *obj, size_t off) argument
4152 int i, n, off, dummy_var_btf_id; global() local
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp1598 ImU64 ImFileGetSize(ImFileHandle f) { long off = 0, sz = 0; return ((off = ftell(f)) != -1 && !fseek(f, 0, SEEK_END) && (sz = ftell(f)) != -1 && !fseek(f, off, SEEK_SET)) ? (ImU64)sz : (ImU64)-1; } in ImFileGetSize() local
11196 ImVec2 off = bb.Min - viewport->Pos * scale; in DebugRenderViewportThumbnail() local
11231 ImVec2 off = p - bb_full.Min * SCALE; RenderViewportsThumbnails() local
[all...]
H A Dimgui.h1744 inline T* erase(const T* it) { IM_ASSERT(it >= Data && it < Data + Size); const ptrdiff_t off = it - Data; memmove(Data + off, Data + off + 1, ((size_t)Size - (size_t)off - 1) * sizeof(T)); Size--; return Data + off; } erase() local
1745 inline T* erase(const T* it, const T* it_last){ IM_ASSERT(it >= Data && it < Data + Size && it_last > it && it_last <= Data + Size); const ptrdiff_t count = it_last - it; const ptrdiff_t off = it - Data; memmove(Data + off, Data + off + count, ((size_t)Size - (size_t)off - count) * sizeof(T)); Size -= (int)count; return Data + off; } erase() local
1746 inline T* erase_unsorted(const T* it) { IM_ASSERT(it >= Data && it < Data + Size); const ptrdiff_t off = it - Data; if (it < Data + Size - 1) memcpy(Data + off, Data + Size - 1, sizeof(T)); Size--; return Data + off; } erase_unsorted() local
1747 inline T* insert(const T* it, const T& v) { IM_ASSERT(it >= Data && it <= Data + Size); const ptrdiff_t off = it - Data; if (Size == Capacity) reserve(_grow_capacity(Size + 1)); if (off < (int)Size) memmove(Data + off + 1, Data + off, ((size_t)Size - (size_t)off) * sizeof(T)); memcpy(&Data[off], &v, sizeof(v)); Size++; return Data + off; } insert() local
1753 inline int index_from_ptr(const T* it) const { IM_ASSERT(it >= Data && it < Data + Size); const ptrdiff_t off = it - Data; return (int)off; } index_from_ptr() local
2587 inline bool GetBit(size_t n) const { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); return (UsedChars[off] & mask) != 0; } // Get bit n in the array GetBit() local
2588 inline void SetBit(size_t n) { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); UsedChars[off] |= mask; } // Set bit n in the array SetBit() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h3246 u8 off; /* # intervals off while blinking; member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dadvansys.c4180 unsigned int off = buf[i] * 2; AdvLoadMicrocode() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h3195 u8 off; /* # intervals off while blinking; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dadvansys.c4131 unsigned int off = buf[i] * 2; AdvLoadMicrocode() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc_sli/
H A Dsli4.h305 u32 off; member
/third_party/glfw/deps/
H A Dnuklear.h11332 nk_int ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in nk_tt_GetGlyphShape() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 220 milliseconds

1...<<101102103104105106107