Searched refs:poll_bit (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/lapb/
H A Dlapb_out.c41 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) argument
53 frame[1] = poll_bit ? LAPB_EPF : 0;
59 *frame |= poll_bit ? LAPB_SPF : 0;
66 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr);
H A Dlapb_subr.c230 int poll_bit, int type)
244 *dptr |= poll_bit ? LAPB_SPF : 0;
249 dptr[1] |= poll_bit ? LAPB_EPF : 0;
254 *dptr |= poll_bit ? LAPB_SPF : 0;
229 lapb_send_control(struct lapb_cb *lapb, int frametype, int poll_bit, int type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_subr.c151 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) argument
167 *dptr |= (poll_bit) ? AX25_PF : 0;
174 *dptr |= (poll_bit) ? AX25_PF : 0;
179 dptr[1] |= (poll_bit) ? AX25_EPF : 0;
H A Dax25_out.c216 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) argument
229 *frame |= (poll_bit) ? AX25_PF : 0;
237 frame[1] = (poll_bit) ? AX25_EPF : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.c533 u16 poll_bit = MII_STAT_LINK, status = 0; local
618 while (poll_bit) {
621 poll_bit ^= (mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS) & poll_bit);

Completed in 101 milliseconds