p_cfg 128 drivers/dma/sun6i-dma.c void (*set_burst_length)(u32 *p_cfg, s8 src_burst, s8 dst_burst); p_cfg 129 drivers/dma/sun6i-dma.c void (*set_drq)(u32 *p_cfg, s8 src_drq, s8 dst_drq); p_cfg 130 drivers/dma/sun6i-dma.c void (*set_mode)(u32 *p_cfg, s8 src_mode, s8 dst_mode); p_cfg 305 drivers/dma/sun6i-dma.c static void sun6i_set_burst_length_a31(u32 *p_cfg, s8 src_burst, s8 dst_burst) p_cfg 307 drivers/dma/sun6i-dma.c *p_cfg |= DMA_CHAN_CFG_SRC_BURST_A31(src_burst) | p_cfg 311 drivers/dma/sun6i-dma.c static void sun6i_set_burst_length_h3(u32 *p_cfg, s8 src_burst, s8 dst_burst) p_cfg 313 drivers/dma/sun6i-dma.c *p_cfg |= DMA_CHAN_CFG_SRC_BURST_H3(src_burst) | p_cfg 317 drivers/dma/sun6i-dma.c static void sun6i_set_drq_a31(u32 *p_cfg, s8 src_drq, s8 dst_drq) p_cfg 319 drivers/dma/sun6i-dma.c *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_A31(src_drq) | p_cfg 323 drivers/dma/sun6i-dma.c static void sun6i_set_drq_h6(u32 *p_cfg, s8 src_drq, s8 dst_drq) p_cfg 325 drivers/dma/sun6i-dma.c *p_cfg |= DMA_CHAN_CFG_SRC_DRQ_H6(src_drq) | p_cfg 329 drivers/dma/sun6i-dma.c static void sun6i_set_mode_a31(u32 *p_cfg, s8 src_mode, s8 dst_mode) p_cfg 331 drivers/dma/sun6i-dma.c *p_cfg |= DMA_CHAN_CFG_SRC_MODE_A31(src_mode) | p_cfg 335 drivers/dma/sun6i-dma.c static void sun6i_set_mode_h6(u32 *p_cfg, s8 src_mode, s8 dst_mode) p_cfg 337 drivers/dma/sun6i-dma.c *p_cfg |= DMA_CHAN_CFG_SRC_MODE_H6(src_mode) | p_cfg 581 drivers/dma/sun6i-dma.c u32 *p_cfg) p_cfg 621 drivers/dma/sun6i-dma.c *p_cfg = DMA_CHAN_CFG_SRC_WIDTH(src_width) | p_cfg 624 drivers/dma/sun6i-dma.c sdev->cfg->set_burst_length(p_cfg, src_burst, dst_burst); p_cfg 330 drivers/net/ethernet/qlogic/qed/qed_cxt.c struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[i]; p_cfg 333 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (p_cfg->cid_count) p_cfg 336 drivers/net/ethernet/qlogic/qed/qed_cxt.c iids->pf_cids += p_cfg->cid_count; p_cfg 340 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (p_cfg->cids_per_vf) p_cfg 343 drivers/net/ethernet/qlogic/qed/qed_cxt.c iids->per_vf_cids += p_cfg->cids_per_vf; p_cfg 347 drivers/net/ethernet/qlogic/qed/qed_cxt.c struct qed_tid_seg *segs = p_cfg->tid_seg; p_cfg 410 drivers/net/ethernet/qlogic/qed/qed_cxt.c struct qed_cxt_mngr *p_cfg = p_hwfn->p_cxt_mngr; p_cfg 417 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (p_cfg->conn_cfg[i].tid_seg[seg].count) p_cfg 418 drivers/net/ethernet/qlogic/qed/qed_cxt.c return &p_cfg->conn_cfg[i].tid_seg[seg]; p_cfg 1176 drivers/net/ethernet/qlogic/qed/qed_cxt.c struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[type]; p_cfg 1182 drivers/net/ethernet/qlogic/qed/qed_cxt.c p_cfg->cid_count, p_map)) p_cfg 1190 drivers/net/ethernet/qlogic/qed/qed_cxt.c p_cfg->cids_per_vf, p_map)) p_cfg 1194 drivers/net/ethernet/qlogic/qed/qed_cxt.c start_cid += p_cfg->cid_count; p_cfg 1195 drivers/net/ethernet/qlogic/qed/qed_cxt.c vf_start_cid += p_cfg->cids_per_vf; p_cfg 1302 drivers/net/ethernet/qlogic/qed/qed_cxt.c struct qed_conn_type_cfg *p_cfg; p_cfg 1310 drivers/net/ethernet/qlogic/qed/qed_cxt.c p_cfg = &p_mngr->conn_cfg[type]; p_cfg 1311 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (p_cfg->cid_count) { p_cfg 1320 drivers/net/ethernet/qlogic/qed/qed_cxt.c if (!p_cfg->cids_per_vf)