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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Drfcomm.h124 u8 flow_ctrl; member in struct:rfcomm_pn
136 u8 flow_ctrl; member in struct:rfcomm_rpn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm_msgs.h203 u8 flow_ctrl)
205 req_msg->offset40 = cpu_to_be32((flow_ctrl & 0x1) |
570 u8 flow_ctrl)
573 (flow_ctrl & 0x1));
202 cm_req_set_flow_ctrl(struct cm_req_msg *req_msg, u8 flow_ctrl) argument
569 cm_rep_set_flow_ctrl(struct cm_rep_msg *rep_msg, u8 flow_ctrl) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dcore.c809 pn->flow_ctrl = cr ? 0xf0 : 0xe0;
812 pn->flow_ctrl = 0;
854 rpn->flow_ctrl = flow_ctrl_settings;
1244 d, d->state, d->dlci, pn->mtu, pn->flow_ctrl, pn->credits);
1246 if ((pn->flow_ctrl == 0xf0 && s->cfc != RFCOMM_CFC_DISABLED) ||
1247 pn->flow_ctrl == 0xe0) {
1329 u8 flow_ctrl = 0; local
1335 dlci, cr, len, rpn->bit_rate, rpn->line_settings, rpn->flow_ctrl,
1347 flow_ctrl = RFCOMM_RPN_FLOW_NONE;
1393 flow_ctrl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Disicom.c699 unsigned char flow_ctrl; local
777 flow_ctrl = 0;
781 flow_ctrl |= ISICOM_CTSRTS;
784 flow_ctrl |= ISICOM_RESPOND_XONXOFF;
786 flow_ctrl |= ISICOM_INITIATE_XONXOFF;
790 outw(flow_ctrl << 8 | 0x05, base);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c441 unsigned int flow_ctrl:1; /* Use 802.3x flow control. */ member in struct:speedo_private
1015 sp->flow_ctrl = sp->partner = 0;
1168 int flow_ctrl = sp->mii_if.advertising & partner & 0x0400 ? 1 : 0; local
1175 if (flow_ctrl != sp->flow_ctrl) {
1176 sp->flow_ctrl = flow_ctrl;
2276 sp->flow_ctrl = sp->partner = 0;
H A Dbnx2.c618 if (bp->flow_ctrl) {
619 if (bp->flow_ctrl & FLOW_CTRL_RX) {
621 if (bp->flow_ctrl & FLOW_CTRL_TX)
644 bp->flow_ctrl = 0;
649 bp->flow_ctrl = bp->req_flow_ctrl;
664 bp->flow_ctrl |= FLOW_CTRL_TX;
666 bp->flow_ctrl |= FLOW_CTRL_RX;
694 bp->flow_ctrl = FLOW_CTRL_TX | FLOW_CTRL_RX;
697 bp->flow_ctrl = FLOW_CTRL_RX;
702 bp->flow_ctrl
[all...]
H A D3c59x.c618 flow_ctrl:1, /* Use 802.3x flow control (PAUSE only) */ member in struct:vortex_private
733 static int flow_ctrl[MAX_UNITS] = {[0 ... MAX_UNITS-1] = -1 }; variable
752 module_param_array(flow_ctrl, int, NULL, 0);
769 MODULE_PARM_DESC(flow_ctrl, "3c59x 802.3x flow control usage (PAUSE only) (0-1)");
1151 if (flow_ctrl[card_idx] > 0)
1152 vp->flow_ctrl = 1;
1456 ((vp->full_duplex && vp->flow_ctrl && vp->partner_flow_ctrl) ?
H A Dbnx2.h6632 u8 flow_ctrl; /* actual flow ctrl settings */ member in struct:bnx2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_fw.h189 __le32 flow_ctrl; member in struct:isp_reg::__anon6979::__anon6980

Completed in 243 milliseconds