/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | tlb-mmu1.h | 22 ; and its unpleasant LFSR pseudo-random sequence
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc.c | 488 if (encap->pseudo) in efx_tc_flower_release_encap_match() 489 efx_tc_flower_release_encap_match(efx, encap->pseudo); in efx_tc_flower_release_encap_match() 501 struct efx_tc_encap_match *encap, *old, *pseudo = NULL; in efx_tc_flower_record_encap_match() local 509 * pseudo encap matches. in efx_tc_flower_record_encap_match() 565 pseudo = pmatch.encap; in efx_tc_flower_record_encap_match() 598 encap->pseudo = pseudo; in efx_tc_flower_record_encap_match() 605 if (pseudo) /* don't need our new pseudo either */ in efx_tc_flower_record_encap_match() 606 efx_tc_flower_release_encap_match(efx, pseudo); in efx_tc_flower_record_encap_match() [all...] |
H A D | tc.h | 129 * enum efx_tc_em_pseudo_type - &struct efx_tc_encap_match pseudo type 131 * These are used to classify "pseudo" encap matches, which don't refer 135 * @EFX_TC_EM_DIRECT: real HW entry in Outer Rule table; not a pseudo. 140 * The pseudo encap match may be referenced again by an encap match 162 struct efx_tc_encap_match *pseudo; /* Referenced pseudo EM if needed */ member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | gro.h | 281 __wsum pseudo) in __skb_gro_checksum_convert() 283 NAPI_GRO_CB(skb)->csum = ~pseudo; in __skb_gro_checksum_convert() 280 __skb_gro_checksum_convert(struct sk_buff *skb, __wsum pseudo) __skb_gro_checksum_convert() argument
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | fas216.h | 303 void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int transfer); member
|
H A D | arxescsi.c | 17 * 01-01-2000 SH 0.1.0 Added *real* pseudo dma writing 106 * Purpose : handles pseudo DMA 293 info->info.dma.pseudo = arxescsi_dma_pseudo; in arxescsi_probe()
|
H A D | powertec.c | 343 info->info.dma.pseudo = NULL; in powertecscsi_probe()
|
H A D | eesox.c | 536 info->info.dma.pseudo = eesoxscsi_dma_pseudo; in eesoxscsi_probe()
|
H A D | cumana_2.c | 193 * we'll do pseudo DMA in cumanascsi_2_dma_setup() 200 * Purpose : handles pseudo DMA 419 info->info.dma.pseudo = cumanascsi_2_dma_pseudo; in cumanascsi2_probe()
|
H A D | fas216.c | 219 printk(" dma={ transfer_type=%X setup=%p pseudo=%p stop=%p }\n", in fas216_dumpinfo() 221 info->dma.pseudo, info->dma.stop); in fas216_dumpinfo() 800 fas216_log(info, LOG_BUFFER, "pseudo transfer"); in fas216_transfer() 802 info->dma.pseudo(info->host, &info->scsi.SCp, in fas216_transfer()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | fas216.h | 303 void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int transfer); member
|
H A D | arxescsi.c | 17 * 01-01-2000 SH 0.1.0 Added *real* pseudo dma writing 110 * Purpose : handles pseudo DMA 298 info->info.dma.pseudo = arxescsi_dma_pseudo; in arxescsi_probe()
|
H A D | eesox.c | 541 info->info.dma.pseudo = eesoxscsi_dma_pseudo; in eesoxscsi_probe()
|
H A D | powertec.c | 347 info->info.dma.pseudo = NULL; in powertecscsi_probe()
|
H A D | cumana_2.c | 197 * we'll do pseudo DMA in cumanascsi_2_dma_setup() 204 * Purpose : handles pseudo DMA 424 info->info.dma.pseudo = cumanascsi_2_dma_pseudo; in cumanascsi2_probe()
|
H A D | fas216.c | 222 printk(" dma={ transfer_type=%X setup=%p pseudo=%p stop=%p }\n", in fas216_dumpinfo() 224 info->dma.pseudo, info->dma.stop); in fas216_dumpinfo() 803 fas216_log(info, LOG_BUFFER, "pseudo transfer"); in fas216_transfer() 805 info->dma.pseudo(info->host, &info->scsi.SCp, in fas216_transfer()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | entry.S | 42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
H A D | entry.S | 42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 3925 * checksum of a pseudo header as used by TCP/UDP. It returns the 4009 * case the ip_summed will not be CHECKSUM_UNNECESSARY and the pseudo 4044 * want to calculate the pseudo header which is an input function if necessary. 4047 * pseudo header. 4085 static inline void __skb_checksum_convert(struct sk_buff *skb, __wsum pseudo) in __skb_checksum_convert() argument 4087 skb->csum = ~pseudo; in __skb_checksum_convert() 4453 * is in the res argument (i.e. normally zero or ~ of checksum of a pseudo 4579 * pseudo-header) before calling.
|
H A D | netdevice.h | 3049 __wsum pseudo) in __skb_gro_checksum_convert() 3051 NAPI_GRO_CB(skb)->csum = ~pseudo; in __skb_gro_checksum_convert() 3048 __skb_gro_checksum_convert(struct sk_buff *skb, __wsum pseudo) __skb_gro_checksum_convert() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 4386 * checksum of a pseudo header as used by TCP/UDP. It returns the 4470 * case the ip_summed will not be CHECKSUM_UNNECESSARY and the pseudo 4505 * want to calculate the pseudo header which is an input function if necessary. 4508 * pseudo header. 4546 static inline void __skb_checksum_convert(struct sk_buff *skb, __wsum pseudo) in __skb_checksum_convert() argument 4548 skb->csum = ~pseudo; in __skb_checksum_convert() 4974 * pseudo-header) before calling.
|