Lines Matching defs:bytes
254 int bytes;
277 bytes = vscsi->cmd_q.size * PAGE_SIZE;
278 memset(vscsi->cmd_q.base_addr, 0, bytes);
877 int bytes;
895 bytes = vscsi->cmd_q.size * PAGE_SIZE;
897 vscsi->cmd_q.crq_token, bytes);
2677 * additional length in bytes. Note that the SRP spec says that
2682 * an int will yield the length in bytes.
2978 int bytes;
2981 bytes = vscsi->cmd_q.size * PAGE_SIZE;
2982 rc = h_reg_crq(vscsi->dds.unit_id, vscsi->cmd_q.crq_token, bytes);
3201 enum dma_data_direction dir, unsigned int bytes)
3214 if (bytes == 0)
3221 tx_len = bytes;