Lines Matching defs:state
21 enum xenbus_state state);
80 seq_printf(m, "NAPI state: %lx NAPI weight: %d TX queue len %u\n"
83 queue->napi.state, queue->napi.weight,
287 enum xenbus_state state)
291 pr_debug("%s -> %s\n", dev->nodename, xenbus_strstate(state));
292 be->state = state;
295 * actual xenbus state change.
298 xenbus_switch_state(dev, state);
301 /* Handle backend state transitions:
303 * The backend state starts in Initialising and the following transitions are
318 * The state argument specifies the eventual state of the backend and the
319 * function transitions to that state via the shortest path.
322 enum xenbus_state state)
324 while (be->state != state) {
325 switch (be->state) {
327 switch (state) {
341 switch (state) {
354 switch (state) {
368 switch (state) {
380 switch (state) {
415 * Callback received when the frontend's state changes.
458 xenbus_dev_fatal(dev, -EINVAL, "saw state %d at frontend",
673 /* Complete any pending state change */
674 xenbus_switch_state(be->dev, be->state);