Home
last modified time | relevance | path

Searched refs:LLC_CONN_STATE_AWAIT_BUSY (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/llc/
H A Dllc_c_st.c1998 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
2020 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
2042 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
2065 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
2853 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
3268 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
3358 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
3374 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
3390 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
3429 .next_state = LLC_CONN_STATE_AWAIT_BUSY,
[all …]
H A Dllc_proc.c167 [LLC_CONN_STATE_AWAIT_BUSY] = "await_busy",
/openbmc/linux/include/net/
H A Dllc_c_st.h28 #define LLC_CONN_STATE_AWAIT_BUSY 7 /* connected state */ macro