Home
last modified time | relevance | path

Searched refs:PORT_ATTR_RO (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c80 #define PORT_ATTR_RO(_name) \ macro
344 static PORT_ATTR_RO(state);
345 static PORT_ATTR_RO(lid);
346 static PORT_ATTR_RO(lid_mask_count);
347 static PORT_ATTR_RO(sm_lid);
348 static PORT_ATTR_RO(sm_sl);
349 static PORT_ATTR_RO(cap_mask);
350 static PORT_ATTR_RO(rate);
351 static PORT_ATTR_RO(phys_state);
352 static PORT_ATTR_RO(link_layer);
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1756 #define PORT_ATTR_RO(_name) \ macro