/linux/drivers/pinctrl/renesas/ |
A D | core.c | 30 static int sh_pfc_map_resources(struct sh_pfc *pfc, in sh_pfc_map_resources() 173 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() 194 void sh_pfc_write(struct sh_pfc *pfc, u32 reg, u32 data) in sh_pfc_write() 200 static void sh_pfc_config_reg_helper(struct sh_pfc *pfc, in sh_pfc_config_reg_helper() 221 static void sh_pfc_write_config_reg(struct sh_pfc *pfc, in sh_pfc_write_config_reg() 397 static int sh_pfc_init_ranges(struct sh_pfc *pfc) in sh_pfc_init_ranges() 664 static unsigned int sh_pfc_walk_regs(struct sh_pfc *pfc, in sh_pfc_walk_regs() 693 static int sh_pfc_suspend_init(struct sh_pfc *pfc) in sh_pfc_suspend_init() 717 struct sh_pfc *pfc = dev_get_drvdata(dev); in sh_pfc_suspend_noirq() local 726 struct sh_pfc *pfc = dev_get_drvdata(dev); in sh_pfc_resume_noirq() local [all …]
|
A D | gpio.c | 30 struct sh_pfc *pfc; member 75 struct sh_pfc *pfc = chip->pfc; in gpio_setup_data_reg() local 97 struct sh_pfc *pfc = chip->pfc; in gpio_setup_data_regs() local 133 struct sh_pfc *pfc = gpio_to_pfc(gc); in gpio_pin_request() local 200 struct sh_pfc *pfc = gpio_to_pfc(gc); in gpio_pin_to_irq() local 217 struct sh_pfc *pfc = chip->pfc; in gpio_pin_setup() local 255 struct sh_pfc *pfc = gpio_to_pfc(gc); in gpio_function_request() local 275 struct sh_pfc *pfc = chip->pfc; in gpio_function_setup() local 294 sh_pfc_add_gpiochip(struct sh_pfc *pfc, int(*setup)(struct sh_pfc_chip *), in sh_pfc_add_gpiochip() 322 int sh_pfc_register_gpiochip(struct sh_pfc *pfc) in sh_pfc_register_gpiochip()
|
A D | pinctrl.c | 38 struct sh_pfc *pfc; member 346 struct sh_pfc *pfc = pmx->pfc; in sh_pfc_func_set_mux() local 392 struct sh_pfc *pfc = pmx->pfc; in sh_pfc_gpio_request_enable() local 426 struct sh_pfc *pfc = pmx->pfc; in sh_pfc_gpio_disable_free() local 445 struct sh_pfc *pfc = pmx->pfc; in sh_pfc_gpio_set_direction() local 504 static int sh_pfc_pinconf_get_drive_strength(struct sh_pfc *pfc, in sh_pfc_pinconf_get_drive_strength() 529 static int sh_pfc_pinconf_set_drive_strength(struct sh_pfc *pfc, in sh_pfc_pinconf_set_drive_strength() 598 struct sh_pfc *pfc = pmx->pfc; in sh_pfc_pinconf_get() local 674 struct sh_pfc *pfc = pmx->pfc; in sh_pfc_pinconf_set() local 810 int sh_pfc_register_pinctrl(struct sh_pfc *pfc) in sh_pfc_register_pinctrl() [all …]
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
A D | hns3_dcbnl.c | 33 static int hns3_dcbnl_ieee_getpfc(struct net_device *ndev, struct ieee_pfc *pfc) in hns3_dcbnl_ieee_getpfc() 46 static int hns3_dcbnl_ieee_setpfc(struct net_device *ndev, struct ieee_pfc *pfc) in hns3_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
A D | fm10k_dcbnl.c | 77 static int fm10k_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) in fm10k_dcbnl_ieee_getpfc() 93 static int fm10k_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) in fm10k_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/amd/xgbe/ |
A D | xgbe-dcb.c | 211 struct ieee_pfc *pfc) in xgbe_dcb_ieee_getpfc() 228 struct ieee_pfc *pfc) in xgbe_dcb_ieee_setpfc()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
A D | dpaa2-eth-dcb.c | 7 struct ieee_pfc *pfc) in dpaa2_eth_dcbnl_ieee_getpfc() 62 struct ieee_pfc *pfc) in dpaa2_eth_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_dcb.c | 241 static int bnxt_hwrm_queue_pfc_cfg(struct bnxt *bp, struct ieee_pfc *pfc) in bnxt_hwrm_queue_pfc_cfg() 289 static int bnxt_hwrm_queue_pfc_qcfg(struct bnxt *bp, struct ieee_pfc *pfc) in bnxt_hwrm_queue_pfc_qcfg() 583 static int bnxt_dcbnl_ieee_getpfc(struct net_device *dev, struct ieee_pfc *pfc) in bnxt_dcbnl_ieee_getpfc() 623 static int bnxt_dcbnl_ieee_setpfc(struct net_device *dev, struct ieee_pfc *pfc) in bnxt_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/qlogic/qede/ |
A D | qede_dcbnl.c | 223 struct cee_pfc *pfc) in qede_dcbnl_cee_peer_getpfc() 239 struct ieee_pfc *pfc) in qede_dcbnl_ieee_getpfc() 247 struct ieee_pfc *pfc) in qede_dcbnl_ieee_setpfc() 292 struct ieee_pfc *pfc) in qede_dcbnl_ieee_peer_getpfc()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_dcbnl.c | 341 struct ieee_pfc *pfc) in mlx5e_dcbnl_ieee_getpfc() 361 struct ieee_pfc *pfc) in mlx5e_dcbnl_ieee_setpfc() 625 struct ieee_pfc pfc; in mlx5e_dcbnl_setall() local 794 struct ieee_pfc pfc; in mlx5e_dcbnl_get_priority_pfc() local 885 struct ieee_pfc pfc; in mlx5e_dcbnl_getpfcstate() local
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_dcb.c | 511 struct ieee_pfc *pfc) in mlxsw_sp_dcbnl_ieee_getpfc() 531 struct ieee_pfc *pfc) in mlxsw_sp_port_pfc_set() 545 struct ieee_pfc *pfc) in mlxsw_sp_dcbnl_ieee_setpfc()
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_dcbx.c | 522 u32 pfc, struct qed_dcbx_params *p_params) in qed_dcbx_get_pfc_data() 597 u32 pfc, struct qed_dcbx_params *p_params, bool ieee) in qed_dcbx_get_common_params() 1020 u32 *pfc, struct qed_dcbx_params *p_params) in qed_dcbx_set_pfc_data() 1988 static int qed_dcbnl_cee_peer_getpfc(struct qed_dev *cdev, struct cee_pfc *pfc) in qed_dcbnl_cee_peer_getpfc() 2033 struct ieee_pfc *pfc, bool remote) in qed_dcbnl_get_ieee_pfc() 2075 static int qed_dcbnl_ieee_getpfc(struct qed_dev *cdev, struct ieee_pfc *pfc) in qed_dcbnl_ieee_getpfc() 2080 static int qed_dcbnl_ieee_setpfc(struct qed_dev *cdev, struct ieee_pfc *pfc) in qed_dcbnl_ieee_setpfc() 2224 qed_dcbnl_ieee_peer_getpfc(struct qed_dev *cdev, struct ieee_pfc *pfc) in qed_dcbnl_ieee_peer_getpfc()
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_dcb.c | 287 static int hclge_ieee_getpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_getpfc() 310 static int hclge_ieee_setpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_setpfc()
|
/linux/arch/arm/boot/dts/ |
A D | emev2.dtsi | 198 pfc: pinctrl@e0140200 { label
|
A D | r8a7779.dtsi | 327 pfc: pinctrl@fffc0000 { label
|
A D | r8a7778.dtsi | 145 pfc: pinctrl@fffc0000 { label
|
A D | r8a7792.dtsi | 300 pfc: pinctrl@e6060000 { label
|
A D | r8a7740.dtsi | 314 pfc: pinctrl@e6050000 { label
|
/linux/drivers/net/ethernet/cavium/thunder/ |
A D | nic.h | 321 struct nicvf_pfc pfc; member 564 struct pfc { struct 565 u8 msg; 566 u8 get; /* Get or set PFC settings */ 567 u8 autoneg; 568 u8 fc_rx; 569 u8 fc_tx; 601 struct pfc pfc; member
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_dcb_nl.c | 561 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_getpfc() 586 struct ieee_pfc *pfc) in ixgbe_dcbnl_ieee_setpfc() 717 struct ieee_pfc pfc = {0}; in ixgbe_dcbnl_setdcbx() local
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_dcb_nl.c | 401 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_getpfc() 412 struct ieee_pfc *pfc) in mlx4_en_dcbnl_ieee_setpfc() 461 struct ieee_pfc pfc = {0}; in mlx4_en_dcbnl_setdcbx() local
|
/linux/drivers/net/ethernet/intel/i40e/ |
A D | i40e_dcb_nl.c | 74 struct ieee_pfc *pfc) in i40e_dcbnl_ieee_getpfc() 155 struct ieee_pfc *pfc) in i40e_dcbnl_ieee_setpfc()
|
/linux/net/dcb/ |
A D | dcbnl.c | 1094 struct ieee_pfc pfc; in dcbnl_ieee_fill() local 1147 struct ieee_pfc pfc; in dcbnl_ieee_fill() local 1337 struct cee_pfc pfc; in dcbnl_cee_fill() local 1469 struct ieee_pfc *pfc = nla_data(ieee[DCB_ATTR_IEEE_PFC]); in dcbnl_ieee_set() local
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_dcb_nl.c | 228 static int ice_dcbnl_getpfc(struct net_device *netdev, struct ieee_pfc *pfc) in ice_dcbnl_getpfc() 254 static int ice_dcbnl_setpfc(struct net_device *netdev, struct ieee_pfc *pfc) in ice_dcbnl_setpfc()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | port_buffer.c | 265 struct ieee_pfc *pfc, in mlx5e_port_manual_buffer_config()
|