Searched defs:qed_link_output (Results 1 – 1 of 1) sorted by relevance
107 struct qed_link_output { struct108 bool link_up;109 uint32_t supported_caps; /* In SUPPORTED defs */110 uint32_t advertised_caps; /* In ADVERTISED defs */111 uint32_t lp_caps; /* In ADVERTISED defs */112 uint32_t speed; /* In Mb/s */136 void (*link_update)(void *dev, struct qed_link_output *link); argument