Searched refs:HPT_SRB_MAX_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/hptiop/
H A Dhptiop.h48 #define HPT_SRB_MAX_SIZE ((sizeof(struct hpt_iop_srb) + 0x1f) & ~0x1f) macro
H A Dhptiop.c1981 HPT_SRB_MAX_SIZE * HPT_SRB_MAX_QUEUE_SIZE + 0x20,
2003 (HPT_SRB_MAX_SIZE * HPT_SRB_MAX_QUEUE_SIZE) + 0x20,
2723 ((char *)srb + i * HPT_SRB_MAX_SIZE);
2747 phy_addr += HPT_SRB_MAX_SIZE;

Completed in 58 milliseconds