Home
last modified time | relevance | path

Searched refs:flow_ctrl (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c750 pn->flow_ctrl = cr ? 0xf0 : 0xe0; in rfcomm_send_pn()
753 pn->flow_ctrl = 0; in rfcomm_send_pn()
792 rpn->flow_ctrl = flow_ctrl_settings; in rfcomm_send_rpn()
1141 d, d->state, d->dlci, pn->mtu, pn->flow_ctrl, pn->credits); in rfcomm_apply_pn()
1143 if (pn->flow_ctrl == 0xf0 || pn->flow_ctrl == 0xe0) { in rfcomm_apply_pn()
1219 u8 flow_ctrl = 0; in rfcomm_recv_rpn() local
1225 dlci, cr, len, rpn->bit_rate, rpn->line_settings, rpn->flow_ctrl, in rfcomm_recv_rpn()
1237 flow_ctrl = RFCOMM_RPN_FLOW_NONE; in rfcomm_recv_rpn()
1278 flow_ctrl = rpn->flow_ctrl; in rfcomm_recv_rpn()
1279 if (flow_ctrl != RFCOMM_RPN_FLOW_NONE) { in rfcomm_recv_rpn()
[all …]
/linux-2.4.37.9/include/net/bluetooth/
Drfcomm.h131 u8 flow_ctrl; member
143 u8 flow_ctrl; member
/linux-2.4.37.9/drivers/net/
Deepro100.c491 unsigned int flow_ctrl:1; /* Use 802.3x flow control. */ member
1037 sp->flow_ctrl = sp->partner = 0; in speedo_open()
1190 int flow_ctrl = sp->mii_if.advertising & partner & 0x0400 ? 1 : 0; in speedo_timer() local
1197 if (flow_ctrl != sp->flow_ctrl) { in speedo_timer()
1198 sp->flow_ctrl = flow_ctrl; in speedo_timer()
2343 sp->flow_ctrl = sp->partner = 0;
D3c59x.c284 MODULE_PARM(flow_ctrl, "1-" __MODULE_STRING(8) "i");
299 MODULE_PARM_DESC(flow_ctrl, "3c59x 802.3x flow control usage (PAUSE only) (0-1)");
815 flow_ctrl:1, /* Use 802.3x flow control (PAUSE only) */ member
909 static int flow_ctrl[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1}; variable
1184 if (flow_ctrl[card_idx] > 0) in vortex_probe1()
1185 vp->flow_ctrl = 1; in vortex_probe1()
1561 ((vp->full_duplex && vp->flow_ctrl && vp->partner_flow_ctrl) ? 0x100 : 0), in vortex_up()
1789 ((vp->full_duplex && vp->flow_ctrl && vp->partner_flow_ctrl) ? 0x100 : 0), in vortex_timer()
/linux-2.4.37.9/drivers/char/
Disicom.c714 unsigned char flow_ctrl; in isicom_config_port() local
792 flow_ctrl = 0; in isicom_config_port()
796 flow_ctrl |= ISICOM_CTSRTS; in isicom_config_port()
799 flow_ctrl |= ISICOM_RESPOND_XONXOFF; in isicom_config_port()
801 flow_ctrl |= ISICOM_INITIATE_XONXOFF; in isicom_config_port()
810 outw(flow_ctrl << 8 | 0x05, base); in isicom_config_port()
/linux-2.4.37.9/arch/cris/drivers/
Dsync_serial.c363 IO_STATE(R_SYNC_SERIAL1_CTRL, flow_ctrl, enabled) | in initialize_port()
614 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, flow_ctrl, enabled); in sync_serial_ioctl()
616 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, flow_ctrl, disabled); in sync_serial_ioctl()
658 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, flow_ctrl, disabled); in sync_serial_ioctl()
/linux-2.4.37.9/Documentation/networking/
Dvortex.txt140 flow_ctrl=N1,N2,N3...