Home
last modified time | relevance | path

Searched refs:LAPB_OK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/lapb/
H A Dlapb_iface.c165 rc = LAPB_OK; in lapb_register()
203 rc = LAPB_OK; in lapb_unregister()
240 rc = LAPB_OK; in lapb_getparms()
276 rc = LAPB_OK; in lapb_setparms()
295 rc = LAPB_OK; in lapb_connect_request()
308 rc = LAPB_OK; in lapb_connect_request()
332 return LAPB_OK; in __lapb_disconnect_request()
345 return LAPB_OK; in __lapb_disconnect_request()
383 rc = LAPB_OK; in lapb_data_request()
402 rc = LAPB_OK; in lapb_data_received()
H A Dlapb_in.c64 lapb_connect_indication(lapb, LAPB_OK); in lapb_state0_machine()
84 lapb_connect_indication(lapb, LAPB_OK); in lapb_state0_machine()
162 lapb_connect_confirmation(lapb, LAPB_OK); in lapb_state1_machine()
211 lapb_disconnect_confirmation(lapb, LAPB_OK); in lapb_state2_machine()
308 lapb_disconnect_indication(lapb, LAPB_OK); in lapb_state3_machine()
497 lapb_connect_indication(lapb, LAPB_OK); in lapb_state4_machine()
517 lapb_connect_indication(lapb, LAPB_OK); in lapb_state4_machine()
/openbmc/linux/drivers/net/wan/
H A Dhdlc_x25.c141 if (result != LAPB_OK) in x25_xmit()
148 if (result != LAPB_OK) { in x25_xmit()
160 if (result != LAPB_OK) { in x25_xmit()
195 if (result != LAPB_OK) in x25_open()
199 if (result != LAPB_OK) in x25_open()
214 if (result != LAPB_OK) in x25_open()
257 if (lapb_data_received(dev, skb) == LAPB_OK) { in x25_rx()
H A Dlapbether.c142 if (err != LAPB_OK) { in lapbeth_rcv()
206 lapbeth_connected(dev, LAPB_OK); in lapbeth_xmit()
207 else if (err != LAPB_OK) in lapbeth_xmit()
213 lapbeth_disconnected(dev, LAPB_OK); in lapbeth_xmit()
214 else if (err != LAPB_OK) in lapbeth_xmit()
224 if (err != LAPB_OK) { in lapbeth_xmit()
327 if (err != LAPB_OK) { in lapbeth_open()
350 if (err != LAPB_OK) in lapbeth_close()
/openbmc/linux/Documentation/networking/
H A Dlapb-module.rst125 LAPB_OK LAPB registered successfully.
140 LAPB_OK LAPB unregistered successfully.
153 LAPB_OK LAPB getparms was successful.
168 LAPB_OK LAPB getparms was successful.
181 LAPB_OK LAPB is starting to connect.
193 LAPB_OK LAPB is starting to disconnect.
207 LAPB_OK LAPB has accepted the data.
223 LAPB_OK LAPB has accepted the data.
241 always LAPB_OK.
248 system. The value of reason is always LAPB_OK.
[all …]
/openbmc/linux/include/linux/
H A Dlapb.h14 #define LAPB_OK 0 macro