Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dsysfs.c366 static IB_PORT_ATTR_RO(state);
367 static IB_PORT_ATTR_RO(lid);
368 static IB_PORT_ATTR_RO(lid_mask_count);
369 static IB_PORT_ATTR_RO(sm_lid);
370 static IB_PORT_ATTR_RO(sm_sl);
371 static IB_PORT_ATTR_RO(cap_mask);
372 static IB_PORT_ATTR_RO(rate);
373 static IB_PORT_ATTR_RO(phys_state);
374 static IB_PORT_ATTR_RO(link_layer);
/linux/include/rdma/
H A Dib_sysfs.h28 #define IB_PORT_ATTR_RO(_name) \ macro