HomeSort by: relevance | last modified time | path
    Searched defs:n_bytes (Results 1 - 4 of 4) sorted by relevancy

  /src/common/include/rpc/
xdr.h 323 char *n_bytes; member in struct:netobj
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 118 qh->n_bytes = kmem_zalloc(sizeof(u32) * dwc2_max_desc_num(qh), KM_SLEEP);
119 if (!qh->n_bytes) {
136 kmem_free(qh->n_bytes, sizeof(u32) * dwc2_max_desc_num(qh));
137 qh->n_bytes = NULL;
550 qh->n_bytes[idx] = max_xfer_size;
552 qh->n_bytes[idx] = frame_desc->length;
555 dma_desc->status = qh->n_bytes[idx] << HOST_DMA_ISOC_NBYTES_SHIFT &
710 qh->n_bytes[n_desc] = len;
916 frame_desc->actual_length = qh->n_bytes[idx] - remain;
920 frame_desc->actual_length = qh->n_bytes[idx] - remain
1148 u32 n_bytes; local in function:dwc2_process_non_isoc_desc
    [all...]
dwc2_hcd.h 265 * @n_bytes: Xfer Bytes array. Each element corresponds to a transfer
307 u32 *n_bytes; member in struct:dwc2_qh
  /src/sys/dev/pci/
xmm7360.c 559 int n_packets, n_bytes, max_size, sequence; member in struct:mux_frame
1096 frame->n_bytes = 0;
1104 if (frame->n_bytes == 0)
1109 while (frame->n_bytes & 3)
1110 frame->n_bytes++;
1112 BUG_ON(frame->n_bytes + total_length > frame->max_size);
1115 *frame->last_tag_next = frame->n_bytes;
1117 if (frame->n_bytes == 0) {
1126 frame->n_bytes += sizeof(struct mux_first_header);
1128 struct mux_next_header *hdr = (struct mux_next_header *)(&frame->data[frame->n_bytes]);
    [all...]

Completed in 15 milliseconds