Searched refs:poll_bit (Results 1 – 4 of 4) sorted by relevance
/net/lapb/ |
D | lapb_out.c | 42 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) in lapb_send_iframe() argument 54 frame[1] = poll_bit ? LAPB_EPF : 0; in lapb_send_iframe() 60 *frame |= poll_bit ? LAPB_SPF : 0; in lapb_send_iframe() 66 lapb->dev, lapb->state, poll_bit, lapb->vs, lapb->vr); in lapb_send_iframe()
|
D | lapb_subr.c | 229 int poll_bit, int type) in lapb_send_control() argument 243 *dptr |= poll_bit ? LAPB_SPF : 0; in lapb_send_control() 248 dptr[1] |= poll_bit ? LAPB_EPF : 0; in lapb_send_control() 253 *dptr |= poll_bit ? LAPB_SPF : 0; in lapb_send_control()
|
/net/ax25/ |
D | ax25_subr.c | 150 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control() argument 166 *dptr |= (poll_bit) ? AX25_PF : 0; in ax25_send_control() 173 *dptr |= (poll_bit) ? AX25_PF : 0; in ax25_send_control() 178 dptr[1] |= (poll_bit) ? AX25_EPF : 0; in ax25_send_control()
|
D | ax25_out.c | 215 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe() argument 228 *frame |= (poll_bit) ? AX25_PF : 0; in ax25_send_iframe() 236 frame[1] = (poll_bit) ? AX25_EPF : 0; in ax25_send_iframe()
|