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

  /src/sys/netbt/
l2cap_misc.c 115 int next_id; local in function:l2cap_request_alloc
121 next_id = link->hl_lastid + 1;
122 if (next_id > 0xff)
123 next_id = 1;
127 if (req && req->lr_id == next_id)
134 req->lr_id = link->hl_lastid = next_id;
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_cmd.c 228 uint64_t id, next_id; local in function:qxl_garbage_collect
240 next_id = info->next;
244 next_id);
255 id = next_id;
  /src/sys/dev/pci/qat/
qat_hw15reg.h 439 uint8_t next_id; member in struct:fw_cipher_hdr
461 uint8_t next_id; member in struct:fw_auth_hdr
578 uint8_t next_id; member in struct:fw_la_cipher_req_params
604 uint8_t next_id; member in struct:fw_la_auth_req_params

Completed in 13 milliseconds