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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Dax25_subr.c155 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) argument
171 *dptr |= (poll_bit) ? AX25_PF : 0;
178 *dptr |= (poll_bit) ? AX25_PF : 0;
183 dptr[1] |= (poll_bit) ? AX25_EPF : 0;
H A Dax25_out.c203 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) argument
216 *frame |= (poll_bit) ? AX25_PF : 0;
224 frame[1] = (poll_bit) ? AX25_EPF : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_out.c40 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) argument
52 frame[1] = poll_bit ? LAPB_EPF : 0;
58 *frame |= poll_bit ? LAPB_SPF : 0;
65 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr);
H A Dlapb_subr.c229 int poll_bit, int type)
243 *dptr |= poll_bit ? LAPB_SPF : 0;
248 dptr[1] |= poll_bit ? LAPB_EPF : 0;
253 *dptr |= poll_bit ? LAPB_SPF : 0;
228 lapb_send_control(struct lapb_cb *lapb, int frametype, int poll_bit, int type) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsis900.c531 u16 poll_bit = MII_STAT_LINK, status = 0; local
616 while (poll_bit) {
619 poll_bit ^= (mdio_read(net_dev, sis_priv->cur_phy, MII_STATUS) & poll_bit);

Completed in 169 milliseconds