Searched defs:din (Results 1 - 8 of 8) sorted by path

/drivers/crypto/ux500/cryp/
H A Dcryp.h178 * @din: Data in register
202 u32 din; member in struct:cryp_device_context
H A Dcryp_irqp.h48 * @din - Data input register
85 u32 din; /* Data input register */ member in struct:cryp_register
/drivers/crypto/ux500/hash/
H A Dhash_alg.h108 #define HASH_SET_DIN(val, len) writesl(&device_data->base->din, (val), (len))
153 * @din: HASH data input register (0x004).
180 u32 din; member in struct:hash_register
/drivers/net/ethernet/mellanox/mlx5/core/
H A Dcq.c97 struct mlx5_destroy_cq_mbox_in din; local
130 memset(&din, 0, sizeof(din));
132 din.hdr.opcode = cpu_to_be16(MLX5_CMD_OP_DESTROY_CQ);
133 mlx5_cmd_exec(dev, &din, sizeof(din), &dout, sizeof(dout));
H A Dqp.c98 struct mlx5_destroy_qp_mbox_in din; local
142 memset(&din, 0, sizeof(din));
144 din.hdr.opcode = cpu_to_be16(MLX5_CMD_OP_DESTROY_QP);
145 din.qpn = cpu_to_be32(qp->qpn);
146 mlx5_cmd_exec(dev, &din, sizeof(din), &out, sizeof(dout));
H A Dsrq.c87 struct mlx5_destroy_srq_mbox_in din; local
116 memset(&din, 0, sizeof(din));
118 din.srqn = cpu_to_be32(srq->srqn);
119 din.hdr.opcode = cpu_to_be16(MLX5_CMD_OP_DESTROY_SRQ);
120 mlx5_cmd_exec(dev, &din, sizeof(din), &dout, sizeof(dout));
/drivers/scsi/
H A Deata.c750 unchar din : 1, member in struct:mscp
780 din :1; /* Direction of Transfer is In (Target to Host) */
1718 cpp->din = 1;
1722 cpp->din = 0;
1726 cpp->din = 0;
1741 if ((cpp->din = !cpp->dout))
1744 cpp->din = 0;
2132 if (!cpp->din)
2234 YESNO(overlap), cpp->din);
H A Dsgiwd93.c66 void fill_hpc_entries(struct ip22_hostdata *hd, struct scsi_cmnd *cmd, int din) argument
74 physaddr = dma_map_single(hd->dev, addr, len, DMA_DIR(din));

Completed in 132 milliseconds