Searched refs:req_mode (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/dma/ |
| H A D | sprd-dma.h | 9 #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 D | sprd-dma.c | 576 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/marvell/octeontx2/nic/ |
| H A D | otx2_ethtool.c | 1108 static void otx2_get_fec_info(u64 index, int req_mode, in otx2_get_fec_info() argument 1135 if (req_mode == OTX2_MODE_ADVERTISED) in otx2_get_fec_info() 1146 bool req_mode, in otx2_get_link_mode_info() argument 1198 if (req_mode == OTX2_MODE_ADVERTISED) in otx2_get_link_mode_info()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 3569 pi->fc.req_mode = ICE_FC_FULL; in ice_set_pauseparam() 3571 pi->fc.req_mode = ICE_FC_RX_PAUSE; in ice_set_pauseparam() 3573 pi->fc.req_mode = ICE_FC_TX_PAUSE; in ice_set_pauseparam() 3575 pi->fc.req_mode = ICE_FC_NONE; in ice_set_pauseparam()
|
| H A D | ice_common.c | 3825 * @req_mode: FC mode to configure 3829 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()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 1714 * @req_mode: FC mode to configure in ixgbe_cfg_phy_fc() 1722 enum ixgbe_fc_mode req_mode) in ixgbe_cfg_phy_fc() 1729 switch (req_mode) { in ixgbe_cfg_phy_fc() 1708 ixgbe_cfg_phy_fc(struct ixgbe_hw * hw,struct ixgbe_aci_cmd_set_phy_cfg_data * cfg,enum ixgbe_fc_mode req_mode) ixgbe_cfg_phy_fc() argument
|