Searched refs:transitions (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/net/
H A Dllc_s_st.h33 struct llc_sap_state_trans **transitions; member in struct:llc_sap_state
H A Dllc_c_st.h48 struct llc_conn_state_trans **transitions; member in struct:llc_conn_state
/linux-master/net/llc/
H A Dllc_s_st.c2 * llc_s_st.c - Defines SAP component state machine transitions.
4 * The followed transitions are SAP component state machine transitions
177 .transitions = llc_sap_inactive_state_transitions,
181 .transitions = llc_sap_active_state_transitions,
H A Dllc_c_st.c26 /* COMMON CONNECTION STATE transitions
27 * Common transitions for
35 /* State transitions for LLC_CONN_EV_DISC_REQ event */
52 /* State transitions for LLC_CONN_EV_RESET_REQ event */
69 /* State transitions for LLC_CONN_EV_RX_SABME_CMD_Pbit_SET_X event */
89 /* State transitions for LLC_CONN_EV_RX_DISC_CMD_Pbit_SET_X event */
105 /* State transitions for LLC_CONN_EV_RX_FRMR_RSP_Fbit_SET_X event */
124 /* State transitions for LLC_CONN_EV_RX_DM_RSP_Fbit_SET_X event */
139 /* State transitions for LLC_CONN_EV_RX_ZZZ_CMD_Pbit_SET_X_INVAL_Nr event */
155 /* State transitions fo
[all...]
H A Dllc_sap.c128 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++)
H A Dllc_conn.c400 for (next_trans = curr_state->transitions +
629 * llc_find_next_offset - finds offset for next category of transitions
633 * Finds offset of next category of transitions in transition table.
641 for (next_trans = state->transitions + offset;
670 * llc_find_offset - finds start offset of category of transitions
674 * Finds start offset of desired category of transitions. Returns the
/linux-master/net/bridge/
H A Dbr_private_mrp.h126 __be16 transitions; member in struct:br_mrp_ring_test_hdr
135 __be16 transitions; member in struct:br_mrp_in_test_hdr
H A Dbr_mrp.c203 hdr->transitions = cpu_to_be16(mrp->ring_transitions);
260 hdr->transitions = cpu_to_be16(mrp->in_transitions);
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c35 * list when storing the transitions may not be negligible.
42 * transitions on a matrix based representation can be overkill given
43 * most of the transitions won't happen and we end up with a matrix
44 * filled with zero. Instead, we show the transitions which actually
48 * transitions and the durations are stored in lists.
50 * @total: the number of transitions for this cooling device
53 * @transitions: an array of lists containing the state transitions
60 struct list_head transitions[CDEVSTATS_HASH_SIZE]; member in struct:cdev_debugfs
68 * related to the transitions an
313 struct list_head *transitions = cdev_dbg->transitions; local
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1356 static const struct b43legacy_lopair transitions[8] = { local
1410 transitions[j - 1].high;
1411 transition.low = tmp_pair.low + transitions[j - 1].low;

Completed in 239 milliseconds