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.c418 static IB_PORT_ATTR_RO(state);
419 static IB_PORT_ATTR_RO(lid);
420 static IB_PORT_ATTR_RO(lid_mask_count);
421 static IB_PORT_ATTR_RO(sm_lid);
422 static IB_PORT_ATTR_RO(sm_sl);
423 static IB_PORT_ATTR_RO(cap_mask);
424 static IB_PORT_ATTR_RO(rate);
425 static IB_PORT_ATTR_RO(phys_state);
426 static IB_PORT_ATTR_RO(link_layer);
/linux/include/rdma/
H A Dib_sysfs.h28 #define IB_PORT_ATTR_RO(_name) \ macro