HomeSort by: relevance | last modified time | path
    Searched refs:total_length (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun2/dev/
if_ec.c 459 int length, total_length; local in function:ec_recv
467 for (total_length = -1, m0 = NULL;;) {
479 total_length = doff - EC_PKT_RDOFF;
483 if (total_length > (ETHER_MAX_LEN - ETHER_CRC_LEN)) {
486 device_xname(sc->sc_dev), total_length);
488 total_length = (ETHER_MAX_LEN - ETHER_CRC_LEN);
495 m0->m_pkthdr.len = total_length;
499 while (total_length > 0) {
500 if (total_length >= MINCLSIZE) {
506 m->m_len = length = uimin(total_length, length)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 20 u32 total_length,
24 return total_length;
26 if (query_item->length < total_length)
34 total_length))
45 u32 slice_length, subslice_length, eu_length, total_length; local in function:query_topology_info
59 total_length = sizeof(topo) + slice_length + subslice_length +
62 ret = copy_query_item(&topo, sizeof(topo), total_length,
99 return total_length;
  /src/sys/dev/pci/
xmm7360.c 1103 int total_length; local in function:xmm7360_mux_frame_add_tag
1105 total_length = sizeof(struct mux_first_header) + data_len;
1107 total_length = sizeof(struct mux_next_header) + data_len;
1112 BUG_ON(frame->n_bytes + total_length > frame->max_size);
1122 hdr->length = total_length;
1131 hdr->length = total_length;

Completed in 529 milliseconds