Home
last modified time | relevance | path

Searched refs:flow_control (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.4/drivers/nfc/nfcmrvl/
Duart.c27 static unsigned int flow_control; variable
60 config->flow_control); in nfcmrvl_uart_nci_update_config()
91 pdata->flow_control = 1; in nfcmrvl_uart_parse_dt()
93 pdata->flow_control = 0; in nfcmrvl_uart_parse_dt()
130 config.flow_control = flow_control; in nfcmrvl_nci_uart_open()
225 module_param(flow_control, uint, 0);
226 MODULE_PARM_DESC(flow_control, "Tell if UART needs flow control at init.");
Dfw_dnld.h39 uint8_t flow_control; member
/Linux-v5.4/include/rdma/
Dib_cm.h139 unsigned int flow_control:1; member
155 unsigned int flow_control:1; member
393 u8 flow_control; member
419 u8 flow_control; member
Drdma_cm.h90 u8 flow_control; member
/Linux-v5.4/drivers/bluetooth/
Dbtrtl.h62 u32 *device_baudrate, bool *flow_control);
96 bool *flow_control) in btrtl_get_uart_settings() argument
Dbtrtl.c731 u32 *device_baudrate, bool *flow_control) in btrtl_get_uart_settings() argument
770 *flow_control = !!(entry->data[12] & BIT(2)); in btrtl_get_uart_settings()
772 *flow_control = false; in btrtl_get_uart_settings()
793 rtl_dev_dbg(hdev, "flow control %d", *flow_control); in btrtl_get_uart_settings()
Dhci_h5.c861 bool flow_control; in h5_btrtl_setup() local
870 &flow_control); in h5_btrtl_setup()
888 serdev_device_set_flow_control(h5->hu->serdev, flow_control); in h5_btrtl_setup()
/Linux-v5.4/include/linux/platform_data/
Dnfcmrvl.h35 unsigned int flow_control; member
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_ethtool.c484 u32 fc = aq_nic->aq_nic_cfg.flow_control; in aq_ethtool_get_pauseparam()
506 aq_nic->aq_hw->aq_nic_cfg->flow_control |= AQ_NIC_FC_RX; in aq_ethtool_set_pauseparam()
508 aq_nic->aq_hw->aq_nic_cfg->flow_control &= ~AQ_NIC_FC_RX; in aq_ethtool_set_pauseparam()
511 aq_nic->aq_hw->aq_nic_cfg->flow_control |= AQ_NIC_FC_TX; in aq_ethtool_set_pauseparam()
513 aq_nic->aq_hw->aq_nic_cfg->flow_control &= ~AQ_NIC_FC_TX; in aq_ethtool_set_pauseparam()
Daq_nic.c78 cfg->flow_control = AQ_CFG_FC_MODE; in aq_nic_cfg_start()
813 if (self->aq_nic_cfg.aq_hw_caps->flow_control) in aq_nic_get_link_ksettings()
849 if (self->aq_nic_cfg.flow_control & AQ_NIC_FC_RX) in aq_nic_get_link_ksettings()
854 if (!!(self->aq_nic_cfg.flow_control & AQ_NIC_FC_TX) ^ in aq_nic_get_link_ksettings()
855 !!(self->aq_nic_cfg.flow_control & AQ_NIC_FC_RX)) in aq_nic_get_link_ksettings()
Daq_nic.h35 u32 flow_control; member
Daq_hw.h53 bool flow_control; member
/Linux-v5.4/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_map.h21 } flow_control; member
/Linux-v5.4/drivers/net/ethernet/amd/
Dau1000_eth.h64 u32 flow_control; member
/Linux-v5.4/drivers/net/ethernet/marvell/
Dskge.c557 ecmd->rx_pause = ((skge->flow_control == FLOW_MODE_SYMMETRIC) || in skge_get_pauseparam()
558 (skge->flow_control == FLOW_MODE_SYM_OR_REM)); in skge_get_pauseparam()
560 (skge->flow_control == FLOW_MODE_LOC_SEND)); in skge_get_pauseparam()
575 skge->flow_control = ecmd->autoneg ? FLOW_MODE_NONE : FLOW_MODE_SYMMETRIC; in skge_set_pauseparam()
578 skge->flow_control = FLOW_MODE_SYMMETRIC; in skge_set_pauseparam()
580 skge->flow_control = FLOW_MODE_SYM_OR_REM; in skge_set_pauseparam()
582 skge->flow_control = FLOW_MODE_LOC_SEND; in skge_set_pauseparam()
584 skge->flow_control = FLOW_MODE_NONE; in skge_set_pauseparam()
1363 phy_pause_map[skge->flow_control] | PHY_AN_CSMA); in bcom_phy_init()
1393 ctrl |= fiber_pause_map[skge->flow_control]; in xm_phy_init()
[all …]
Dsky2.h2207 enum flow_control { enum
2271 enum flow_control flow_mode;
2272 enum flow_control flow_status;
/Linux-v5.4/include/linux/
Dti_wilink_st.h327 u32 flow_control; member
/Linux-v5.4/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c780 struct hbm_flow_control *flow_control = in recv_hbm() local
787 if (cl->host_client_id == flow_control->host_addr && in recv_hbm()
789 flow_control->fw_addr) { in recv_hbm()
/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/hw_atl/
Dhw_atl_utils_fw2x.c172 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_RX) in aq_fw2x_set_mpi_flow_control()
177 if (self->aq_nic_cfg->flow_control & AQ_NIC_FC_TX) in aq_fw2x_set_mpi_flow_control()
Dhw_atl_a0.c41 .flow_control = true, \
158 is_rx_flow_control = (AQ_NIC_FC_RX & self->aq_nic_cfg->flow_control); in hw_atl_a0_hw_qos_set()
/Linux-v5.4/include/uapi/rdma/
Drdma_user_cm.h194 __u8 flow_control; member
/Linux-v5.4/drivers/mtd/nand/raw/
Dqcom_nandc.c894 bool flow_control) in prep_adm_dma_desc() argument
927 slave_conf.device_fc = flow_control; in prep_adm_dma_desc()
973 bool flow_control = false; in read_reg_dma() local
987 flow_control = true; in read_reg_dma()
990 num_regs * sizeof(u32), flow_control); in read_reg_dma()
1004 bool flow_control = false; in write_reg_dma() local
1031 flow_control = true; in write_reg_dma()
1034 num_regs * sizeof(u32), flow_control); in write_reg_dma()
/Linux-v5.4/drivers/usb/serial/
Dkeyspan.c598 enum {flow_none, flow_cts, flow_xon} flow_control; member
666 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_set_termios()
1573 p_priv->flow_control = (cflag & CRTSCTS) ? flow_cts : flow_none; in keyspan_open()
2120 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa26_send_setup()
2236 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa28_send_setup()
2390 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa49_send_setup()
2569 if (p_priv->flow_control == flow_cts) in keyspan_usa90_send_setup()
2692 msg.ctsFlowControl = (p_priv->flow_control == flow_cts); in keyspan_usa67_send_setup()
/Linux-v5.4/drivers/staging/greybus/
Duart.c48 __u8 flow_control; member
540 newline.flow_control |= GB_SERIAL_AUTO_RTSCTS_EN; in gb_tty_set_termios()
542 newline.flow_control &= ~GB_SERIAL_AUTO_RTSCTS_EN; in gb_tty_set_termios()
/Linux-v5.4/include/acpi/
Dactbl3.h113 u8 flow_control; member

12