Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dtlb-mmu1.h22 ; and its unpleasant LFSR pseudo-random sequence
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.c488 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 Dtc.h129 * 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 Dgro.h281 __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 Dfas216.h303 void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int transfer); member
H A Darxescsi.c17 * 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 Dpowertec.c343 info->info.dma.pseudo = NULL; in powertecscsi_probe()
H A Deesox.c536 info->info.dma.pseudo = eesoxscsi_dma_pseudo; in eesoxscsi_probe()
H A Dcumana_2.c193 * 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 Dfas216.c219 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 Dfas216.h303 void (*pseudo)(struct Scsi_Host *host, struct scsi_pointer *SCp, fasdmadir_t direction, int transfer); member
H A Darxescsi.c17 * 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 Deesox.c541 info->info.dma.pseudo = eesoxscsi_dma_pseudo; in eesoxscsi_probe()
H A Dpowertec.c347 info->info.dma.pseudo = NULL; in powertecscsi_probe()
H A Dcumana_2.c197 * 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 Dfas216.c222 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 Dentry.S42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H A Dentry.S42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/
H A Dentry.S42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/
H A Dentry.S42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA)
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h3925 * 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 Dnetdevice.h3049 __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 Dskbuff.h4386 * 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.

Completed in 41 milliseconds