Searched refs:lp_state (Results 1 – 6 of 6) sorted by relevance
21 #define LP_STATE_PR_ARG __entry->lp_state ? "lp ready" : "lp not ready"24 TP_PROTO(struct mt792x_dev *dev, u8 lp_state),26 TP_ARGS(dev, lp_state),30 __field(u8, lp_state)35 __entry->lp_state = lp_state;
348 info->lip_state = lp->lp_state; in lacp_fill_actorinfo()483 old_state = lp->lp_state; in lacp_linkstate()499 if (old_state != lp->lp_state || old_key != lp->lp_key) { in lacp_linkstate()513 if ((lp->lp_state & LACP_STATE_AGGREGATION) == 0) in lacp_tick()567 lp->lp_state = LACP_STATE_ACTIVITY; in lacp_port_create()671 lp->lp_state &= ~LACP_STATE_COLLECTING; in lacp_disable_collecting()678 lp->lp_state |= LACP_STATE_COLLECTING; in lacp_enable_collecting()691 if (la == NULL || (lp->lp_state & LACP_STATE_DISTRIBUTING) == 0) { in lacp_disable_distributing()715 lp->lp_state &= ~LACP_STATE_DISTRIBUTING; in lacp_disable_distributing()730 if ((lp->lp_state & LACP_STATE_DISTRIBUTING) != 0) { in lacp_enable_distributing()[all …]
219 #define lp_state lp_actor.lip_state macro324 return (lp->lp_state & LACP_STATE_COLLECTING); in lacp_iscollecting()332 return (lp->lp_state & LACP_STATE_DISTRIBUTING); in lacp_isdistributing()
1543 lp->lp_state |= LACP_STATE_TIMEOUT; in lagg_ioctl()1550 lp->lp_state &= ~LACP_STATE_TIMEOUT; in lagg_ioctl()
53 uint8_t lp_state; member
2799 if (!info->conn_info.lp_state || !info->conn_info.ssid_len) in iwl_mvm_build_scan_cmd()