Home
last modified time | relevance | path

Searched defs:poll_bit (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/lapb/
H A Dlapb_out.c37 static void lapb_send_iframe(struct lapb_cb *lapb, struct sk_buff *skb, int poll_bit) in lapb_send_iframe()
H A Dlapb_subr.c222 int poll_bit, int type) in lapb_send_control()
/openbmc/linux/net/ax25/
H A Dax25_subr.c147 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control()
H A Dax25_out.c211 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe()
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.c609 u16 poll_bit = MII_STAT_LINK, status = 0; in sis900_mii_probe() local