Searched refs:chained (Results 1 - 183 of 183) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Dsg_sw_sec4.h60 bool *chained) __sg_count()
69 *chained = true; __sg_count()
78 bool *chained) sg_count()
80 int sg_nents = __sg_count(sg_list, nbytes, chained); sg_count()
90 bool chained) dma_map_sg_chained()
92 if (unlikely(chained)) { dma_map_sg_chained()
106 bool chained) dma_unmap_sg_chained()
108 if (unlikely(chained)) { dma_unmap_sg_chained()
59 __sg_count(struct scatterlist *sg_list, int nbytes, bool *chained) __sg_count() argument
77 sg_count(struct scatterlist *sg_list, int nbytes, bool *chained) sg_count() argument
88 dma_map_sg_chained(struct device *dev, struct scatterlist *sg, unsigned int nents, enum dma_data_direction dir, bool chained) dma_map_sg_chained() argument
104 dma_unmap_sg_chained(struct device *dev, struct scatterlist *sg, unsigned int nents, enum dma_data_direction dir, bool chained) dma_unmap_sg_chained() argument
H A Dcaamhash.c185 bool chained) src_map_to_sec4_sg()
187 dma_map_sg_chained(jrdev, src, src_nents, DMA_TO_DEVICE, chained); src_map_to_sec4_sg()
588 * @chained: if source is chained
597 bool chained; member in struct:ahash_edesc
610 DMA_TO_DEVICE, edesc->chained); ahash_unmap()
791 bool chained = false; ahash_update_ctx() local
801 &chained); ahash_update_ctx()
819 edesc->chained = chained; ahash_update_ctx()
837 chained); ahash_update_ctx()
999 bool chained = false; ahash_finup_ctx() local
1003 src_nents = __sg_count(req->src, req->nbytes, &chained); ahash_finup_ctx()
1021 edesc->chained = chained; ahash_finup_ctx()
1036 sec4_sg_src_index, chained); ahash_finup_ctx()
1084 bool chained = false; ahash_digest() local
1089 src_nents = sg_count(req->src, req->nbytes, &chained); ahash_digest()
1091 chained); ahash_digest()
1105 edesc->chained = chained; ahash_digest()
1232 bool chained = false; ahash_update_no_ctx() local
1241 &chained); ahash_update_no_ctx()
1258 edesc->chained = chained; ahash_update_no_ctx()
1267 edesc->sec4_sg + 1, chained); ahash_update_no_ctx()
1346 bool chained = false; ahash_finup_no_ctx() local
1350 src_nents = __sg_count(req->src, req->nbytes, &chained); ahash_finup_no_ctx()
1368 edesc->chained = chained; ahash_finup_no_ctx()
1378 chained); ahash_finup_no_ctx()
1432 bool chained = false; ahash_update_first() local
1442 &chained); ahash_update_first()
1444 DMA_TO_DEVICE, chained); ahash_update_first()
1460 edesc->chained = chained; ahash_update_first()
182 src_map_to_sec4_sg(struct device *jrdev, struct scatterlist *src, int src_nents, struct sec4_sg_entry *sec4_sg, bool chained) src_map_to_sec4_sg() argument
H A Dcaamalg.c2081 * @assoc_chained: if source is chained
2083 * @src_chained: if source is chained
2085 * @dst_chained: if destination is chained
2109 * @src_chained: if source is chained
2111 * @dst_chained: if destination is chained
/linux-4.1.27/drivers/net/wan/
H A Dhd64570.h107 #define BARL 0x00 /* Buffer Address L (chained block) */
108 #define BARH 0x01 /* Buffer Address H (chained block) */
109 #define BARB 0x02 /* Buffer Address B (chained block) */
119 #define CPB 0x06 /* Chain Pointer Base (chained block) */
121 #define CDAL 0x08 /* Current Descriptor Addr L (chained block) */
122 #define CDAH 0x09 /* Current Descriptor Addr H (chained block) */
123 #define EDAL 0x0A /* Error Descriptor Addr L (chained block) */
124 #define EDAH 0x0B /* Error Descriptor Addr H (chained block) */
125 #define BFLL 0x0C /* RX Receive Buffer Length L (chained block)*/
126 #define BFLH 0x0D /* RX Receive Buffer Length H (chained block)*/
174 #define DIR_EOME 0x40 /* Frame Transfer Completed (chained-block) */
175 #define DIR_BOFE 0x20 /* Buffer Overflow/Underflow (chained-block)*/
176 #define DIR_COFE 0x10 /* Counter Overflow (chained-block) */
180 #define DSR_EOM 0x40 /* Frame Transfer Completed (chained-block) */
181 #define DSR_BOF 0x20 /* Buffer Overflow/Underflow (chained-block)*/
182 #define DSR_COF 0x10 /* Counter Overflow (chained-block) */
H A Dhd64572.h156 #define BARL 0x80 /* Buffer Addr Register L (chained-block) */
157 #define BARH 0x81 /* Buffer Addr Register H (chained-block) */
158 #define BARB 0x82 /* Buffer Addr Register B (chained-block) */
159 #define BARBH 0x83 /* Buffer Addr Register BH (chained-block) */
/linux-4.1.27/drivers/crypto/qce/
H A Ddma.c58 enum dma_data_direction dir, bool chained) qce_mapsg()
62 if (chained) { qce_mapsg()
79 enum dma_data_direction dir, bool chained) qce_unmapsg()
81 if (chained) qce_unmapsg()
90 int qce_countsg(struct scatterlist *sglist, int nbytes, bool *chained) qce_countsg() argument
95 if (chained) qce_countsg()
96 *chained = false; qce_countsg()
101 if (!sg_is_last(sg) && (sg + 1)->length == 0 && chained) qce_countsg()
102 *chained = true; qce_countsg()
57 qce_mapsg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, bool chained) qce_mapsg() argument
78 qce_unmapsg(struct device *dev, struct scatterlist *sg, int nents, enum dma_data_direction dir, bool chained) qce_unmapsg() argument
H A Ddma.h52 int qce_countsg(struct scatterlist *sg_list, int nbytes, bool *chained);
54 enum dma_data_direction dir, bool chained);
56 enum dma_data_direction dir, bool chained);
H A Dcipher.h35 * @src_chained: is source chained
36 * @dst_chained: is destination chained
H A Dsha.h39 * @src_chained: is source scatterlist chained
/linux-4.1.27/sound/pci/hda/
H A Dpatch_realtek.c1098 .chained = true,
1126 .chained = true,
1146 .chained = true,
1170 .chained = true,
1190 .chained = true,
1249 .chained = true,
1276 .chained = true,
1285 .chained = true,
1312 .chained = true,
1321 .chained = true,
1348 .chained = true,
1357 .chained = true,
1626 .chained = true,
1636 .chained = true,
1642 .chained = true,
1656 .chained = true,
2006 .chained = true,
2066 .chained = true,
2080 .chained = true,
2090 .chained = true,
2125 .chained = true,
2139 .chained = true,
2145 .chained = true,
2151 .chained = true,
2157 .chained = true,
2163 .chained = true,
2169 .chained = true,
2186 .chained = true,
2383 .chained = true,
2406 .chained = true,
4704 .chained = true,
4737 .chained = true,
4743 .chained = true,
4753 .chained = true,
4775 .chained = true,
4875 .chained = true,
4881 .chained = true,
4891 .chained = true,
4902 .chained = true,
4911 .chained = true,
4917 .chained = true,
4930 .chained = true,
4939 .chained = true,
4954 .chained = true,
4963 .chained = true,
4979 .chained = true,
4985 .chained = true,
4998 .chained = true,
5004 .chained = true,
5010 .chained = true,
5021 .chained = true,
5027 .chained = true,
5046 .chained = true,
5060 .chained = true,
5069 .chained = true,
5078 .chained = true,
5088 .chained = true,
5098 .chained = true,
5108 .chained = true,
5117 .chained = true,
5123 .chained = true,
5137 .chained = true,
5143 .chained = true,
5149 .chained = true,
5199 .chained = true,
5205 .chained = true,
5215 .chained = true,
5226 .chained = true,
5232 .chained = true,
5238 .chained = true,
5244 .chained = true,
5250 .chained = true,
5256 .chained = true,
5266 .chained = true,
5288 .chained = true,
5294 .chained = true,
5304 .chained = true,
5315 .chained = true,
5321 .chained = true,
5334 .chained = true,
6197 .chained = true,
6530 .chained = true,
6554 .chained = true,
6566 .chained = true,
6578 .chained = true,
6591 .chained = true,
6604 .chained = true,
6617 .chained = true,
6630 .chained = true,
6644 .chained = true,
6658 .chained = true,
6679 .chained = true,
6685 .chained = true,
6691 .chained = true,
6701 .chained = true,
6715 .chained = true,
6725 .chained = true,
6734 .chained = true,
6743 .chained = true,
6753 .chained = true,
6762 .chained = true,
H A Dpatch_cirrus.c520 .chained = true,
526 .chained = true,
532 .chained = true,
546 .chained = true,
557 .chained = true,
563 .chained = true,
728 .chained = true,
734 .chained = true,
740 .chained = true,
859 .chained = true,
H A Dpatch_sigmatel.c1388 .chained = true,
1434 .chained = true,
1440 .chained = true,
2640 .chained = true,
2650 .chained = true,
2656 .chained = true,
2662 .chained = true,
2668 .chained = true,
2674 .chained = true,
2680 .chained = true,
2697 .chained = true,
2710 .chained = true,
3180 .chained = true,
3186 .chained = true,
3192 .chained = true,
3198 .chained = true,
3546 .chained = true,
3552 .chained = true,
3558 .chained = true,
3564 .chained = true,
3570 .chained = true,
3859 .chained = true,
3869 .chained = true,
3875 .chained = true,
3889 .chained = true,
3901 .chained = true,
3911 .chained = true,
3921 .chained = true,
4227 .chained = true,
H A Dpatch_analog.c367 .chained = true,
609 .chained = true,
1063 .chained = true,
1073 .chained = true,
1079 .chained = true,
H A Dpatch_conexant.c672 .chained = true,
677 .chained = true,
704 .chained = true,
727 .chained = true,
757 .chained = true,
H A Dhda_local.h364 bool chained:1; /* call the chained fixup(s) after this */ member in struct:hda_fixup
365 bool chained_before:1; /* call the chained fixup(s) before this */
H A Dhda_auto_parser.c867 if (!fix->chained || fix->chained_before) apply_fixup()
/linux-4.1.27/drivers/dma/
H A Dcoh901318.h90 * @ctrl_chained: ctrl for chained lli
107 * @ctrl_chained: ctrl for chained lli
126 * @ctrl_chained: ctrl for chained lli
H A Dep93xx_dma.c151 * As EP93xx DMA controller doesn't support real chained DMA descriptors we
157 * the first and chained descriptors are flattened into a single list.
250 * to all the chained descriptors. This way we can call the ep93xx_dma_set_active()
766 /* Now we can release all the chained descriptors */ ep93xx_dma_tasklet()
H A Diop-adma.c398 /* check for pre-chained descriptors */ iop_adma_tx_submit()
1486 /* 1/ don't add pre-chained descriptors iop_chan_start_null_memcpy()
1539 /* 1/ don't add pre-chained descriptors iop_chan_start_null_xor()
H A Dfsl_raid.c48 * maintains strict ordering of the requests through chained
H A Dcoh901318.c177 * @ctrl_lli_chained: DMA control register for a chained lli
/linux-4.1.27/arch/tile/include/arch/
H A Dtrio_shm.h58 * in 1st 8-bytes in buffer. For chained buffers, first 8-bytes of each
60 * buffer descriptor. This allows a chained PDE buffer to be sent using
H A Dmpipe_shm.h77 * buffer descriptor indicates that it is chained, the low 7 bits of the
155 * indicates a chained packet. If an eDMA descriptor is not chained and
170 * packet or egress command is chained across multiple buffers, with each
484 * indicates a chained packet. If an eDMA descriptor is not chained and
499 * packet or egress command is chained across multiple buffers, with each
/linux-4.1.27/fs/jffs2/
H A Dxattr.h31 struct list_head xindex; /* chained from c->xattrindex[n] */
62 struct jffs2_xattr_ref *next; /* chained from ic->xref_list */
H A Dxattr.c61 * is set on xd->flags and chained xattr_dead_list or release it immediately.
195 /* unchecked xdatum is chained with c->xattr_unchecked */ do_verify_xattr_datum()
H A Dscan.c419 * used to chain all xattr_ref object. It's re-chained to jffs2_scan_xref_node()
/linux-4.1.27/arch/mips/include/asm/mips-boards/
H A Dmaltaint.h25 #define MIPSCPU_INT_GIC MIPSCPU_INT_MB0 /* GIC chained interrupt */
/linux-4.1.27/arch/s390/include/asm/
H A Dcrw.h22 __u32 chn : 1; /* chained */
/linux-4.1.27/fs/cifs/
H A Dsmb2glob.h49 /* Used when constructing chained read requests. */
H A Dcifsglob.h1518 * chained together by cifs_tcp_ses_list. The list of all our SMB
H A Dcifspdu.h109 /* future chained NTCreateXReadX bigger, but for time being NTCreateX biggest */
/linux-4.1.27/include/linux/irqchip/
H A Dchained_irq.h24 * Entry/exit functions for chained handlers where the primary IRQ chip
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Dchain_mode.c7 descriptors in case of the DMA is configured to work in chained or
104 * In chained mode the des3 points to the next element in the ring. stmmac_init_dma_chain()
H A Ddescs_com.h8 descriptors in case of the DMA is configured to work in chained or
H A Dring_mode.c7 descriptors in case of the DMA is configured to work in chained or
H A Dstmmac_main.c1022 * and allocates the socket buffers. It suppors the chained and ring
1073 /* Setup the chained descriptor addresses */ init_dma_desc_rings()
2745 /* To use the chained or ring mode */ stmmac_hw_init()
/linux-4.1.27/drivers/block/paride/
H A Dparide.h44 int unit; /* unit number for chained adapters */
144 int max_units; /* max chained units probed for */
H A Dpcd.c31 <uni> for those adapters that support chained
H A Dpg.c65 <uni> for those adapters that support chained
H A Dpt.c42 <uni> for those adapters that support chained
H A Dpd.c31 <uni> for those adapters that support chained
H A Dpf.c31 <uni> for those adapters that support chained
/linux-4.1.27/sound/pci/ac97/
H A Dac97_proc.c354 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); snd_ac97_proc_read()
367 ac97->spec.ad18xx.chained[0], snd_ac97_proc_read()
368 ac97->spec.ad18xx.chained[1], snd_ac97_proc_read()
369 ac97->spec.ad18xx.chained[2]); snd_ac97_proc_read()
418 ac97->spec.ad18xx.unchained[idx] | ac97->spec.ad18xx.chained[idx]); snd_ac97_proc_regs_read()
H A Dac97_patch.c1402 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]); ad18xx_resume()
1420 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]); ad18xx_resume()
1498 ac97->spec.ad18xx.chained[idx] = cfg_bits[idx]; patch_ad1881_chained1()
1507 if (ac97->spec.ad18xx.unchained[cidx1] || ac97->spec.ad18xx.chained[cidx1]) patch_ad1881_chained()
1509 if (ac97->spec.ad18xx.unchained[cidx2] || ac97->spec.ad18xx.chained[cidx2]) patch_ad1881_chained()
1513 // test for chained codecs patch_ad1881_chained()
H A Dac97_codec.c446 ac97->spec.ad18xx.unchained[codec] | ac97->spec.ad18xx.chained[codec]); snd_ac97_ad18xx_update_pcm_bits()
/linux-4.1.27/drivers/scsi/arm/
H A Dscsi.h25 * (possibly chained) sg-list
/linux-4.1.27/drivers/s390/cio/
H A Dcrw.c80 "than two chained crws; please report to " crw_collect_info()
/linux-4.1.27/arch/metag/kernel/
H A Dkick.c10 * handlers. All the registered interrupt handlers are "chained". When
/linux-4.1.27/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h26 /* chained in global deviceid hlist */
/linux-4.1.27/arch/arm64/kernel/
H A Dirq.c95 * action structure or not, as we need to get chained interrupts too.
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dtulip.h353 Note: Some work-alike chips do not function correctly in chained mode.
354 The ASIX chip works only in chained mode.
356 chained mode as well.
/linux-4.1.27/drivers/irqchip/
H A Dirq-dw-apb-ictl.c79 /* Map the parent interrupt for the chained handler */ dw_apb_ictl_init()
H A Dirq-mips-gic.c274 static void gic_handle_shared_int(bool chained) gic_handle_shared_int() argument
302 if (chained) gic_handle_shared_int()
437 static void gic_handle_local_int(bool chained) gic_handle_local_int() argument
451 if (chained) gic_handle_local_int()
H A Dirq-orion.c176 /* Map the parent interrupt for the chained handler */ orion_bridge_irq_init()
H A Dirq-imgpdc.c451 /* Setup chained handlers for the peripheral IRQs */ pdc_intc_probe()
458 /* Setup chained handler for the syswake IRQ */ pdc_intc_probe()
H A Dspear-shirq.c33 * status_reg: Status register offset for chained interrupt handler
/linux-4.1.27/drivers/sh/intc/
H A Dvirq.c230 pr_info("Setting up a chained VIRQ from %d -> %d\n", intc_subgroup_map()
/linux-4.1.27/drivers/s390/net/
H A Dctcm_sysfs.c95 p += sprintf(p, " Max. chained SKBs: %ld\n", ctcm_print_statistics()
H A Dctcm_fsms.c316 ctcm_ccw_check_rc(ch, rc, "chained TX"); chx_txdone()
1370 ctcm_ccw_check_rc(ch, rc, "chained TX"); ctcmpc_chx_txdone()
/linux-4.1.27/drivers/gpio/
H A Dgpio-74x164.c49 * Since the registers are chained, every byte sent will make __gen_74x164_write_config()
H A Dgpio-davinci.c587 * the chained irq handler. davinci_gpio_irq_setup()
H A Dgpio-tz1090.c512 /* Setup chained handler for this GPIO bank */ tz1090_gpio_bank_probe()
H A Dgpiolib.c409 * gpiochip_set_chained_irqchip() - sets a chained irqchip to a gpiochip
413 * chained irqchip
434 "you cannot have chained interrupts on a " gpiochip_set_chained_irqchip()
/linux-4.1.27/drivers/clocksource/
H A Dvf_pit_timer.c173 * PIT0 and PIT1 can be chained to build a 64-bit timer, pit_timer_init()
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-config.h107 * in each chained packet element. If necessary, override the default
H A Dcvmx-cmd-queue.h34 * software necessary for adding to Octeon's chained queue
/linux-4.1.27/arch/arm/kernel/
H A Dirq.c174 * action structure or not, as we need to get chained interrupts too.
/linux-4.1.27/lib/
H A Dscatterlist.c21 * of a chained scatterlist, it could jump to the start of a new
100 * If this is part of a chained sg table, sg_mark_end() should be
240 * chained in units of @max_ents.
328 * SG_MAX_SINGLE_ALLOC a chained sg table will be setup.
H A Dsha1.c79 * unnecessary clears between chained hashing operations.
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dcommon.c69 * chained descriptors so it can be ignored if rs_more is set. The ath9k_cmn_rx_accept()
70 * rs_more will be false at the last element of the chained ath9k_cmn_rx_accept()
H A Drecv.c1097 * rs_more indicates chained descriptors which can be ath_rx_tasklet()
H A Dxmit.c2014 * assume the descriptors are already chained together by caller.
2667 * descriptor to get the newly chained one. ath_tx_processq()
/linux-4.1.27/drivers/pci/host/
H A Dpci-keystone.c125 * The chained irq handler installation would have replaced normal ks_pcie_msi_irq_handler()
152 * The chained irq handler installation would have replaced normal ks_pcie_legacy_irq_handler()
/linux-4.1.27/kernel/events/
H A Duprobes.c93 bool chained; /* true, if instance is nested */ member in struct:return_instance
1523 bool chained = false; prepare_uretprobe() local
1564 chained = true; prepare_uretprobe()
1572 ri->chained = chained; prepare_uretprobe()
1773 bool chained; handle_trampoline() local
1793 chained = ri->chained; handle_trampoline()
1801 if (!chained) handle_trampoline()
/linux-4.1.27/drivers/mfd/
H A Dhtc-i2cpld.c560 /* Find chained irq */ htcpld_core_probe()
566 /* Setup the chained interrupt handler */ htcpld_core_probe()
572 dev_warn(dev, "Unable to setup chained irq handler: %d\n", ret); htcpld_core_probe()
H A Dhtc-egpio.c279 /* Find chained irq */ egpio_probe()
H A Dtwl4030-irq.c285 * This is a chained interrupt, so there is no desc->action method for it.
/linux-4.1.27/drivers/block/
H A Dcciss_scsi.c1363 int request_nsgs, i, chained, sg_index; cciss_scatter_gather() local
1369 chained = 0; cciss_scatter_gather()
1376 !chained && request_nsgs - i > 1) { scsi_for_each_sg()
1377 chained = 1; scsi_for_each_sg()
1391 if (chained)
1400 c->Header.SGTotal = (u16) request_nsgs + chained;
H A Dcciss.h80 * number of scatter/gathers in chained block
H A Dcciss.c3298 int chained = 0; do_cciss_request() local
3350 chained = 0; do_cciss_request()
3354 !chained && ((seg - i) > 1)) { do_cciss_request()
3358 chained = 1; do_cciss_request()
3369 if (chained) do_cciss_request()
3379 "chained[%d]\n", do_cciss_request()
3380 blk_rq_sectors(creq), seg, chained); do_cciss_request()
3382 c->Header.SGTotal = seg + chained; do_cciss_request()
3952 * within the command block, and does not extend to chained blocks cciss_enter_performant_mode()
H A Dfloppy.c2250 /* unlock chained buffers */ request_done()
/linux-4.1.27/drivers/usb/gadget/udc/bdc/
H A Dbdc.h302 * table's chained to each other through a chain bd, every table has equal
309 /* How many tables chained to each other */
/linux-4.1.27/drivers/crypto/
H A Dtalitos.c710 * @assoc_chained: whether assoc is chained or not
711 * @src_chained: whether src is chained or not
712 * @dst_chained: whether dst is chained or not
739 bool chained) talitos_map_sg()
741 if (unlikely(chained)) talitos_map_sg()
1093 static int sg_count(struct scatterlist *sg_list, int nbytes, bool *chained) sg_count() argument
1098 *chained = false; sg_count()
1103 *chained = true; sg_count()
1707 bool chained; ahash_process_req() local
1712 sg_count(areq->src, nbytes, &chained), ahash_process_req()
1745 int nents = sg_count(areq->src, nbytes, &chained); ahash_process_req()
737 talitos_map_sg(struct device *dev, struct scatterlist *sg, unsigned int nents, enum dma_data_direction dir, bool chained) talitos_map_sg() argument
H A Dbfin_crc.c84 struct scatterlist bufsl[2]; /* chained sg list */
H A Dsahara.c175 * @in_sg_chain: scatterlists for chained input data
176 * @in_sg_chained: specifies if chained scatterlists are used or not
/linux-4.1.27/drivers/media/platform/am437x/
H A Dam437x-vpfe.h260 * used when IMP is chained to store the crop window which
/linux-4.1.27/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_sas.h22 * to MPI2_SGE_IO_UNION since it supports chained SGLs.
/linux-4.1.27/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_sas.h27 * to MPI2_SGE_IO_UNION since it supports chained SGLs.
/linux-4.1.27/drivers/dma/ppc4xx/
H A Dadma.h133 * @stride: currently chained or not
/linux-4.1.27/arch/sh/kernel/
H A Dperf_event.c188 * be chained, in which case the previous counter value can be sh_perf_event_update()
/linux-4.1.27/include/media/davinci/
H A Dvpfe_capture.h149 * used when IMP is chained to store the crop window which
/linux-4.1.27/arch/powerpc/sysdev/ge/
H A Dge_pic.c85 * The dual lines are there to allow the chained interrupts to be easily
/linux-4.1.27/arch/arm/mach-omap2/
H A Dprm_common.c257 * omap_prcm_register_chain_handler - initializes the prcm chained interrupt
261 * Set up the PRCM chained interrupt handler on the PRCM IRQ. Sets up
/linux-4.1.27/drivers/media/platform/vsp1/
H A Dvsp1_drv.c75 * - from a UDS to a UDS (UDS entities can't be chained)
H A Dvsp1_video.c360 /* UDS can't be chained. */ vsp1_pipeline_validate_branch()
/linux-4.1.27/drivers/parport/
H A Ddaisy.c470 DPRINTK(KERN_DEBUG "%s: Found %d daisy-chained devices\n", port->name, assign_addrs()
/linux-4.1.27/drivers/ata/
H A Dpata_pxa.c58 * if the transfer is longer, it is split into multiple chained descriptors.
H A Dsata_fsl.c56 * chained indirect PRDEs up to a max count of 63.
59 * (contiguous) PRDE. Though chained indirect PRDE arrays are
/linux-4.1.27/fs/notify/dnotify/
H A Ddnotify.c38 * the same directory with dnotify their information is chained in dn
/linux-4.1.27/arch/mips/sgi-ip32/
H A Dip32-irq.c370 * chained. ip32_irq0()
/linux-4.1.27/arch/blackfin/kernel/
H A Dperf_event.c269 * be chained, in which case the previous counter value can be bfin_perf_event_update()
/linux-4.1.27/arch/m68k/atari/
H A Dataints.c127 * ST-MFP timer D chained interrupts - each driver gets its own timer
/linux-4.1.27/include/linux/
H A Datmel_tc.h122 * The timers can be chained in various ways, and operated in "waveform"
H A Dirq.h277 * Functions for chained handlers which can be enabled/disabled by the
511 * Set a highlevel chained flow handler for a given IRQ.
512 * (a chained handler is automatically enabled and set to
H A Dslab.h502 * Both root and child caches of the same kind are linked into a list chained
H A Dbio.h534 * A bio_list anchors a singly-linked list of bios chained through the bi_next
H A Dhyperv.h292 * ranges, then the resulting MDL will be "chained," representing multiple VA
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c282 /* return: < 0 fatal error, 0 - non chained msdu, 1 chained msdu */ ath10k_htt_rx_amsdu_pop()
1392 bool chained) ath10k_htt_rx_h_unchain()
1403 if (!chained) ath10k_htt_rx_h_unchain()
1390 ath10k_htt_rx_h_unchain(struct ath10k *ar, struct sk_buff_head *amsdu, bool chained) ath10k_htt_rx_h_unchain() argument
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_discover.c532 /* chained work is not subject to SA_HA_DRAINING or sas_chain_work()
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager.c77 * Increase the allocation size in case we need a chained run list pm_calc_rlib_size()
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_gdp.c304 /* Same content and chained together */ sti_gdp_prepare_layer()
/linux-4.1.27/fs/xfs/
H A Dxfs_attr_inactive.c412 * All future transactions during this code must be "chained" off xfs_attr_inactive()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmpic.h349 * This is a secondary ("chained") controller; it only uses the CPU0
/linux-4.1.27/arch/arm/mach-pxa/
H A Dballoon3.c537 pr_debug("%s: chained handler installed - irq %d automatically " balloon3_init_irq()
H A Dzeus.c114 /* we're in a chained irq handler, zeus_irq_handler()
H A Dviper.c285 /* we're in a chained irq handler, viper_irq_handler()
/linux-4.1.27/sound/core/seq/
H A Dseq_memory.c58 * 3) chained cells
/linux-4.1.27/drivers/s390/char/
H A Dvmur.c224 * The channel program we use is write commands chained together
225 * with a final NOP CCW command-chained on (which ensures that CE and DE
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
H A Diochannel.h517 /* the number of receive buffers that can be chained */
523 * that must be chained; */
/linux-4.1.27/fs/kernfs/
H A Dfile.c29 * kernfs_open_file. kernfs_open_files are chained at
530 * create one. @of is chained to the files list.
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c963 * - CFS_HASH_SORT enable chained hash sort
1760 * these values are tuned to keep the chained hash depth small, and
2066 * The distribution is a summary of the chained hash depth in cfs_hash_debug_str()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h107 #define CHM 0x40 /* sta: chained mode */
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dgsc_hpdi.c321 * These register are supposedly unused during chained dma, gsc_hpdi_cmd()
H A Dplx9080.h30 /* descriptor block used for chained dma transfers */
H A Dcb_pcidas64.c2514 * are supposedly unused during chained dma, load_first_dma_descriptor()
/linux-4.1.27/drivers/staging/rts5208/
H A Drtsx_transport.c372 * is part of a chained scatterlist, it could jump to the start of rtsx_transfer_sglist_adma_partial()
/linux-4.1.27/drivers/phy/
H A Dphy-qcom-ufs.c394 * reference clock is propagated in a daisy-chained manner from ufs_qcom_phy_enable_ref_clk()
/linux-4.1.27/drivers/net/ethernet/arc/
H A Demac_main.c241 * packets won't be split/chained. arc_emac_rx()
/linux-4.1.27/arch/metag/kernel/perf/
H A Dperf_event.c196 * If this counter is chained, it may be that the previous counter metag_pmu_event_update()
/linux-4.1.27/arch/mips/alchemy/common/
H A Dirq.c852 /* create chained handlers for the 4 IC requests to the MIPS IRQ ctrl */
/linux-4.1.27/net/atm/
H A Dbr2684.c183 /* chained vcc->pop function. Check if we should wake the netif_queue */ br2684_pop()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_attr.c246 * All future transactions during this code must be "chained" off xfs_attr_set()
445 * All future transactions during this code must be "chained" off xfs_attr_remove()
/linux-4.1.27/drivers/scsi/
H A Dhpsa.c3263 int use_sg, i, sg_index, chained; hpsa_scatter_gather() local
3276 chained = 0; hpsa_scatter_gather()
3281 chained = 1; scsi_for_each_sg()
3292 if (use_sg + chained > h->maxSG)
3293 h->maxSG = use_sg + chained;
3295 if (chained) {
6116 * then we know that chained SG blocks work. (Original smart arrays did not
6117 * support chained SG blocks and would return zero for max sg entries.)
7215 * within the command block, and does not extend to chained blocks hpsa_enter_performant_mode()
H A Dncr53c8xx.h627 #define CHM 0x40 /* sta: chained mode */
H A Dpmcraid.h228 * be used in chained form
/linux-4.1.27/block/
H A Dbio.c313 * completed; the chained bio will also be freed when it completes.
1775 * Need to have a real endio function for chained bios, bio_endio()
H A Dblk-core.c1224 * It may be a chained-bio properly constructed by block/bio layer.
/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-single.c1675 * pcs_irq_handle() - handler for the dedicated chained interrupt case
1735 * pcs_irq_init_chained_handler() - set up a chained interrupt handler
H A Dpinctrl-at91.c1650 * Let the generic code handle this edge IRQ, the the chained at91_gpio_of_irq_setup()
/linux-4.1.27/drivers/scsi/esas2r/
H A Datvda.h966 #define SGE_CHAIN_SZ 0x00FF0000 /*! mask of size of chained buffer */
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_hash.h714 * Rehash - Theta is calculated to be the average chained
/linux-4.1.27/drivers/s390/block/
H A Ddasd_int.h271 int max_blocks; /* maximum number of blocks to be chained */
H A Ddasd_3990_erp.c2346 /* PSF cannot be chained from NOOP/TIC */ dasd_3990_erp_add_erp()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1090 * If the batch buffer contains a chained batch, return an i915_parse_cmds()
H A Di915_gem_execbuffer.c1181 if (ret == -EACCES) /* unhandled chained batch */ i915_gem_execbuffer_parse()
/linux-4.1.27/drivers/usb/dwc3/
H A Dep0.c956 * DWC3_EP0_BOUNCE_SIZE we will need two chained __dwc3_ep0_do_control_data()
/linux-4.1.27/include/scsi/
H A Dscsi_host.h33 * single element sglist. To use chained sglists, the adapter
/linux-4.1.27/include/sound/
H A Dac97_codec.h514 unsigned short chained[3]; // 0 = C34, 1 = C79, 2 = C69 member in struct:snd_ac97::__anon12974::__anon12975
/linux-4.1.27/arch/arm/plat-omap/
H A Ddma.c1188 /* If the ch is not chained then chain_id will be -1 */ omap2_dma_handle_ch()
/linux-4.1.27/net/ceph/
H A Dmon_client.c1000 /* can the chained handler handle it? */ dispatch()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Ddma.c1457 * Reclaim next completed txd (txds if using chained buffers) in the range
/linux-4.1.27/drivers/vhost/
H A Dvhost.c1154 /* Buffers are chained via a 16 bit next field, so get_indirect()
/linux-4.1.27/net/ipv4/
H A Dip_output.c908 * We use calculated fragment length to generate chained skb, __ip_append_data()
/linux-4.1.27/mm/
H A Drmap.c373 * Unlink each anon_vma chained to the VMA. This list is ordered unlink_anon_vmas()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_main.c500 * sk_buff in the next buffer to be chained and return true indicating
/linux-4.1.27/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c560 * and allocates the socket buffers. It suppors the chained and ring
/linux-4.1.27/drivers/scsi/osd/
H A Dosd_initiator.c1532 /* they are now all chained to request sign them all together */ _osd_req_finalize_data_integrity()
/linux-4.1.27/fs/
H A Dinode.c853 * Inode wont be chained in superblock s_inodes list
H A Deventpoll.c1041 * chained in ep->ovflist and requeued later on. ep_poll_callback()
/linux-4.1.27/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c1268 * Let the generic code handle this edge IRQ, the the chained nmk_gpio_probe()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dmpic.c1662 /* Check if this MPIC is chained from a parent interrupt controller */ mpic_init()
/linux-4.1.27/fs/gfs2/
H A Ddir.c52 * GFS2_DIR_MAX_DEPTH. After that, leaves are chained together in a linked list,
/linux-4.1.27/kernel/
H A Dkprobes.c1976 * chained probes and mark them GONE. kill_kprobe()
H A Dworkqueue.c2315 * pwq_activate_first_delayed() or chained rescuer_thread()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c759 * @cont: whether another operation will be chained
786 * @cont: whether another operation will be chained
/linux-4.1.27/drivers/scsi/csiostor/
H A Dcsio_hw.c383 * @cont: whether another operation will be chained
415 * @cont: whether another operation will be chained
/linux-4.1.27/drivers/mmc/host/
H A Ddw_mmc.c103 /* Each descriptor can transfer up to 4KB of data in chained mode */
/linux-4.1.27/drivers/net/ethernet/intel/
H A De100.c1198 * BUNDLEMAX below to set the limit on number of chained packets)
/linux-4.1.27/drivers/scsi/fcoe/
H A Dfcoe.c2707 * destroy_work's may be chained but destroy_workqueue() fcoe_exit()
/linux-4.1.27/drivers/clk/
H A Dclk.c2454 /* This is to allow this function to be chained to others */ __clk_create_clk()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c1511 * @cont: whether another operation will be chained
1540 * @cont: whether another operation will be chained
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2127 /* there also may be some cached data from a chained receive */ e1000_clean_rx_ring()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c530 * sk_buff in the next buffer to be chained and return true indicating
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2758 * memory. The chained list of page size buffers is returned.
H A Dlpfc_sli.c3154 * iocb has the LE bit set and all the chained iocbs are processed, otherwise
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio.c1641 * read directly into the chained packet, or allocate a large brcmf_sdio_rxglom()
/linux-4.1.27/drivers/tty/
H A Dsynclinkmp.c4667 * 04 TMOD, Transfer Mode: 1=chained-block hdlc_mode()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-ring.c541 /* Unchain any chained Link TRBs, but td_to_noop()
H A Dxhci.c1524 * series of 1-TRB transfer no-op TDs. (No-ops shouldn't be chained.) The
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1728 /* there also may be some cached data from a chained receive */ e1000_clean_rx_ring()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c6803 * sk_buff in the next buffer to be chained and return true indicating
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c1636 * sk_buff in the next buffer to be chained and return true indicating
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c3235 * chained IRQs */ ipw2100_irq_tasklet()

Completed in 8184 milliseconds