Home
last modified time | relevance | path

Searched full:sac (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/s390/cio/
H A Dfcx.c253 * @sac: the service-action-code to be user
256 * and filling in defaults for format, sac and initial tcal fields.
258 void tccb_init(struct tccb *tccb, size_t size, u32 sac) in tccb_init() argument
262 tccb->tcah.sac = sac; in tccb_init()
/linux/net/sctp/
H A Dulpevent.c120 struct sctp_assoc_change *sac; in sctp_ulpevent_make_assoc_change() local
141 sac = skb_push(skb, sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
154 sac = skb_put(skb, sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
163 sac->sac_type = SCTP_ASSOC_CHANGE; in sctp_ulpevent_make_assoc_change()
172 sac->sac_state = state; in sctp_ulpevent_make_assoc_change()
180 sac->sac_flags = 0; in sctp_ulpevent_make_assoc_change()
189 sac->sac_length = skb->len; in sctp_ulpevent_make_assoc_change()
201 sac->sac_error = error; in sctp_ulpevent_make_assoc_change()
212 sac->sac_outbound_streams = outbound; in sctp_ulpevent_make_assoc_change()
213 sac->sac_inbound_streams = inbound; in sctp_ulpevent_make_assoc_change()
[all …]
/linux/arch/s390/include/asm/
H A Dfcx.h260 * @sac: Service-Action Code. Can be one of %TCCB_SAC_DEFAULT, %TCCB_SAC_INTRG
268 u32 sac:16; member
306 void tccb_init(struct tccb *tccb, size_t tccb_size, u32 sac);
/linux/arch/sh/lib/
H A Dudivsi3.S10 !! sac@cygnus.com
H A Dudiv_qrnnd.S10 !! sac@cygnus.com
H A Dashiftrt.S10 !! sac@cygnus.com
H A Dashlsi3.S10 !! sac@cygnus.com
H A Dashrsi3.S10 !! sac@cygnus.com
H A Dlshrsi3.S10 !! sac@cygnus.com
H A Dmovmem.S10 !! sac@cygnus.com
H A Dudivsi3_i4i.S10 !! sac@cygnus.com
/linux/arch/mips/pci/
H A Dpci-octeon.c452 * (PCI only). CR4C[26:24] Max SAC cycles MAX DAC in octeon_pci_initialize()
456 * cycles, 4 SAC cycles or a combination of 1 DAC and in octeon_pci_initialize()
457 * 2 SAC cycles. NOTE: For the PCI-X maximum in octeon_pci_initialize()
/linux/arch/s390/kvm/
H A Dguestdbg.c599 * Only RP, SAC, SACF, PT, PTI, PR, PC instructions can trigger in kvm_s390_handle_per_event()
609 * If the AS changed from / to home, we had RP, SAC or SACF in kvm_s390_handle_per_event()
/linux/arch/arm/include/asm/hardware/
H A Dsa1111.h17 * Don't ask the (SAC) DMA engines to move less than this amount.
/linux/arch/arm/common/
H A Dsa1111.c1242 * @sadev: SA1111 SAC function block
1267 * @sadev: SA1111 SAC function block device
/linux/arch/s390/tools/
H A Dopcodes.txt209 b219 sac S_RD
/linux/net/6lowpan/
H A Diphc.c667 pr_debug("SAC bit is set. Handle context based source address.\n"); in lowpan_header_decompress()
1230 pr_debug("source address is unspecified, setting SAC\n"); in lowpan_header_compress()
/linux/crypto/
H A DKconfig551 of the People's Republic of China (SAC).
/linux/arch/arm64/boot/dts/qcom/
H A Dqcm6490-fairphone-fp5.dts650 dongwoon,sac-mode = <1>;
/linux/drivers/misc/genwqe/
H A Dcard_base.c1111 /* check for 32-bit DMA address supported (SAC) */ in genwqe_pci_setup()
/linux/drivers/iommu/
H A Ddma-iommu.c770 * Try to use all the 32-bit PCI addresses first. The original SAC vs. in iommu_dma_alloc_iova()