Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_inode_item_recover.c210 int attr_index; in xlog_recover_inode_commit_pass2() local
433 attr_index = 3; in xlog_recover_inode_commit_pass2()
435 attr_index = 2; in xlog_recover_inode_commit_pass2()
437 len = item->ri_buf[attr_index].i_len; in xlog_recover_inode_commit_pass2()
438 src = item->ri_buf[attr_index].i_addr; in xlog_recover_inode_commit_pass2()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c465 unsigned int attr_index; in mlxsw_hwmon_attr_add() local
467 attr_index = mlxsw_hwmon->attrs_count; in mlxsw_hwmon_attr_add()
468 mlxsw_hwmon_attr = &mlxsw_hwmon->hwmon_attrs[attr_index]; in mlxsw_hwmon_attr_add()
572 mlxsw_hwmon->attrs[attr_index] = &mlxsw_hwmon_attr->dev_attr.attr; in mlxsw_hwmon_attr_add()
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcm.c3815 u16 attr_index; in cm_send_handler() local
3818 attr_index = be16_to_cpu(((struct ib_mad_hdr *) in cm_send_handler()
3826 if (!msg->context[0] && (attr_index != CM_REJ_COUNTER)) in cm_send_handler()
3830 &port->counter_group[CM_XMIT].counter[attr_index]); in cm_send_handler()
3834 counter[attr_index]); in cm_send_handler()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c2586 static struct xps_map *expand_xps_map(struct xps_map *map, int attr_index, in expand_xps_map() argument
2614 cpu_to_node(attr_index)); in expand_xps_map()