Home
last modified time | relevance | path

Searched refs:flow_ctrl (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c216 hcc_tx_queues->queues[i].flow_ctrl.enable = HI_TRUE;
217 hcc_tx_queues->queues[i].flow_ctrl.flow_type = HCC_FLOWCTRL_SDIO;
218 hcc_tx_queues->queues[i].flow_ctrl.is_stopped = HI_FALSE;
219 hcc_tx_queues->queues[i].flow_ctrl.low_waterline = THRESHOLD_SIZE_512_BYTES;
220 hcc_tx_queues->queues[i].flow_ctrl.high_waterline = THRESHOLD_SIZE_1024_BYTES;
224 hcc_rx_queues->queues[i].flow_ctrl.enable = HI_TRUE;
225 hcc_rx_queues->queues[i].flow_ctrl.is_stopped = HI_FALSE;
226 hcc_rx_queues->queues[i].flow_ctrl.low_waterline = THRESHOLD_SIZE_128_BYTES;
227 hcc_rx_queues->queues[i].flow_ctrl.high_waterline = THRESHOLD_SIZE_512_BYTES;
230 /* Additional high priority flow_ctrl setting
[all...]
H A Dhcc_host.h122 hcc_flow_ctrl_stru flow_ctrl; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Dhi_uart.c278 hi_u32 hi_uart_set_flow_ctrl(hi_uart_idx id, hi_flow_ctrl flow_ctrl) in hi_uart_set_flow_ctrl() argument
284 if (port_num >= UART_NUM || flow_ctrl > HI_FLOW_CTRL_CTS_ONLY) { in hi_uart_set_flow_ctrl()
292 uart_attr.flow_ctrl = (hi_u8) flow_ctrl; in hi_uart_set_flow_ctrl()
H A Dserial_dw.h39 hi_u8 flow_ctrl; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */ member
H A Duart_drv.h80 hi_u8 flow_ctrl; /**< 0: disable flow ctrl; 1: enable rts and cts; 2: enable rts only; 3: enable cts only. member
H A Duart_drv.c560 uart_param.flow_ctrl = udd->attr.flow_ctrl; in uart_drv_set_attr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_uart.h283 * @param flow_ctrl [IN] type #hi_flow_ctrl,haredware flow control mode.
292 hi_u32 hi_uart_set_flow_ctrl(hi_uart_idx id, hi_flow_ctrl flow_ctrl);
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h184 unsigned int flow_ctrl; member
H A Dhwif.h329 void (*flow_ctrl)(struct mac_device_info *hw, unsigned int duplex, member
432 stmmac_do_void_callback(__priv, mac, flow_ctrl, __args)
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dstmmac.h184 unsigned int flow_ctrl; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_boot_rom.h411 hi_uchar flow_ctrl; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dhi_boot_rom.h411 hi_uchar flow_ctrl; /* 0: None; 1:rts&&cts. 2:only rts; 3:only cts */ member

Completed in 14 milliseconds