Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c290 uint16_t frame_size, additional_size, rate; in zyd_send() local
395 additional_size = sizeof (struct zyd_tx_header) + 10; in zyd_send()
397 buf_hdr->packet_size = LE_16(frame_size + additional_size); in zyd_send()
399 buf_hdr->packet_size = LE_16(additional_size); in zyd_send()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h369 void *stmf_alloc(stmf_struct_id_t sid, int additional_size, int alloc_flags);
H A Dfct.h391 void *fct_alloc(fct_struct_id_t struct_id, int additional_size, int flags);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dlun_map.c554 uint32_t additional_size) in stmf_alloc_id() argument
561 total_size = ((additional_size + 7) & (~7)) + struct_size + in stmf_alloc_id()
568 if (additional_size) { in stmf_alloc_id()
H A Dstmf.c2188 stmf_alloc(stmf_struct_id_t struct_id, int additional_size, int flags) in stmf_alloc() argument
2203 additional_size = (additional_size + 7) & (~7); in stmf_alloc()
2205 stmf_sizes[struct_id].fw_private + additional_size; in stmf_alloc()
2229 stmf_sizes[struct_id].shared + additional_size); in stmf_alloc()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c998 fct_alloc(fct_struct_id_t struct_id, int additional_size, int flags) in fct_alloc() argument
1013 additional_size = (additional_size + 7) & (~7); in fct_alloc()
1016 fct_sizes[struct_id].struct_specific + additional_size; in fct_alloc()
1050 sh->ss = GET_BYTE_OFFSET(sh->cp, additional_size); in fct_alloc()