Lines Matching defs:bnxt_link_info
378 struct bnxt_link_info { struct
379 uint8_t media_type;
380 uint8_t transceiver;
381 uint8_t phy_addr;
382 uint8_t phy_link_status;
383 uint8_t wire_speed;
384 uint8_t loop_back;
385 uint8_t link_up;
386 uint8_t last_link_up;
387 uint8_t duplex;
388 uint8_t last_duplex;
389 uint8_t last_phy_type;
390 struct bnxt_flow_ctrl flow_ctrl;
391 struct bnxt_flow_ctrl last_flow_ctrl;
392 uint8_t duplex_setting;
393 uint8_t auto_mode;
395 uint8_t phy_ver[PHY_VER_LEN];
396 uint8_t phy_type;
399 uint8_t phy_state;
401 uint16_t link_speed;
402 uint16_t support_speeds;
403 uint16_t support_pam4_speeds;
404 uint16_t auto_link_speeds;
405 uint16_t auto_pam4_link_speeds;
406 uint16_t force_link_speed;
407 uint16_t force_pam4_link_speed;
408 bool force_pam4_speed_set_by_user;
410 uint16_t advertising;
411 uint16_t advertising_pam4;
413 uint32_t preemphasis;
414 uint16_t support_auto_speeds;
415 uint16_t support_force_speeds;
416 uint16_t support_pam4_auto_speeds;
417 uint16_t support_pam4_force_speeds;
420 uint8_t req_signal_mode;
422 uint8_t active_fec_sig_mode;
423 uint8_t sig_mode;
426 uint8_t autoneg;
429 uint8_t req_duplex;
430 uint16_t req_link_speed;
431 uint8_t module_status;
432 struct hwrm_port_phy_qcfg_output phy_qcfg_resp;