Lines Matching full:print

24         print(f'no attributes, expected: {valid_attrs}')
31 print(f'expected value for \'{attr}\'')
35 print(f'invalid attribute \'{attr}\', expected: {valid_attrs}')
45 Pretty-print a set of fields from the reply. desc specifies the
66 print(f'{name}: {value}')
70 Print out the speed-like strings from the value dict.
74 print(f'{name}: {" ".join(speed)}')
106 print(f"Not supported for device {args.device}")
167 print("not implemented")
181 print("not implemented")
209 print(f'EEE status: {status}')
250 print(f'{f}: {value}{fixed}{req}')
256 print(f'Channel parameters for {args.device}:')
258 print(f'Pre-set maximums:')
265 print(f'Current hardware settings:')
277 print(f'Ring parameters for {args.device}:')
279 print(f'Pre-set maximums:')
286 print(f'Current hardware settings:')
301 print(f'NIC statistics:')
336 print(f'Time stamping parameters for {args.device}:')
338 print('Capabilities:')
339 [print(f'\t{v}') for v in bits_to_dict(tsinfo['timestamping'])]
341 print(f'PTP Hardware Clock: {tsinfo.get("phc-index", "none")}')
344 print('Hardware Transmit Timestamp Modes:')
345 [print(f'\t{v}') for v in bits_to_dict(tsinfo['tx-types'])]
347 print('Hardware Transmit Timestamp Modes: none')
350 print('Hardware Receive Filter Modes:')
351 [print(f'\t{v}') for v in bits_to_dict(tsinfo['rx-filters'])]
353 print('Hardware Receive Filter Modes: none')
356 print('Statistics:')
357 [print(f'\t{k}: {v}') for k, v in tsinfo['stats'].items()]
361 print(f'Settings for {args.device}:')
367 print(f'Supported ports: [ {" ".join(ports)} ]')
380 print(f'Supported FEC modes: {fec_str}')
385 print(f'Speed: {speed}')
394 print(f'Duplex: {duplex}')
399 print(f'Auto-negotiation: {autoneg}')
411 print(f'Port: {ports.get(linkinfo["port"], "Other")}')
419 print(f'Transceiver: {transceiver.get(linkinfo["transceiver"], "Unknown")}')
430 print(f'MDI-X: {mdix}')
434 print(f'Current message level: {" ".join(msgmask)}')
443 print(f'Link detected: {detected}')