Home
last modified time | relevance | path

Searched refs:add (Results 1326 - 1350 of 3730) sorted by relevance

1...<<51525354555657585960>>...150

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c332 void *add, int add_len) in __nfp_tun_has_route()
338 if (!memcmp(entry->ip_add, add, add_len)) { in __nfp_tun_has_route()
348 spinlock_t *list_lock, void *add, int add_len) in __nfp_tun_add_route_to_cache()
354 if (!memcmp(entry->ip_add, add, add_len)) { in __nfp_tun_add_route_to_cache()
365 memcpy(entry->ip_add, add, add_len); in __nfp_tun_add_route_to_cache()
374 spinlock_t *list_lock, void *add, int add_len) in __nfp_tun_del_route_from_cache()
380 if (!memcmp(entry->ip_add, add, add_len)) { in __nfp_tun_del_route_from_cache()
1147 /* Only attempt delete if add was successful. */ in nfp_tunnel_offload_mac()
331 __nfp_tun_has_route(struct list_head *route_list, spinlock_t *list_lock, void *add, int add_len) __nfp_tun_has_route() argument
347 __nfp_tun_add_route_to_cache(struct list_head *route_list, spinlock_t *list_lock, void *add, int add_len) __nfp_tun_add_route_to_cache() argument
373 __nfp_tun_del_route_from_cache(struct list_head *route_list, spinlock_t *list_lock, void *add, int add_len) __nfp_tun_del_route_from_cache() argument
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S301 add arg5, InLen(arg2)
392 add $8, %r15b
394 add $128, %r11
403 add $8, %r15b
406 add $128, %r11
457 add %r13, %r11
463 add $16, %r11
506 add $8, %r11
513 add $1, %r11
573 add
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S267 add arg5, InLen(arg2)
358 add $8, %r15b
360 add $128, %r11
369 add $8, %r15b
372 add $128, %r11
423 add %r13, %r11
429 add $16, %r11
472 add $8, %r11
479 add $1, %r11
539 add
[all...]
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-armv.S127 add r0, sp, #S_PC @ here for interlock avoidance
163 add r7, sp, #S_SP - 4 @ here for interlock avoidance
165 add r2, sp, #(SVC_REGS_SIZE + \stack_hole - 4)
321 add r0, sp, #8 @ struct pt_regs *regs
359 add r0, sp, #S_PC @ here for interlock avoidance
508 add r2, r2, #2 @ r2 is PC + 2, make it PC + 4
600 add r6, r10, r8, lsr #8 @ add used_cp[] array offset first
609 ARM( add pc, pc, r8, lsr #6 )
611 THUMB( add p
[all...]
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dentry-nommu.S121 add r5, r0, r1
285 add r12, r12, r12 /* convert num -> ptr */
287 add r12, r12, r12
372 add r6, r0, r31 /* to current */
374 add r7, r0, r0 /* 3rd param zero */
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load_64.c50 * @mem_ranges: Range list to add the memory ranges to.
98 * @mem_ranges: Range list to add the memory ranges to.
108 * block?) is not added to usable memory. So, add [0, crashk_res.end] in get_usable_memory_ranges()
136 * @mem_ranges: Range list to add the memory ranges to.
212 * @mem_ranges: Range list to add the memory ranges to.
472 bool add; in add_usable_mem() local
476 add = false; in add_usable_mem()
480 add = true; in add_usable_mem()
486 add = true; in add_usable_mem()
489 if (add) { in add_usable_mem()
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha512-armv4.pl184 add $Ktbl,$Ktbl,#8
288 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
474 add sp,sp,#640
480 add sp,sp,#8*9 @ destroy frame
602 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
/kernel/linux/linux-5.10/arch/microblaze/lib/
H A Dfastcopy.S104 add r6, r6, r4 /* s = s + n */
331 add r5, r5, r10 /* d = d + offset */
332 add r6, r6, r10 /* s = s + offset */
364 add r5, r5, r7 /* d = d + c */
365 add r6, r6, r7 /* s = s + c */
/kernel/linux/linux-6.6/arch/microblaze/lib/
H A Dfastcopy.S104 add r6, r6, r4 /* s = s + n */
331 add r5, r5, r10 /* d = d + offset */
332 add r6, r6, r10 /* s = s + offset */
364 add r5, r5, r7 /* d = d + c */
365 add r6, r6, r7 /* s = s + c */
/kernel/linux/linux-6.6/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S562 add 20, 4, 21
673 add 20, 4, 21
857 add 19, 21, 10 # s1: r19 - (r1 >> 2) *5
907 add 23, 23, 22 # (h2 & 3) * 5
957 add 11, 25, 4
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha512-armv4.pl184 add $Ktbl,$Ktbl,#8
288 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
474 add sp,sp,#640
480 add sp,sp,#8*9 @ destroy frame
602 add $len,$inp,$len,lsl#7 @ len to point at the end of inp
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-armv.S134 add r0, sp, #S_PC @ here for interlock avoidance
157 THUMB( add sp, r1 ) @ get SP in a GPR without
178 add r7, sp, #S_SP @ here for interlock avoidance
180 add r2, sp, #(SVC_REGS_SIZE + \stack_hole)
326 add r0, sp, #8 @ struct pt_regs *regs
364 add r0, sp, #S_PC @ here for interlock avoidance
508 add ip, r1, #TI_CPU_SAVE
525 add r9, r2, #TSK_STACK_CANARY & ~IMM12_MASK
536 add r4, r2, #TI_CPU_SAVE
620 add f
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kexec/
H A Dfile_load_64.c55 * @mem_ranges: Range list to add the memory ranges to.
103 * @mem_ranges: Range list to add the memory ranges to.
113 * block?) is not added to usable memory. So, add [0, crashk_res.end] in get_usable_memory_ranges()
141 * @mem_ranges: Range list to add the memory ranges to.
217 * @mem_ranges: Range list to add the memory ranges to.
477 bool add; in add_usable_mem() local
481 add = false; in add_usable_mem()
485 add = true; in add_usable_mem()
491 add = true; in add_usable_mem()
494 if (add) { in add_usable_mem()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c297 bool add) in bnxt_hwrm_set_dcbx_app()
338 if (add) in bnxt_hwrm_set_dcbx_app()
344 if (add) { in bnxt_hwrm_set_dcbx_app()
403 bool add) in bnxt_hwrm_queue_dscp2pri_cfg()
421 if (add) in bnxt_hwrm_queue_dscp2pri_cfg()
296 bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, bool add) bnxt_hwrm_set_dcbx_app() argument
402 bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, bool add) bnxt_hwrm_queue_dscp2pri_cfg() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
H A Deeprom.c63 .add = -398,
567 entry[i].add = (s16) le16_to_cpu(cal[i].add); in p54_parse_rssical()
585 entry[i].add = (s16) le16_to_cpu(cal[i].add); in p54_parse_rssical()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_recent.c568 bool add, succ; in recent_mt_proc_write() local
587 add = false; in recent_mt_proc_write()
589 case '+': /* add address */ in recent_mt_proc_write()
590 add = true; in recent_mt_proc_write()
613 if (add) in recent_mt_proc_write()
616 if (add) in recent_mt_proc_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.c322 bool add) in bnxt_hwrm_set_dcbx_app()
370 if (add) in bnxt_hwrm_set_dcbx_app()
376 if (add) { in bnxt_hwrm_set_dcbx_app()
440 bool add) in bnxt_hwrm_queue_dscp2pri_cfg()
462 if (add) in bnxt_hwrm_queue_dscp2pri_cfg()
321 bnxt_hwrm_set_dcbx_app(struct bnxt *bp, struct dcb_app *app, bool add) bnxt_hwrm_set_dcbx_app() argument
439 bnxt_hwrm_queue_dscp2pri_cfg(struct bnxt *bp, struct dcb_app *app, bool add) bnxt_hwrm_queue_dscp2pri_cfg() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Deeprom.c63 .add = -398,
567 entry[i].add = (s16) le16_to_cpu(cal[i].add); in p54_parse_rssical()
585 entry[i].add = (s16) le16_to_cpu(cal[i].add); in p54_parse_rssical()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_recent.c568 bool add, succ; in recent_mt_proc_write() local
587 add = false; in recent_mt_proc_write()
589 case '+': /* add address */ in recent_mt_proc_write()
590 add = true; in recent_mt_proc_write()
613 if (add) in recent_mt_proc_write()
616 if (add) in recent_mt_proc_write()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c104 * bnx2x_exe_queue_add - add a new element to the execution queue
108 * @elem: new command to add
136 /* If so, add it to the execution queue */ in bnx2x_exe_queue_add()
803 bool add, unsigned char *dev_addr, int index) in bnx2x_set_mac_in_nig()
816 (add ? "ADD" : "DELETE"), index); in bnx2x_set_mac_in_nig()
818 if (add) { in bnx2x_set_mac_in_nig()
830 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add); in bnx2x_set_mac_in_nig()
838 * @add: if true the command is an ADD command, DEL otherwise
844 struct bnx2x_vlan_mac_obj *o, bool add, int opcode, in bnx2x_vlan_mac_set_cmd_hdr_e2()
856 if (add) in bnx2x_vlan_mac_set_cmd_hdr_e2()
802 bnx2x_set_mac_in_nig(struct bnx2x *bp, bool add, unsigned char *dev_addr, int index) bnx2x_set_mac_in_nig() argument
843 bnx2x_vlan_mac_set_cmd_hdr_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, struct eth_classify_cmd_header *hdr) bnx2x_vlan_mac_set_cmd_hdr_e2() argument
893 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; bnx2x_set_one_mac_e2() local
992 bnx2x_vlan_mac_set_cfg_entry_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, u8 *mac, u16 vlan_id, struct mac_configuration_entry *cfg_entry) bnx2x_vlan_mac_set_cfg_entry_e1x() argument
1018 bnx2x_vlan_mac_set_rdata_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, bool add, u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) bnx2x_vlan_mac_set_rdata_e1x() argument
1055 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? bnx2x_set_one_mac_e1x() local
1078 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; bnx2x_set_one_vlan_e2() local
1128 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; bnx2x_set_one_vlan_mac_e2() local
1194 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? bnx2x_set_one_vlan_mac_e1h() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c104 * bnx2x_exe_queue_add - add a new element to the execution queue
108 * @elem: new command to add
136 /* If so, add it to the execution queue */ in bnx2x_exe_queue_add()
803 bool add, unsigned char *dev_addr, int index) in bnx2x_set_mac_in_nig()
816 (add ? "ADD" : "DELETE"), index); in bnx2x_set_mac_in_nig()
818 if (add) { in bnx2x_set_mac_in_nig()
830 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add); in bnx2x_set_mac_in_nig()
838 * @add: if true the command is an ADD command, DEL otherwise
844 struct bnx2x_vlan_mac_obj *o, bool add, int opcode, in bnx2x_vlan_mac_set_cmd_hdr_e2()
856 if (add) in bnx2x_vlan_mac_set_cmd_hdr_e2()
802 bnx2x_set_mac_in_nig(struct bnx2x *bp, bool add, unsigned char *dev_addr, int index) bnx2x_set_mac_in_nig() argument
843 bnx2x_vlan_mac_set_cmd_hdr_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, struct eth_classify_cmd_header *hdr) bnx2x_vlan_mac_set_cmd_hdr_e2() argument
893 bool add = cmd == BNX2X_VLAN_MAC_ADD; bnx2x_set_one_mac_e2() local
992 bnx2x_vlan_mac_set_cfg_entry_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, u8 *mac, u16 vlan_id, struct mac_configuration_entry *cfg_entry) bnx2x_vlan_mac_set_cfg_entry_e1x() argument
1018 bnx2x_vlan_mac_set_rdata_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, bool add, u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) bnx2x_vlan_mac_set_rdata_e1x() argument
1055 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? bnx2x_set_one_mac_e1x() local
1078 bool add = cmd == BNX2X_VLAN_MAC_ADD; bnx2x_set_one_vlan_e2() local
1128 bool add = cmd == BNX2X_VLAN_MAC_ADD; bnx2x_set_one_vlan_mac_e2() local
1194 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? bnx2x_set_one_vlan_mac_e1h() local
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtinput.c159 uint16_t add = 0; in VirtinHandleEv() local
171 q->avail->ring[(q->avail->index + add++) % q->qsz] = idx; in VirtinHandleEv()
175 q->avail->index += add; in VirtinHandleEv()
/device/qemu/drivers/virtio/
H A Dvirtinput.c146 uint16_t add = 0; in VirtinHandleEv() local
158 q->avail->ring[(q->avail->index + add++) % q->qsz] = idx; in VirtinHandleEv()
162 q->avail->index += add; in VirtinHandleEv()
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dvm_entry.S206 R29 = add(R29, #-(_PT_REGS_SIZE)); \
229 R29 = add(R29, #-(_PT_REGS_SIZE)); \
335 R29 = add(R29, #_PT_REGS_SIZE);
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Datomic.h140 " add %1, %0, %6\n" in atomic_fetch_add_unless()
223 ATOMIC_OPS(add, +=, add)
374 ATOMIC64_OPS(add, adds, adc)

Completed in 33 milliseconds

1...<<51525354555657585960>>...150