Lines Matching full:get

55         value = reply.get(field, None)
119 value = bit.get('value', False)
142 # TODO: --show-tunnels tunnel-info-get
143 # TODO: --show-module module-get
144 # TODO: --get-plca-cfg plca-get
145 # TODO: --get-plca-status plca-get-status
146 # TODO: --show-mm mm-get
147 # TODO: --show-fec fec-get
148 # TODO: --dump-module-eerpom module-eeprom-get
149 # TODO: pse-get
150 # TODO: rss-get
190 flags = bits_to_dict(dumpit(ynl, args, 'privflags-get')['flags'])
195 eee = dumpit(ynl, args, 'eee-get')
216 print_field(dumpit(ynl, args, 'pause-get'),
223 print_field(dumpit(ynl, args, 'coalesce-get'))
227 reply = dumpit(ynl, args, 'features-get')
254 reply = dumpit(ynl, args, 'channels-get')
274 reply = dumpit(ynl, args, 'channels-get')
303 strset = dumpit(ynl, args, 'strset-get')
322 rsp = dumpit(ynl, args, 'stats-get', req)
333 tsinfo = dumpit(ynl, args, 'tsinfo-get', req)
353 linkmodes = dumpit(ynl, args, 'linkmodes-get')
357 ports = [ p for p in supported_ports if ours.get(p, False)]
366 fec = [ p for p in supported_fec if ours.get(p, False)]
382 duplex = duplex_modes.get(linkmodes["duplex"], None)
388 if linkmodes.get("autoneg", 0) != 0:
401 linkinfo = dumpit(ynl, args, 'linkinfo-get')
402 print(f'Port: {ports.get(linkinfo["port"], "Other")}')
410 print(f'Transceiver: {transceiver.get(linkinfo["transceiver"], "Unknown")}')
416 mdix = mdix_ctrl.get(linkinfo['tp-mdix-ctrl'], None)
420 mdix = mdix_ctrl.get(linkinfo['tp-mdix'], 'Unknown (auto)')
423 debug = dumpit(ynl, args, 'debug-get')
424 msgmask = bits_to_dict(debug.get("msgmask", [])).keys()
427 linkstate = dumpit(ynl, args, 'linkstate-get')
432 # TODO: wol-get
433 detected = detected_states.get(linkstate['link'], 'unknown')