Searched refs:lay (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 211 ent->lay->sig = ~xor8_buf(ent->lay, sizeof(*ent->lay)); in set_signature() 222 own = ent->lay->status_own; in poll_timeout() 245 sig = xor8_buf(ent->lay, sizeof(*ent->lay)); in verify_signature() 430 u16 op = be16_to_cpu(((struct mlx5_inbox_hdr *)(ent->lay->in))->opcode); in dump_command() 451 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 452 offset += sizeof(ent->lay->in); in dump_command() 454 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 455 offset += sizeof(ent->lay->out); in dump_command() 458 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 459 offset += sizeof(*ent->lay); in dump_command() [all …]
|
D | pagealloc.c | 469 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local 472 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
|
/linux-4.1.27/drivers/edac/ |
D | edac_mc_sysfs.c | 1031 int lay; in edac_create_sysfs_mci_device() local 1032 for (lay = 0; lay < mci->n_layers; lay++) in edac_create_sysfs_mci_device() 1034 edac_layer_name[mci->layers[lay].type], in edac_create_sysfs_mci_device() 1035 dimm->location[lay]); in edac_create_sysfs_mci_device()
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 572 struct mlx5_cmd_layout *lay; member
|
/linux-4.1.27/Documentation/devicetree/ |
D | usage-model.txt | 253 About now is a good time to lay out an example. Here is part of the
|
/linux-4.1.27/Documentation/ |
D | xillybus.txt | 305 to lay around in the DMA buffers between read() and write() anyhow.
|
/linux-4.1.27/Documentation/development-process/ |
D | 2.Process | 468 you can lay your hands on". Usually the way to do this is to work
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 460 - Revamp slightly the Symbios NVRAM lay-out based on the excerpt of
|