Home
last modified time | relevance | path

Searched refs:p_cfg (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.c331 struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[i]; in qed_cxt_tm_iids() local
334 if (p_cfg->cid_count) in qed_cxt_tm_iids()
337 iids->pf_cids += p_cfg->cid_count; in qed_cxt_tm_iids()
341 if (p_cfg->cids_per_vf) in qed_cxt_tm_iids()
344 iids->per_vf_cids += p_cfg->cids_per_vf; in qed_cxt_tm_iids()
348 struct qed_tid_seg *segs = p_cfg->tid_seg; in qed_cxt_tm_iids()
411 struct qed_cxt_mngr *p_cfg = p_hwfn->p_cxt_mngr; in qed_cxt_tid_seg_info() local
418 if (p_cfg->conn_cfg[i].tid_seg[seg].count) in qed_cxt_tid_seg_info()
419 return &p_cfg->conn_cfg[i].tid_seg[seg]; in qed_cxt_tid_seg_info()
1177 struct qed_conn_type_cfg *p_cfg = &p_mngr->conn_cfg[type]; in qed_cid_map_alloc() local
[all …]
/Linux-v4.19/drivers/dma/
Dsun6i-dma.c127 void (*set_burst_length)(u32 *p_cfg, s8 src_burst, s8 dst_burst);
300 static void sun6i_set_burst_length_a31(u32 *p_cfg, s8 src_burst, s8 dst_burst) in sun6i_set_burst_length_a31() argument
302 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_A31(src_burst) | in sun6i_set_burst_length_a31()
306 static void sun6i_set_burst_length_h3(u32 *p_cfg, s8 src_burst, s8 dst_burst) in sun6i_set_burst_length_h3() argument
308 *p_cfg |= DMA_CHAN_CFG_SRC_BURST_H3(src_burst) | in sun6i_set_burst_length_h3()
552 u32 *p_cfg) in set_config() argument
592 *p_cfg = DMA_CHAN_CFG_SRC_WIDTH(src_width) | in set_config()
595 sdev->cfg->set_burst_length(p_cfg, src_burst, dst_burst); in set_config()