Searched refs:phys_state (Results 1 – 2 of 2) sorted by relevance
179 static const char *phys_state_to_str(uint8_t phys_state) in phys_state_to_str() argument188 if (phys_state < ARRAY_SIZE(phys_state_str)) in phys_state_to_str()189 return phys_state_str[phys_state]; in phys_state_to_str()195 uint8_t phys_state; in link_print_phys_state() local200 phys_state = mnl_attr_get_u8(tb[RDMA_NLDEV_ATTR_PORT_PHYS_STATE]); in link_print_phys_state()203 phys_state_to_str(phys_state)); in link_print_phys_state()205 pr_out("physical_state %s ", phys_state_to_str(phys_state)); in link_print_phys_state()
301 __u8 phys_state; member