Searched refs:byte_count (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_wqe.h102 __be32 byte_count; member in struct:mthca_data_seg
119 dseg->byte_count = cpu_to_be32(sg->length);
126 dseg->byte_count = 0;
H A Dmthca_qp.c1551 data->byte_count = cpu_to_be32(header_size);
1758 ((struct mthca_data_seg *) wqe)->byte_count =
2099 ((struct mthca_data_seg *) wqe)->byte_count =
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dbio_ssl.c81 unsigned long byte_count; member in struct:bio_ssl_st
176 sb->byte_count+=ret;
177 if (sb->byte_count > sb->renegotiate_count)
179 sb->byte_count=0;
251 bs->byte_count+=ret;
252 if (bs->byte_count > bs->renegotiate_count)
254 bs->byte_count=0;
447 ((BIO_SSL *)dbio->ptr)->byte_count=
448 ((BIO_SSL *)b->ptr)->byte_count;
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/mlx4/
H A Dqp.h44 #define SET_BYTE_COUNT(byte_count) cpu_to_be32(byte_count)
415 __be32 byte_count; member in struct:mlx4_wqe_data_seg
425 __be32 byte_count; member in struct:mlx4_wqe_inline_seg
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Den_rx.c68 rx_desc->data[0].byte_count = cpu_to_be32(0);
78 rx_desc->data[i].byte_count = 0;
382 rx_desc->data[0].byte_count = cpu_to_be32(valid_length);
H A Den_tx.c969 data->byte_count = SET_BYTE_COUNT(valid_length);
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dsrq.c341 scat[i].byte_count = cpu_to_be32(wr->sg_list[i].length);
347 scat[i].byte_count = 0;
H A Dqp.c268 inl->byte_count = cpu_to_be32(1U << 31 | (size - s - sizeof *inl));
2378 inl->byte_count = cpu_to_be32(1U << 31 | header_size);
2382 inl->byte_count = cpu_to_be32(1U << 31 | spc);
2389 * visible before the byte_count field is set.
2395 * The first inline segment's byte_count field doesn't
2401 inl->byte_count = cpu_to_be32(1U << 31 | (header_size - spc));
2584 inl->byte_count = cpu_to_be32(1U << 31 | header_size);
2588 inl->byte_count = cpu_to_be32(1U << 31 | spc);
2595 * visible before the byte_count field is set.
2601 * The first inline segment's byte_count fiel
[all...]

Completed in 132 milliseconds