Lines Matching refs:eee
127 parser.add_argument('--show-eee', action=argparse.BooleanOptionalAction)
128 parser.add_argument('--set-eee', action=argparse.BooleanOptionalAction)
166 return doit(ynl, args, 'eee-set')
191 eee = dumpit(ynl, args, 'eee-get')
192 ours = bits_to_dict(eee['modes-ours'])
193 peer = bits_to_dict(eee['modes-peer'])
195 if 'enabled' in eee:
196 status = 'enabled' if eee['enabled'] else 'disabled'
197 if 'active' in eee and eee['active']:
205 print_field(eee, ('tx-lpi-timer', 'Tx LPI'))