/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 192 ent->lay->sig = ~xor8_buf(ent->lay, sizeof(*ent->lay)); set_signature() 203 own = ent->lay->status_own; poll_timeout() 226 sig = xor8_buf(ent->lay, sizeof(*ent->lay)); verify_signature() 570 u16 op = be16_to_cpu(((struct mlx5_inbox_hdr *)(ent->lay->in))->opcode); dump_command() 591 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); dump_command() 592 offset += sizeof(ent->lay->in); dump_command() 594 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); dump_command() 595 offset += sizeof(ent->lay->out); dump_command() 598 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); dump_command() 599 offset += sizeof(*ent->lay); dump_command() 624 struct mlx5_cmd_layout *lay; cmd_work_handler() local 646 lay = get_inst(cmd, ent->idx); cmd_work_handler() 647 ent->lay = lay; cmd_work_handler() 648 memset(lay, 0, sizeof(*lay)); cmd_work_handler() 649 memcpy(lay->in, ent->in->first.data, sizeof(lay->in)); cmd_work_handler() 650 ent->op = be32_to_cpu(lay->in[0]) >> 16; cmd_work_handler() 652 lay->in_ptr = cpu_to_be64(ent->in->next->dma); cmd_work_handler() 653 lay->inlen = cpu_to_be32(ent->in->len); cmd_work_handler() 655 lay->out_ptr = cpu_to_be64(ent->out->next->dma); cmd_work_handler() 656 lay->outlen = cpu_to_be32(ent->out->len); cmd_work_handler() 657 lay->type = MLX5_PCI_CMD_XPORT; cmd_work_handler() 658 lay->token = ent->token; cmd_work_handler() 659 lay->status_own = CMD_OWNER_HW; cmd_work_handler() 1273 memcpy(ent->out->first.data, ent->lay->out, sizeof(ent->lay->out)); mlx5_cmd_comp_handler() 1283 ent->status = ent->lay->status_own >> 1; mlx5_cmd_comp_handler()
|
H A D | pagealloc.c | 480 struct mlx5_cmd_layout *lay; optimal_reclaimed_pages() local 483 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - optimal_reclaimed_pages()
|
/linux-4.4.14/arch/frv/mm/ |
H A D | extable.c | 22 /* determine if the fault lay during a memcpy_user or a memset_user */ search_exception_table()
|
H A D | elf-fdpic.c | 20 * lay out the userspace VM according to our grand design
|
/linux-4.4.14/include/uapi/linux/ |
H A D | cm4000_cs.h | 26 * will lay out the structure members differently than the 64bit kernel.
|
/linux-4.4.14/drivers/edac/ |
H A D | edac_mc_sysfs.c | 934 int lay; edac_create_sysfs_mci_device() local 935 for (lay = 0; lay < mci->n_layers; lay++) edac_create_sysfs_mci_device() 937 edac_layer_name[mci->layers[lay].type], edac_create_sysfs_mci_device() 938 dimm->location[lay]); edac_create_sysfs_mci_device()
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 239 * This is the structure used to lay out an inode log item in the 450 * This is the structure used to lay out a buf log item in the 541 * This is the structure used to lay out an efi log item in the 570 * This is the structure used to lay out an efd log item in the
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | process.c | 105 /* Wait for RESET to lay us to rest. */ machine_restart()
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | init_64.c | 420 * 1) As real sparsemem blocks do not lay in RAM continously (they
|
/linux-4.4.14/include/linux/mlx5/ |
H A D | driver.h | 574 struct mlx5_cmd_layout *lay; member in struct:mlx5_cmd_work_ent
|
/linux-4.4.14/include/rdma/ |
H A D | ib_mad.h | 193 * lay them out wrong otherwise. (And unfortunately they are sent on
|
/linux-4.4.14/arch/openrisc/kernel/ |
H A D | entry.S | 962 /* _switch MUST never lay on page boundry, cause it runs from
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | sm501fb.c | 146 * This is an attempt to lay out memory for the two framebuffers and
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | dis.c | 1341 { "lay", 0x71, INSTR_RXY_RRRD },
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | unwind.c | 793 * Next, lay out the memory stack spill area: finish_prologue()
|
/linux-4.4.14/kernel/power/ |
H A D | snapshot.c | 238 * NOTE: It has to be possible to lay out the bitmap in memory
|
/linux-4.4.14/fs/reiserfs/ |
H A D | fix_node.c | 424 * snum012 [0-2] - number of items, that lay get_num_ver()
|
/linux-4.4.14/fs/ntfs/ |
H A D | mft.c | 2085 * Format the mft record @mft_no in $MFT/$DATA, i.e. lay out an empty, unused
|