Searched refs:lay (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 199 ent->lay->sig = ~xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in set_signature() 212 own = ent->lay->status_own; in poll_timeout() 240 sig = xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in verify_signature() 584 u16 op = be16_to_cpu(((struct mlx5_inbox_hdr *)(ent->lay->in))->opcode); in dump_command() 605 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 606 offset += sizeof(ent->lay->in); in dump_command() 608 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 609 offset += sizeof(ent->lay->out); in dump_command() 612 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 613 offset += sizeof(*ent->lay); in dump_command() [all …]
|
D | pagealloc.c | 490 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local 493 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
|
/drivers/edac/ |
D | edac_mc_sysfs.c | 958 int lay; in edac_create_sysfs_mci_device() local 959 for (lay = 0; lay < mci->n_layers; lay++) in edac_create_sysfs_mci_device() 961 edac_layer_name[mci->layers[lay].type], in edac_create_sysfs_mci_device() 962 dimm->location[lay]); in edac_create_sysfs_mci_device()
|