| /linux/net/bluetooth/rfcomm/ |
| H A D | core.c | 979 pn->flow_ctrl = cr ? 0xf0 : 0xe0; in rfcomm_send_pn() 982 pn->flow_ctrl = 0; in rfcomm_send_pn() 1024 rpn->flow_ctrl = flow_ctrl_settings; in rfcomm_send_rpn() 1408 d, d->state, d->dlci, pn->mtu, pn->flow_ctrl, pn->credits); in rfcomm_apply_pn() 1410 if ((pn->flow_ctrl == 0xf0 && s->cfc != RFCOMM_CFC_DISABLED) || in rfcomm_apply_pn() 1411 pn->flow_ctrl == 0xe0) { in rfcomm_apply_pn() 1493 u8 flow_ctrl = 0; in rfcomm_recv_rpn() local 1499 dlci, cr, len, rpn->bit_rate, rpn->line_settings, rpn->flow_ctrl, in rfcomm_recv_rpn() 1511 flow_ctrl = RFCOMM_RPN_FLOW_NONE; in rfcomm_recv_rpn() 1557 flow_ctrl in rfcomm_recv_rpn() [all...] |
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_mux.h | 103 u8 flow_ctrl; /* 0: Flow control disabled (flow allowed). */ member 115 u8 flow_ctrl; /* 0: Flow control disabled (flow allowed). */ member
|
| H A D | iosm_ipc_mux.c | 62 param.open_session.flow_ctrl = 0; in ipc_mux_session_open_send()
|
| /linux/drivers/dma/ |
| H A D | ste_dma40.h | 74 enum stedma40_flow_ctrl flow_ctrl; member
|
| H A D | ste_dma40_ll.c | 79 if (cfg->src_info.flow_ctrl == STEDMA40_NO_FLOW_CTRL) in d40_phy_cfg() 90 if (cfg->dst_info.flow_ctrl == STEDMA40_NO_FLOW_CTRL) in d40_phy_cfg()
|
| H A D | ste_dma40.c | 115 .src_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL, 119 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL, 129 .src_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL, 133 .dst_info.flow_ctrl = STEDMA40_NO_FLOW_CTRL, 2661 info->flow_ctrl = STEDMA40_NO_FLOW_CTRL; in dma40_config_to_halfchannel()
|
| /linux/include/net/bluetooth/ |
| H A D | rfcomm.h | 124 u8 flow_ctrl; member 136 u8 flow_ctrl; member
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.c | 1371 if (vars->flow_ctrl & BNX2X_FLOW_CTRL_RX) in bnx2x_update_pfc_xmac() 1375 if (vars->flow_ctrl & BNX2X_FLOW_CTRL_TX) in bnx2x_update_pfc_xmac() 1586 if (!(vars->flow_ctrl & BNX2X_FLOW_CTRL_TX)) in bnx2x_umac_enable() 1589 if (!(vars->flow_ctrl & BNX2X_FLOW_CTRL_RX)) in bnx2x_umac_enable() 1638 ((vars->flow_ctrl & BNX2X_FLOW_CTRL_TX) != 0), 1); in bnx2x_umac_enable() 1797 ((vars->flow_ctrl & BNX2X_FLOW_CTRL_TX) != 0), 1); in bnx2x_xmac_enable() 1853 if (vars->flow_ctrl & BNX2X_FLOW_CTRL_RX) in bnx2x_emac_enable() 1858 if (vars->flow_ctrl & BNX2X_FLOW_CTRL_TX) in bnx2x_emac_enable() 1925 (vars->flow_ctrl & BNX2X_FLOW_CTRL_TX)) in bnx2x_emac_enable() 1948 (vars->flow_ctrl & BNX2X_FLOW_CTRL_RX)) in bnx2x_update_pfc_bmac1() [all …]
|
| H A D | bnx2x_link.h | 357 u16 flow_ctrl; member
|
| H A D | bnx2x_cmn.c | 1238 if (bp->link_vars.flow_ctrl & BNX2X_FLOW_CTRL_RX) in bnx2x_fill_report_data() 1243 if (bp->link_vars.flow_ctrl & BNX2X_FLOW_CTRL_TX) in bnx2x_fill_report_data()
|
| /linux/net/nfc/nci/ |
| H A D | uart.c | 403 void nci_uart_set_config(struct nci_uart *nu, int baudrate, int flow_ctrl) in nci_uart_set_config() argument 415 if (flow_ctrl) in nci_uart_set_config()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac100_core.c | 164 .flow_ctrl = dwmac100_flow_ctrl,
|
| H A D | stmmac_main.c | 94 static int flow_ctrl = 0xdead; variable 95 module_param(flow_ctrl, int, 0644); 96 MODULE_PARM_DESC(flow_ctrl, "Flow control ability [on/off] (obsolete)"); 243 if (flow_ctrl != 0xdead) in stmmac_verify_args() 877 unsigned int flow_ctrl) in stmmac_mac_flow_ctrl() argument 881 stmmac_flow_ctrl(priv, priv->hw, duplex, flow_ctrl, priv->pause_time, in stmmac_mac_flow_ctrl() 961 unsigned int flow_ctrl; in stmmac_mac_link_up() local 1041 flow_ctrl = FLOW_AUTO; in stmmac_mac_link_up() 1043 flow_ctrl = FLOW_RX; in stmmac_mac_link_up() 1045 flow_ctrl = FLOW_TX; in stmmac_mac_link_up() [all …]
|
| /linux/drivers/net/ethernet/3com/ |
| H A D | 3c59x.c | 627 flow_ctrl:1, /* Use 802.3x flow control (PAUSE only) */ member 790 static int flow_ctrl[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 }; variable 810 module_param_array(flow_ctrl, int, NULL, 0); 827 MODULE_PARM_DESC(flow_ctrl, "3c59x 802.3x flow control usage (PAUSE only) (0-1)"); 1245 if (flow_ctrl[card_idx] > 0) in vortex_probe1() 1246 vp->flow_ctrl = 1; in vortex_probe1() 1526 ((vp->full_duplex && vp->flow_ctrl && vp->partner_flow_ctrl) ? in vortex_set_duplex()
|
| /linux/drivers/net/ethernet/cortina/ |
| H A D | gemini.h | 730 unsigned int flow_ctrl:1; member
|
| /linux/drivers/sbus/char/ |
| H A D | oradax.c | 151 u64 flow_ctrl:2; /* 63:62 Flow Control Type */ member
|
| /linux/drivers/net/ethernet/micrel/ |
| H A D | ksz884x.c | 1271 u8 flow_ctrl; member 2822 switch (port->flow_ctrl) { in advertised_flow_ctrl() 5989 port->flow_ctrl = PHY_NO_FLOW_CTRL; in netdev_set_pauseparam() 5991 port->flow_ctrl = PHY_FLOW_CTRL; in netdev_set_pauseparam() 6700 port->flow_ctrl = PHY_FLOW_CTRL; in pcidev_init()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| H A D | fun_hci.h | 725 __u8 flow_ctrl; member
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_fw.h | 130 __le32 flow_ctrl; member
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 159 flow_ctrl=N1,N2,N3...
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 140 flow_ctrl section in Command Line Parameters
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 11899 const char *flow_ctrl; in bnxt_report_link() local 11915 flow_ctrl = "ON - receive & transmit"; in bnxt_report_link() 11917 flow_ctrl = "ON - transmit"; in bnxt_report_link() 11919 flow_ctrl = "ON - receive"; in bnxt_report_link() 11921 flow_ctrl = "none"; in bnxt_report_link() 11941 speed, signal, duplex, flow_ctrl); in bnxt_report_link()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 1915 static u16 tg3_advert_flowctrl_1000X(u8 flow_ctrl) in tg3_advert_flowctrl_1000X() argument 1919 if ((flow_ctrl & FLOW_CTRL_TX) && (flow_ctrl & FLOW_CTRL_RX)) in tg3_advert_flowctrl_1000X() 1921 else if (flow_ctrl & FLOW_CTRL_TX) in tg3_advert_flowctrl_1000X() 1923 else if (flow_ctrl & FLOW_CTRL_RX) in tg3_advert_flowctrl_1000X()
|
| H A D | bnx2.h | 6950 u8 flow_ctrl; /* actual flow ctrl settings */ member
|