Searched refs:attr_index (Results 1 – 5 of 5) sorted by relevance
340 int op_index = -1, attr_index = -1; in kunit_next_attr_filter() local369 attr_index = j; in kunit_next_attr_filter()376 if (attr_index < 0) { in kunit_next_attr_filter()380 filter.attr = &kunit_attr_list[attr_index]; in kunit_next_attr_filter()
322 int attr_index; in xlog_recover_inode_commit_pass2() local 537 attr_index = 3; in xlog_recover_inode_commit_pass2() 539 attr_index = 2; in xlog_recover_inode_commit_pass2() 541 len = item->ri_buf[attr_index].iov_len; in xlog_recover_inode_commit_pass2() 542 src = item->ri_buf[attr_index].iov_base; in xlog_recover_inode_commit_pass2()
495 unsigned int attr_index; in mlxsw_hwmon_attr_add() local497 attr_index = mlxsw_hwmon_dev->attrs_count; in mlxsw_hwmon_attr_add()498 mlxsw_hwmon_attr = &mlxsw_hwmon_dev->hwmon_attrs[attr_index]; in mlxsw_hwmon_attr_add()602 mlxsw_hwmon_dev->attrs[attr_index] = &mlxsw_hwmon_attr->dev_attr.attr; in mlxsw_hwmon_attr_add()
3818 u16 attr_index; in cm_send_handler() 3821 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler() 3831 atomic_long_add(1 + msg->retries, &port->counters[CM_XMIT][attr_index]); in cm_send_handler() 3834 &port->counters[CM_XMIT_RETRIES][attr_index]); in cm_send_handler() 3815 u16 attr_index; cm_send_handler() local
2790 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map() 2818 cpu_to_node(attr_index)); in expand_xps_map() 2789 expand_xps_map(struct xps_map * map,int attr_index,u16 index,bool is_rxqs_map) expand_xps_map() argument