Searched defs:ricb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3651 /* free the ricb struct */
3717 (size_t)sizeof (struct ricb), /* mem size */
3722 cmn_err(CE_WARN, "%s(%d): ricb allocation failed.",
6584 struct ricb *ricb = (struct ricb *)qlge->ricb_dma.vaddr; local
6587 uint8_t *hash_id = (uint8_t *)ricb->hash_cq_id;
6589 bzero((void *)ricb, sizeof (*ricb));
6591 ricb
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1982 struct ricb { struct

Completed in 606 milliseconds