Searched refs:lay (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 191 ent->lay->sig = ~xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in set_signature() 204 own = ent->lay->status_own; in poll_timeout() 231 sig = xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in verify_signature() 720 u16 op = MLX5_GET(mbox_in, ent->lay->in, opcode); in dump_command() 740 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 741 offset += sizeof(ent->lay->in); in dump_command() 743 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 744 offset += sizeof(ent->lay->out); in dump_command() 747 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 748 offset += sizeof(*ent->lay); in dump_command() [all …]
|
D | pagealloc.c | 477 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local 480 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
|
/drivers/edac/ |
D | edac_mc_sysfs.c | 996 int lay; in edac_create_sysfs_mci_device() local 997 for (lay = 0; lay < mci->n_layers; lay++) in edac_create_sysfs_mci_device() 999 edac_layer_name[mci->layers[lay].type], in edac_create_sysfs_mci_device() 1000 dimm->location[lay]); in edac_create_sysfs_mci_device()
|