Home
last modified time | relevance | path

Searched defs:dq (Results 1 – 25 of 31) sorted by relevance

12

/linux/include/soc/fsl/
H A Ddpaa2-global.h20 struct dq { struct
21 u8 verb;
22 u8 stat;
23 __le16 seqnum;
24 __le16 oprid;
25 u8 reserved;
26 u8 tok;
27 __le32 fqid;
28 u32 reserved2;
29 __le32 fq_byte_cnt;
[all …]
/linux/lib/raid/raid6/riscv/
H A Drecov_rvv.c14 u8 *dq, const u8 *pbmul, in __raid6_2data_recov_rvv()
93 u8 *dq, const u8 *qmul) in __raid6_datap_recov_rvv()
151 u8 *p, *q, *dp, *dq; in raid6_2data_recov_rvv() local
191 u8 *p, *q, *dq; in raid6_datap_recov_rvv() local
/linux/fs/xfs/scrub/
H A Dquota.c84 struct xfs_dquot *dq, in xchk_quota_item_bmap()
142 struct xfs_dquot *dq) in xchk_quota_item()
309 struct xfs_dquot *dq; in xchk_quota() local
H A Ddqiterate.c150 struct xfs_dquot *dq; in xchk_dquot_iter_advance_incore() local
176 struct xfs_dquot *dq = NULL; in xchk_dquot_iter() local
/linux/drivers/soc/fsl/dpio/
H A Dqbman-portal.h308 static inline int qbman_result_is_DQ(const struct dpaa2_dq *dq) in qbman_result_is_DQ()
318 static inline int qbman_result_is_SCN(const struct dpaa2_dq *dq) in qbman_result_is_SCN()
324 static inline int qbman_result_is_FQDAN(const struct dpaa2_dq *dq) in qbman_result_is_FQDAN()
330 static inline int qbman_result_is_CDAN(const struct dpaa2_dq *dq) in qbman_result_is_CDAN()
336 static inline int qbman_result_is_CSCN(const struct dpaa2_dq *dq) in qbman_result_is_CSCN()
342 static inline int qbman_result_is_BPSCN(const struct dpaa2_dq *dq) in qbman_result_is_BPSCN()
348 static inline int qbman_result_is_CGCU(const struct dpaa2_dq *dq) in qbman_result_is_CGCU()
354 static inline int qbman_result_is_FQRN(const struct dpaa2_dq *dq) in qbman_result_is_FQRN()
360 static inline int qbman_result_is_FQRNI(const struct dpaa2_dq *dq) in qbman_result_is_FQRNI()
366 static inline int qbman_result_is_FQPN(const struct dpaa2_dq *dq) in qbman_result_is_FQPN()
H A Ddpio-service.c228 const struct dpaa2_dq *dq; in dpaa2_io_irq() local
H A Dqbman-portal.c1356 void qbman_swp_dqrr_consume(struct qbman_swp *s, const struct dpaa2_dq *dq) in qbman_swp_dqrr_consume()
1378 int qbman_result_has_new_result(struct qbman_swp *s, const struct dpaa2_dq *dq) in qbman_result_has_new_result()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn66xx_regs.h311 #define CN6XXX_DMA_CNT(dq) \ argument
314 #define CN6XXX_DMA_INT_LEVEL(dq) \ argument
317 #define CN6XXX_DMA_PKT_INT_LEVEL(dq) \ argument
320 #define CN6XXX_DMA_TIME_INT_LEVEL(dq) \ argument
323 #define CN6XXX_DMA_TIM(dq) \ argument
H A Dcn23xx_pf_regs.h366 #define CN23XX_DMA_CNT(dq) \ argument
369 #define CN23XX_DMA_INT_LEVEL(dq) \ argument
372 #define CN23XX_DMA_PKT_INT_LEVEL(dq) \ argument
375 #define CN23XX_DMA_TIME_INT_LEVEL(dq) \ argument
378 #define CN23XX_DMA_TIM(dq) \ argument
/linux/fs/ntfs/
H A Dbitmap.c25 u32 dq = bdev_discard_granularity(vol->sb->s_bdev); in ntfs_trim_fs() local
/linux/drivers/soc/fsl/qbman/
H A Dqman_test_api.c212 const struct qm_dqrr_entry *dq, in cb_dqrr()
H A Dqman.c694 const struct qm_dqrr_entry *dq, in qm_dqrr_cdc_consume_1ptr()
1610 const struct qm_dqrr_entry *dq; in __poll_portal_fast() local
/linux/drivers/media/common/saa7146/
H A Dsaa7146_video.c638 struct saa7146_dmaqueue *dq = &dev->vv_data->video_dmaq; in return_buffers() local
669 struct saa7146_dmaqueue *dq = &dev->vv_data->video_dmaq; in stop_streaming() local
H A Dsaa7146_vbi.c293 struct saa7146_dmaqueue *dq = &dev->vv_data->vbi_dmaq; in return_buffers() local
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c432 struct hisi_sas_dq *dq, in hisi_sas_task_deliver()
500 struct hisi_sas_dq *dq = NULL; in hisi_sas_queue_command() local
701 struct hisi_sas_dq *dq = &hisi_hba->dq[queue]; in hisi_sas_alloc_dev() local
2192 struct hisi_sas_dq *dq = &hisi_hba->dq[i]; in hisi_sas_init_mem() local
2244 struct hisi_sas_dq *dq = &hisi_hba->dq[i]; in hisi_sas_alloc() local
H A Dhisi_sas.h235 struct hisi_sas_dq *dq; member
371 struct hisi_sas_dq *dq; member
440 struct hisi_sas_dq dq[HISI_SAS_MAX_QUEUES]; member
H A Dhisi_sas_v1_hw.c863 static void start_delivery_v1_hw(struct hisi_sas_dq *dq) in start_delivery_v1_hw()
H A Dhisi_sas_v3_hw.c1163 static void start_delivery_v3_hw(struct hisi_sas_dq *dq) in start_delivery_v3_hw()
4732 struct hisi_sas_debugfs_dq *dq = in debugfs_alloc_v3_hw() local
/linux/fs/xfs/
H A Dxfs_dquot.c120 struct xfs_dquot *dq) in xfs_qm_adjust_dqlimits()
208 struct xfs_dquot *dq) in xfs_qm_adjust_dqtimers()
H A Dxfs_iomap.c371 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); in xfs_quota_need_throttle() local
405 struct xfs_dquot *dq = xfs_inode_dquot(ip, type); in xfs_quota_calc_throttle() local
/linux/drivers/crypto/caam/
H A Dcaampkc.h76 u8 *dq; member
/linux/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2491 const struct qm_dqrr_entry *dq, in rx_error_dqrr()
2681 const struct qm_dqrr_entry *dq, in rx_default_dqrr()
2840 const struct qm_dqrr_entry *dq, in conf_error_dqrr()
2862 const struct qm_dqrr_entry *dq, in conf_dflt_dqrr()
/linux/drivers/dma/fsl-dpaa2-qdma/
H A Ddpaa2-qdma.c400 struct dpaa2_dq *dq; in dpaa2_qdma_fqdan_cb() local
/linux/drivers/s390/block/
H A Ddasd.c2965 struct dasd_queue *dq; in dasd_block_tasklet() local
3136 struct dasd_queue *dq = hctx->driver_data; in do_dasd_request() local
3318 struct dasd_queue *dq = kzalloc_obj(*dq); in dasd_init_hctx() local
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c976 struct be_queue_info *dq, int length, in be_cmd_create_default_pdu_queue()

12