Home
last modified time | relevance | path

Searched refs:req_mode (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/dma/
H A Dsprd-dma.h9 #define SPRD_DMA_FLAGS(chn_mode, trg_mode, req_mode, int_type) \ argument
12 (req_mode) << SPRD_DMA_REQ_SHIFT | (int_type))
/linux/drivers/dma/
H A Dsprd-dma.c576 enum sprd_dma_req_mode req_mode) in sprd_dma_check_trans_done() argument
581 if (int_type >= req_mode + 1) in sprd_dma_check_trans_done()
753 u32 req_mode = (flags >> SPRD_DMA_REQ_SHIFT) & SPRD_DMA_REQ_MODE_MASK; in sprd_dma_fill_desc() local
826 temp |= req_mode << SPRD_DMA_REQ_MODE_OFFSET; in sprd_dma_fill_desc()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.h205 enum ice_fc_mode req_mode);
H A Dice_ethtool.c3561 pi->fc.req_mode = ICE_FC_FULL; in ice_set_pauseparam()
3563 pi->fc.req_mode = ICE_FC_RX_PAUSE; in ice_set_pauseparam()
3565 pi->fc.req_mode = ICE_FC_TX_PAUSE; in ice_set_pauseparam()
3567 pi->fc.req_mode = ICE_FC_NONE; in ice_set_pauseparam()
H A Dice_common.c3829 enum ice_fc_mode req_mode) in ice_cfg_phy_fc() argument
3837 switch (req_mode) { in ice_cfg_phy_fc()
3860 cache_data.data.curr_user_fc_req = req_mode; in ice_cfg_phy_fc()
3902 status = ice_cfg_phy_fc(pi, &cfg, pi->fc.req_mode); in ice_set_fc()