Searched defs:fib_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c224 uint16_t fib_data_size, fib_size; local
248 fib_size = fib_data_size + sizeof (struct aac_fib_header);
249 if (fib_size < fib_sender_size)
250 fib_size = fib_sender_size;
251 if (fib_size > softs->aac_max_fib_size) {
262 acp->fib_size = fib_size;
263 fibp->Header.Size = LE_16(fib_size);
271 fib_size);
296 if (ddi_copyout(fibp, (void *)arg, acp->fib_size, mod
[all...]
H A Daac.h297 int fib_size; /* size of the FIB xferred to/from the card */ member in struct:aac_cmd
H A Daac.c1236 PCI_MEM_PUT32(softs, device, slotp->acp->fib_size);
1378 uint16_t fib_size; local
1389 fib_size = PCI_MEM_GET16(softs, index + \
1393 fibp, fib_size);
1475 uint16_t fib_size; local
1490 fib_size = ddi_get16(acc, &fibp->Header.Size);
1492 aac_save_aif(softs, acc, fibp, fib_size);
1500 if (fib_size > AAC_FIB_SIZE)
2039 acp->fib_size = ddi_get16(slotp->fib_acc_handle,
2042 ASSERT(acp->fib_size <
3202 aac_fib_enqueue(struct aac_softstate *softs, int queue, uint32_t fib_addr, uint32_t fib_size) argument
6340 int fib_size; local
6356 ddi_rep_get8(acc, (uint8_t *)fibp, (uint8_t *)fibp0, fib_size, local
8236 uint16_t fib_size; local
[all...]

Completed in 72 milliseconds