Home
last modified time | relevance | path

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

/drivers/staging/zcache/ramster/
Dnodemanager.c433 int attr_index = r2nm_attr_index(attr); in r2nm_node_store() local
440 if (test_bit(attr_index, &node->nd_set_attributes)) in r2nm_node_store()
447 set_bit(attr_index, &node->nd_set_attributes); in r2nm_node_store()
/drivers/infiniband/core/
Dcm.c3207 u16 attr_index; in cm_send_handler() local
3210 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
3218 if (!msg->context[0] && (attr_index != CM_REJ_COUNTER)) in cm_send_handler()
3222 &port->counter_group[CM_XMIT].counter[attr_index]); in cm_send_handler()
3226 counter[attr_index]); in cm_send_handler()