HomeSort by relevance Sort by last modified time
    Searched refs:flow_ctrl (Results 1 - 3 of 3) sorted by null

  /device/linaro/hikey/wpan/uim/
uim.c 241 static int set_custom_baud_rate(int dev_fd, int baud_rate, int flow_ctrl)
256 if (flow_ctrl)
288 int ldisc, len, fd, flow_ctrl; local
343 sscanf((const char*)buf, "%d", &flow_ctrl);
391 UIM_VER("Speed changing to %d, %d", cust_baud_rate, flow_ctrl);
393 if (set_custom_baud_rate(dev_fd, cust_baud_rate, flow_ctrl) < 0) {
  /external/syslinux/gpxe/src/drivers/net/
bnx2.c 363 if (bp->flow_ctrl) {
364 if (bp->flow_ctrl & FLOW_CTRL_RX) {
366 if (bp->flow_ctrl & FLOW_CTRL_TX)
388 bp->flow_ctrl = 0;
393 bp->flow_ctrl = bp->req_flow_ctrl;
408 bp->flow_ctrl |= FLOW_CTRL_TX;
410 bp->flow_ctrl |= FLOW_CTRL_RX;
438 bp->flow_ctrl = FLOW_CTRL_TX | FLOW_CTRL_RX;
441 bp->flow_ctrl = FLOW_CTRL_RX;
446 bp->flow_ctrl = FLOW_CTRL_TX | FLOW_CTRL_RX
    [all...]
bnx2.h 4149 u8 flow_ctrl; \/* actual flow ctrl settings *\/ member in struct:bnx2
    [all...]

Completed in 423 milliseconds