Home
last modified time | relevance | path

Searched refs:cchead (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c1451 ccid_header_t *cchead; in ccid_command_queue() local
1458 cchead = (void *)cc->cc_ubrp->bulk_data->b_rptr; in ccid_command_queue()
1459 cchead->ch_seq = (uint8_t)seq; in ccid_command_queue()
1576 ccid_header_t *cchead; in ccid_command_alloc() local
1692 cchead->ch_mtype = mtype; in ccid_command_alloc()
1693 cchead->ch_length = LE_32(datasz); in ccid_command_alloc()
1694 cchead->ch_slot = slot->cs_slotno; in ccid_command_alloc()
1695 cchead->ch_seq = 0; in ccid_command_alloc()
1696 cchead->ch_param0 = param0; in ccid_command_alloc()
1697 cchead->ch_param1 = param1; in ccid_command_alloc()
[all …]